File: control

package info (click to toggle)
ruby-pry-rails 0.3.9-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 320 kB
  • sloc: ruby: 844; makefile: 4
file content (33 lines) | stat: -rw-r--r-- 1,097 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
32
33
Source: ruby-pry-rails
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
               gem2deb (>= 1),
               rake,
               pry (>= 0.10.4),
               ruby-rspec,
               ruby-railties,
               ruby-activerecord,
               ruby-sqlite3
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-pry-rails.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-pry-rails
Homepage: https://github.com/rweng/pry-rails
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no

Package: ruby-pry-rails
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby-railties,
         ${misc:Depends},
         ${ruby:Depends},
         ${shlibs:Depends}
Description: Use Pry as your rails console
 This library allows using pry-rails instead of copying the initializer to every
 rails project.
 .
 This small library causes `rails console` to open pry.