https://github.com/RubyMoney/money

sort by:
Revision Author Date Message Commit Date
c26fe43 Bump version to 2.1.0. 15 February 2009, 12:21:31 UTC
3b396a9 Change indentation in unit tests to 2-spaces for consistency's sake. 15 February 2009, 12:17:36 UTC
2825c52 Format method will now add commas to output. 15 February 2009, 12:05:13 UTC
3198687 Remove some redundant whitespace. 15 February 2009, 11:59:05 UTC
cb37786 Allow setting custom 'free' string when formatting a Money object. 15 February 2009, 11:58:10 UTC
de5010f Fix some documentation errors. 15 February 2009, 11:54:06 UTC
c4fb124 Added :display_free option to Money#format display zero amounts as free. By default, a zero amount will be formatted like any other amount. 15 February 2009, 11:50:11 UTC
e2b61a7 Move the tests for Money#format to the correct section. 15 February 2009, 11:44:20 UTC
fc51ef5 Make unit tests work in Ruby 1.9. 15 February 2009, 10:57:04 UTC
94d54d3 Add unit tests for Money#format. 15 February 2009, 10:56:03 UTC
c848376 Added ability to replace symbol when formatting a Money object 16 January 2009, 04:19:15 UTC
12f19f5 Fixed problem with Money parsing when currency in front. The problem manifested itself in parsing 'CAD -100.37', where the cents regexp would match the space separately from the rest. 21 November 2008, 03:47:37 UTC
46762f8 Update gem specification. 31 October 2008, 18:20:04 UTC
a1ad4a7 Update documentation and URLs. 31 October 2008, 18:17:38 UTC
ccf2496 Improve documentation. Add a convenient method Money.add_rate. 31 October 2008, 15:48:55 UTC
518da0d Rename README to README.rdoc so that Github will format it. 31 October 2008, 15:34:16 UTC
3713204 Improve README 31 October 2008, 15:33:52 UTC
b412fb3 Add gem specification file. 31 October 2008, 15:16:24 UTC
833fd10 Update documentation. 31 October 2008, 15:07:08 UTC
ce75f6c Add more tests. Add copyright notice for Phusion. 31 October 2008, 15:03:12 UTC
68a6dc3 Refactor the library and write tests for core extensions. 31 October 2008, 14:54:33 UTC
ed8e671 Revamp the Money and VariableExchangeBank classes and make the tests pass. 31 October 2008, 14:38:42 UTC
cb8f9aa Add unit tests. 31 October 2008, 14:19:34 UTC
9ab11d2 Initial import of the Money library, version 1.7.0. 31 October 2008, 13:18:07 UTC
back to top