Money v5.0.0 Release Notes

    • ๐Ÿ›  Minor bugfix - incorrect use of character range resulted in botched results for Money::Parsing#extract_cents (GH-162)
    • ๐Ÿšš Money::Currency::TABLE removed. Use Money::Currency.register to add additional currencies (GH-143)
    • ๐Ÿ›  Fix rounding error in Numeric.to_money (GH-145)
    • ๐Ÿ‘ Allow on-the-fly calculation of decimal places if not known already (GH-146,GH-147,GH-148)
    • ๐Ÿšš Move Euro symbol ahead of amount (GH-151)
    • ๐Ÿ’… Changed settings for Polish currency (GH-152)
    • Fall back to symbol if there is no html_entity present (GH-153)
    • ๐Ÿ“œ Optionally Allow parsing of money values prefixed by symbols in key currencies (GH-155)
    • ๐Ÿ›  Fix bug where rates exported to a file from VariableExchange leave the File object open (GH-154)
    • โž• Added Money#positive? and Money#negative? methods (GH-157)
    • ๐Ÿ›  Fix format function output for custom currencies (GH-156)
    • ๐Ÿ›  Fix parsing of strings with 3 decimal digits (GH-158)
    • โšก๏ธ Updated development dependencies
    • ๐Ÿ’Ž Said goodbye to RubyForge