ruby-dry-inflector 0.2.1-1 source package in Ubuntu

Changelog

ruby-dry-inflector (0.2.1-1) unstable; urgency=medium

  * Team upload.
  * New upstream release.
  * d/control (Build-Depends): Add ruby-warning and ruby-rspec for tests.
    (Standards-Version): Bump to 4.6.0.
  * d/copyright (Copyright): Update and add team.
  * d/ruby-tests.rake: Add and enable tests.
  * d/rules: Install upstream changelog.
  * d/patches/Don-t-require-bundler.patch: Add patch.
    - Don't require bundler/setup to not depend on extra gems.
  * d/patches/series: Enable patch.
  * d/upstream/metadata: Update URLs.

 -- Daniel Leidert <email address hidden>  Tue, 23 Nov 2021 04:08:12 +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-dry-inflector_0.2.1-1.dsc 2.1 KiB a53d900e92fd8bab39d86a0aa8d2c66934c75b00b4c52c02672c2dd2eff9febc
ruby-dry-inflector_0.2.1.orig.tar.gz 24.1 KiB 2c32e0a7de24d05fdffc0dbcf881724356c841cc05ba3b882adf03035742ab7e
ruby-dry-inflector_0.2.1-1.debian.tar.xz 2.7 KiB d47938577cf6fb6820eb53552e87d28ef23eab41bcf9340656777c6a5427237f

Available diffs

No changes file available.

Binary packages built by this source

ruby-dry-inflector: Inflector for Ruby

 dry-inflector is an inflector gem for Ruby, which provides a configurable
 inflector object, rather than using a singleton.
 .
 It started with the extlib inflecto originated from active_support, then
 dm-core inflector originated from extlib. Later, inflecto was extracted
 from dm-core as a standalone inflector. Now, we resurrect inflecto and
 merged flexus, with some inflection rules from hanami-utils.
 This is dry-inflector.