[ANN] Money 3.1.0.pre1

Money 3.1.0.pre1

  • Implemented Money::bank::Base (closes #14)
  • Added Bank::Base#exchange_with
  • Deprecated Bank::Base#exchange (removal in 3.2.0)
  • Implented Money::bank::VariableExchange
  • Deprecated Money::VariableExchangeBank (removal in 3.2.0)
  • Set Money::SYMBOLS, Money::SEPARATORS and Money::DELIMITERS
    deprecation target to Money 3.2.0. (closes #16)
  • Fixed rounding error in Numeric#to_money (closes #15)
  • Implemented #has for Money and Money::Currency
  • Refactored test suite to conform to RSpec conventions
  • Moved project from FooBarWidget (Hongli Lai) · GitHub to RubyMoney · GitHub
  • Added Simone C. to list of authors