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
|
Source: ruby-rspec-rails
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>,
Caitlin Matos <caitlin.matos@zoho.com>,
Build-Depends: debhelper-compat (= 13),
gem2deb (>= 1),
rake,
ruby-rails,
ruby-actionpack (>= 2:7.0),
ruby-activesupport (>= 2:7.0),
ruby-railties (>= 2:7.0),
ruby-capybara,
ruby-rspec,
ruby-rspec-core (>= 3.13),
ruby-rspec-expectations (>= 3.13),
ruby-rspec-mocks (>= 3.13),
ruby-rspec-support (>= 3.13),
ruby-sqlite3,
ruby-warning,
Standards-Version: 4.7.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-rspec-rails.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-rspec-rails
Homepage: https://github.com/rspec/rspec-rails
Testsuite: autopkgtest-pkg-ruby
Rules-Requires-Root: no
Package: ruby-rspec-rails
Architecture: all
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: RSpec for Rails
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.
|