[ANN] Money 3.1.0 Released

Money 3.1.0

Features

  • Implemented Money::Bank::Base.
    (#issue/14)
  • Added Money::Bank::Base#exchange_with.
  • Deprecated Money::Bank::Base#exchange. Deprecation target set to
    Money
    3.2.0.
  • Implented Money::Bank::VariableExchange
  • Deprecated Money::VariableExchangeBank. Deprecation target set to
    Money
    3.2.0.
  • Deprecate Money::SYMBOLS, Money::SEPARATORS and
    Money::DELIMITERS.
    Deprecation target set to Money 3.2.0.
    (#issue/16)
  • Implemented #has for Money and Money::Currency.
  • Refactored test suite to conform to RSpec conventions.
  • Moved project from FooBarWidget to
    RubyMoney
  • Added Simone C. to list of authors.
  • Moved @rounding_method from Money::Bank::VariableExchange to
    Money::Bank::Base.
    (#issue/18)
  • Added #setup to Money::Bank::Base. Called from #initialize.
    (#issue/19)
  • Added google_currency
    to list
    of Currency Exchange Implementations.
  • Added #export_rates to Money::Bank::VariableExchange.
    (#issue/21)
  • Added #import_rates to Money::Bank::VariableExchange.
    (#issue/21)
  • Removed dependency on Jeweler.
  • Replaced usage of hanna with yardoc.
  • Rewrote/reformatted all documentation.

Bugfixes

  • Fixed incorrect URLs in documentation.
    (#issue/17)
  • Updated :subunit_to_unit for HKD from 10 to 100.
    (#issue/20)
  • Updated Ghanaian Cedi to use correct ISO Code, GHS.
    (#issue/22)
  • Made default rake task call spec.
    (#issue/23)