File: control

package info (click to toggle)
ruby-rspec-rails 3.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,264 kB
  • ctags: 617
  • sloc: ruby: 6,627; sh: 334; makefile: 5
file content (50 lines) | stat: -rw-r--r-- 1,983 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
Source: ruby-rspec-rails
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Praveen Arimbrathodiyil <praveen@debian.org>,
           Caitlin Matos <caitlin.matos@zoho.com>,
           Antonio Terceiro <terceiro@debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               rails,
               rake,
               ruby-actionpack (<< 2:4.3),
               ruby-actionpack (>= 2:3.0),
               ruby-activesupport (<< 2:4.3),
               ruby-activesupport (>= 2:3.0),
               ruby-railties (<< 2:4.3),
               ruby-railties (>= 2:3.0),
               ruby-rspec,
               ruby-rspec-core (>= 3.5.0),
               ruby-rspec-expectations (>= 3.5.0),
               ruby-rspec-mocks (>= 3.5.0),
               ruby-rspec-support (>= 3.5.0),
               ruby-sqlite3
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-rspec-rails.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-rspec-rails.git
Homepage: http://github.com/rspec/rspec-rails
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all

Package: ruby-rspec-rails
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         ruby-actionpack (<< 2:4.3),
         ruby-actionpack (>= 2:3.0),
         ruby-activesupport (<< 2:4.3),
         ruby-activesupport (>= 2:3.0),
         ruby-railties (<< 2:4.3),
         ruby-railties (>= 2:3.0),
         ruby-rspec-core (>= 3.5.0),
         ruby-rspec-expectations (>= 3.5.0),
         ruby-rspec-mocks (>= 3.5.0),
         ruby-rspec-support (>= 3.5.0),
         ${misc:Depends},
         ${shlibs:Depends}
Description: RSpec for Rails 3+
 This package provides an extension of RSpec, a behaviour driven development
 framework for Ruby, to work with Ruby on Rails, the famous MVC Ruby bases
 framework geared for web application development.