Source: ruby-rqrcode-rails3
Section: ruby
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper-compat (= 14), gem2deb, rake, ruby-rqrcode
Standards-Version: 4.7.4
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rqrcode-rails3.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rqrcode-rails3
Homepage: https://github.com/samvincent/rqrcode-rails3
Testsuite: autopkgtest-pkg-ruby

Package: ruby-rqrcode-rails3
Architecture: all
Depends: ruby-rails
Description: render QR codes with Rails 3
 This gem allows user to render QR codes with Rails 3. It supports rendering
 either SVG or PNG, JPEG, and GIF formats. QR codes are encoded by the
 rqrcode gem.
 .
 This project was inspired by the first chapter in José Valim's book Crafting
 Rails Applications
