[ANN] Money 3.1.5 released

Money 3.1.5

Features

  • Added support for creating objects with the main monetary unit
    instead of
    cents.
    (#issue/25)
  • Deprecated Money#format with separate params instead of Hash.
    Deprecation
    target set to Money 3.5.0.
    (#issue/31)
  • Deprecated Money#new(0, :currency => "EUR") in favor of
    Money#new(0, "EUR"). Deprecation target set to Money 3.5.0.
    (#issue/31)
  • Throw ArgumentError when trying to multiply two Money objects
    together.
    (#issue/29)
  • Update Money#parse to use :subunit_to_unit
    (#issue/30)

Bugfixes

  • Downgraded required_rubygems_version to >= 1.3.6.
    (#issue/26)
  • Use BigDecimal when floating point calculations are needed.
  • Ruby 1.9.2 compatibility enhancements.