File: control

package info (click to toggle)
ruby-rqrcode-rails3 0.1.7-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 108 kB
  • sloc: ruby: 80; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 1,121 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: ruby-rqrcode-rails3
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Balasankar C <balasankarc@autistici.org>
Build-Depends: debhelper-compat (= 13),
               gem2deb,
               rake,
               ruby-rqrcode (>= 0.4.2)
Standards-Version: 4.5.1
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
XS-Ruby-Versions: all

Package: ruby-rqrcode-rails3
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-rails,
         ruby-rqrcode (>= 0.4.2),
         ${misc:Depends},
         ${shlibs:Depends}
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