ruby-money 6.13.6-2 source package in Ubuntu

Changelog

ruby-money (6.13.6-2) unstable; urgency=medium

  * Source-only upload for bullseye

 -- Pirate Praveen <email address hidden>  Sat, 28 Dec 2019 19:10:28 +0530

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
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-money_6.13.6-2.dsc 2.0 KiB 931d663a907815234e479ab2e6c5b91161f344722af283fb478eb6d12edd198d
ruby-money_6.13.6.orig.tar.gz 45.3 KiB 78bb59f301ad8982b71cc9a8c351c8e26976de8ae8c8f8168391123c0f07e06f
ruby-money_6.13.6-2.debian.tar.xz 2.2 KiB 2af4a80920697ac1b1a0e47aae2bdcafee2c9bfb340ceda95e04a3db65502680

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.