Metadata


Name
rqrcode
Version
2.2.0
Platform
ruby
Authors
Duncan Robertson
Bindir
exe
Date
2023-05-17 00:00:00 UTC
Dependencies
rqrcode_core (~> 1.0)
chunky_png (~> 1.0)
bundler (~> 2.0, development)
rake (~> 13.0, development)
rspec (~> 3.5, development)
standardrb (~> 1.0, development)
Description
rqrcode is a library for encoding QR Codes. The simple interface allows you to create QR Code data structures and then render them in the way you choose.
Email
duncan@whomwah.com
Files
.github/workflows/ruby.yml
.gitignore
.rspec
CHANGELOG.md
Gemfile
Gemfile.lock
LICENSE.txt
README.md
Rakefile
_config.yml
bin/console
images/ansi-screen-shot.png
images/github-qrcode.png
images/github-qrcode.svg
lib/rqrcode.rb
lib/rqrcode/export.rb
lib/rqrcode/export/ansi.rb
lib/rqrcode/export/html.rb
lib/rqrcode/export/png.rb
lib/rqrcode/export/svg.rb
lib/rqrcode/qrcode.rb
lib/rqrcode/qrcode/qrcode.rb
lib/rqrcode/version.rb
rqrcode.gemspec
Homepage
https://github.com/whomwah/rqrcode
Licenses
MIT
Metadata
{"bug_tracker_uri"=>"https://github.com/whomwah/rqrcode/issues", "changelog_uri"=>"https://github.com/whomwah/rqrcode/blob/master/CHANGELOG.md"}
Require paths
lib
Required ruby version
>= 2.6
Required rubygems version
>= 0
Rubygems version
3.4.6
Specification version
4
Summary
A library to encode QR Codes
Original platform
ruby
New platform
ruby