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
|
Source: ruby-i18n-inflector-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 (>= 11),
gem2deb,
rake,
ruby-actionpack (>= 2:3.0),
ruby-i18n-inflector,
ruby-rails-html-sanitizer,
ruby-railties (>= 2:3.0),
ruby-rspec
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-i18n-inflector-rails.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-i18n-inflector-rails
Homepage: https://rubygems.org/gems/i18n-inflector-rails/
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-i18n-inflector-rails
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-actionpack (>= 2:3.0),
ruby-i18n-inflector,
ruby-railties (>= 2:3.0),
${misc:Depends},
${shlibs:Depends}
Description: I18n Inflector bindings for Rails
This Rails plug-in contains bindings for the I18n Inflector module for Ruby's
I18n.
.
It's intended to be used in a projects where translations are performed
by many people, yet there is a need to inflect sentences or words by
user's gender, person or other data.
.
If you have a troop of happy translators that shouldn't have the
ability to execute any code yet you need some simple inflection
then this plug-in might help you.
|