ruby-money 6.19.0-1 source package in Ubuntu

Changelog

ruby-money (6.19.0-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.
  * Update Standards-Version to 4.7.0, no changes needed.
  * Remove deprecated XS-Ruby-Versions and XB-Ruby-Versions.
  * d/copyright: Add myself and Shane Emmons.

 -- Leandro Cunha <email address hidden>  Tue, 16 Apr 2024 12:26:32 -0300

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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-money_6.19.0-1.dsc 2.0 KiB f6d9fbd651aeb7f23bbcf9817d7d8f73119c5b473fa643f0976ddf32323172bd
ruby-money_6.19.0.orig.tar.gz 47.7 KiB 43dd170373e16c950d9db8b10891004e2202325f55c6cda0b2a8dc19c9394707
ruby-money_6.19.0-1.debian.tar.xz 2.6 KiB ce318c9a2294bde298a17b0db5de55db803a0d1b641627c8d76cc687a2d6ae09

Available diffs

No changes file available.

Binary packages built by this source

ruby-money: Ruby Library for dealing with money and currency conversion

 A Ruby Library for dealing with money and currency conversion.
 .
 Features
  - Provides a `Money` class which encapsulates all information about a certain
  amount of money, such as its value and its currency.
  - Provides a `Money::Currency` class which encapsulates all information about
  a monetary unit.
  - Represents monetary values as integers, in cents. This avoids floating point
  rounding errors.
  - Represents currency as `Money::Currency` instances providing a high level of
  flexibility.
  - Provides APIs for exchanging money from one currency to another.