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
|
Source: ruby-i18n-spec
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Samyak Jain <samyak.jn11@gmail.com>
Build-Depends: debhelper-compat (= 12),
gem2deb,
rake,
ruby-iso,
ruby-rspec
Standards-Version: 4.4.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-i18n-spec.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-i18n-spec
Homepage: https://github.com/tigrish/i18n-spec
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Rules-Requires-Root: no
Package: ruby-i18n-spec
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-iso,
${misc:Depends},
Description: Provides RSpec matchers for testing your locale files
This gem intends to provide RSpec matchers for testing your locale files and
their translations.
.
Includes a number of rspec matchers for speculation of your locale files in
an easy manner.
|