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
|
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 (>= 9),
gem2deb (>= 0.7.5~),
rake,
ruby-actionpack (>= 2:3.0),
ruby-i18n-inflector,
ruby-rails-html-sanitizer,
ruby-railties (>= 2:3.0),
ruby-rspec
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-i18n-inflector-rails.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-i18n-inflector-rails.git;a=summary
Homepage: https://rubygems.org/gems/i18n-inflector-rails/
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 tranlations 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.
|