ruby-i18n-inflector-rails 1.0.7-5 source package in Ubuntu

Changelog

ruby-i18n-inflector-rails (1.0.7-5) unstable; urgency=medium

  * Team upload.

  [ Debian Janitor ]
  * Trim trailing whitespace.
  * debian/copyright: use spaces rather than tabs to start continuation
    lines.
  * Bump debhelper from old 11 to 12.
  * Set debhelper-compat version in Build-Depends.
  * Remove constraints unnecessary since buster:
    + Build-Depends: Drop versioned constraint on ruby-actionpack and
      ruby-railties.
    + ruby-i18n-inflector-rails: Drop versioned constraint on ruby-actionpack
      and ruby-railties in Depends.

  [ Daniel Leidert ]
  * d/control: Add Rules-Requires-Root field.
    (Build-Depends): Bump debhelper to version 13.
    (Standards-Version): Bump to 4.6.0.
    (Homepage): Update URL.
    (Depends): Remove interpreters and use ${ruby:Depends}.
  * d/copyright: Add Upstream-Contact field.
    (Source): Update URL.
    (Copyright): Add team.
  * d/rules: Use gem installation layout and install upstream changelog. Don't
    install docs.
  * d/patches/fix-for-ruby3-and-rails6.patch: Add patch.
    - Fix errors with Ruby 3.0 and Rails 6 (closes: #996295).
  * d/patches/series: Enable new patch.
  * d/upstream/metadata: Add metadata.

 -- Daniel Leidert <email address hidden>  Fri, 26 Nov 2021 01:11:44 +0100

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-i18n-inflector-rails_1.0.7-5.dsc 2.2 KiB 50dbfbb6304fa4ce22c775c5ec8dd9cc4a61f11403a701085fe118000a5edfe9
ruby-i18n-inflector-rails_1.0.7.orig.tar.gz 23.2 KiB 6e0dedaaf813d2ac3338672134468e86f6aa6e455a68d7afae2638227fe34069
ruby-i18n-inflector-rails_1.0.7-5.debian.tar.xz 6.5 KiB 1e3fab8568ffafd75060c4ed1b89b5f2e329c9f4229466aae1c11b998ba0ce3a

Available diffs

No changes file available.

Binary packages built by this source

ruby-i18n-inflector-rails: 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.