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-generator-spec
Section: ruby
Priority: optional
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper-compat (= 12),
gem2deb,
rake,
ruby-activesupport,
ruby-railties,
ruby-rspec
Standards-Version: 3.9.7
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-generator-spec.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-generator-spec
Homepage: https://github.com/stevehodgkiss/generator_spec
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-generator-spec
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-activesupport,
ruby-railties,
${misc:Depends},
${shlibs:Depends}
Description: Test Rails generators with RSpec
Test Rails generators with RSpec using the standard Rails::Generators::TestCase
assertion methods.
.
Learn more /usr/share/doc/ruby-generator-spec/README.md.gz
|