https://github.com/RubyMoney/money

sort by:
Revision Author Date Message Commit Date
0164432 version bump to 3.5.5 18 January 2011, 18:25:04 UTC
6e9552e update CHANGELOG 18 January 2011, 18:24:32 UTC
7689bb7 Addded some test cases for money parsing, and fixed up some code to give the parser a better shot at parsing potentially ambiguous strings. [ https://github.com/RubyMoney/money/issues/#issue/46 ] 09 January 2011, 22:03:44 UTC
5858766 Fixes TypeError: can't convert Fixnum into String when doing exchange rate with exchange_to 06 January 2011, 14:38:45 UTC
16d7ed9 Implemented Money#split which allows for even distribution of money amounts without loosing pennies. 29 December 2010, 17:15:35 UTC
c08deba Implemented Money#inspect to bring sanity to rspec error messages and general debugging. 29 December 2010, 17:11:27 UTC
1e7092d Implemented money allocation algorithm that allows fair(ish) splitting of money between different parties without loosing pennies 28 December 2010, 16:53:11 UTC
dd21e59 remove usage of delimiter/separator 23 December 2010, 15:57:41 UTC
d42b6f0 swap #delimiter with #thousands_separator 23 December 2010, 15:25:46 UTC
fa87af0 update Currency#inspect performance 23 December 2010, 14:30:31 UTC
a16f87f add alias for proper name of thousands separator 21 December 2010, 21:05:08 UTC
a599880 Revert the whitespace deltas, and put the new columns at the end of the TABLE 21 December 2010, 20:07:18 UTC
9a17954 Fixed symbol ordering and added html entities for Money.format() 21 December 2010, 08:41:59 UTC
049c924 removed the ATTRIBUTES field -- just respect what's in TABLE! 21 December 2010, 05:59:41 UTC
e94152f always store cents as an integer 17 December 2010, 09:22:51 UTC
fb8f4f2 version bump to 3.5.4 16 December 2010, 14:22:00 UTC
bdc3029 update CHANGELOG 16 December 2010, 13:54:14 UTC
91ef6c1 brute force check Money#format for subunit_to_unit 1,5,10,100,1000 16 December 2010, 13:51:39 UTC
82bb4fb use Currency#decimal_places in Money#to_s and Money.extract_cents and fix negative values when less than 1.0 16 December 2010, 13:50:42 UTC
76382fa add Currency#decimal_places 16 December 2010, 13:47:37 UTC
e9393a6 version bump to v3.5.3 15 December 2010, 19:32:34 UTC
51c96da update CHANGELOG 15 December 2010, 19:31:36 UTC
e201061 fix for Money#to_s for negative values 15 December 2010, 19:30:44 UTC
9f6afa8 version bump to v3.5.2 15 December 2010, 19:13:31 UTC
18685a3 update CHANGELOG 15 December 2010, 19:13:14 UTC
4be4e36 fix an error in #to_s which appended extra 0s incorrectly 15 December 2010, 19:12:01 UTC
8db02bb version bump to v3.5.1 15 December 2010, 17:24:58 UTC
80dc67d update CHANGELOG 15 December 2010, 17:24:38 UTC
b5298d5 remove erroneous require 15 December 2010, 17:23:34 UTC
5afda50 version bump to v3.5.0 15 December 2010, 17:07:16 UTC
ca8038d update CHANGELOG 15 December 2010, 17:06:21 UTC
46b4efd removed deprecations up to v3.5.0 15 December 2010, 16:57:25 UTC
411277b bugfix due to JRuby returning 2 for Math.log10(1000).floor instead of correctly returning 3 15 December 2010, 16:42:18 UTC
c22842c cleaup #extract_cents minor unit detection algorithm 15 December 2010, 16:40:34 UTC
3514491 add i18n to dependencies 11 November 2010, 13:17:32 UTC
82799a3 patch for #issue/38, remove duplicate currencies 10 November 2010, 19:05:51 UTC
f9d4383 patch for #issue/36, String#to_money should work for :subunit_to_unit != 100 10 November 2010, 14:31:22 UTC
5c5494e patch for #issue/37, #format for :subunit_to_unit != 100 10 November 2010, 14:19:42 UTC
37ef846 update #to_s to respect :separator and :subunit_to_unit 10 November 2010, 13:21:23 UTC
427175a use I18n to lookup separator and delimiter signs 03 November 2010, 11:34:13 UTC
6ccb9a0 update for rspec v2.0.0 13 October 2010, 13:50:59 UTC
945ba4f update VERSION to 3.1.5 08 October 2010, 21:20:19 UTC
ce4ef6b update CHANGELOG for v3.1.5 08 October 2010, 21:19:39 UTC
9d38902 You can't multiply a Money by an other Money (references #29) 07 October 2010, 13:10:05 UTC
b0fd8a9 update Money#parse to use :subunit_to_unit (closes #30) 01 October 2010, 15:37:23 UTC
bf06b95 require 'bigdecimal' in money.rb to fix 1.9 loadpath issues 01 October 2010, 15:32:16 UTC
15460e9 Cleanup core extensions (closes #32) 27 September 2010, 14:14:08 UTC
8ff13af Fixing case/when indentation. 22 September 2010, 14:13:06 UTC
c2a06f7 [optional, ] is not a Yard option and YARD attemps to parse it as `optional` object class. It is just an example in the documentation. 22 September 2010, 13:28:40 UTC
d69bf03 Add String#parse and update core extension accordingly 22 September 2010, 13:23:39 UTC
c13b978 Cleanup String#to_currency 22 September 2010, 12:44:05 UTC
e3ceeb7 Cleanup Numeric#to_money extension 22 September 2010, 12:35:28 UTC
97af0db Money.from_numeric("100") should raise ArgumentError. 22 September 2010, 12:02:51 UTC
de2b642 Add Money.from_numeric, Money.from_fixnum, Money.from_bigdecimal, Money.from_float and change Money.from_string to use Money.from_bigdecimal. 22 September 2010, 11:52:09 UTC
f4e3265 Add Money.from_string 22 September 2010, 11:11:03 UTC
f93801a Fixed "nested quantifier" regexp warning. 22 September 2010, 10:50:57 UTC
626c6f4 Can now multiply one Money object by one another using `#*` (closes #29) 22 September 2010, 10:39:09 UTC
6ad6777 Reverted d579d110d987e50ac579fc9af7806b440378d3f9 as requested in http://github.com/RubyMoney/money/issues/issue/31/#issue/31/comment/415950 Be careful if you want to revert this revert commit. Read http://www.kernel.org/pub/software/scm/git/docs/howto/revert-a-faulty-merge.txt 19 September 2010, 19:52:34 UTC
69bc3f1 CHANGELOG for #26 19 September 2010, 10:48:18 UTC
d579d11 Removed v3.2.0 deprecations (references #31) 19 September 2010, 10:42:36 UTC
0c24d66 Removed deprecated `Money::Bank::Base#exchange` 19 September 2010, 10:41:24 UTC
2fbb0b4 Removed deprecated `Money::VariableExchangeBank` 19 September 2010, 10:39:15 UTC
8d59bb1 Removed deprecated `Money::SYMBOLS`, `Money::SEPARATORS` and `Money::DELIMITERS` 19 September 2010, 10:38:11 UTC
31214fe Deprecated `Money#format` with separate params instead of Hash. Deprecated `Money#new(0, :currency => "EUR")` in favor of `Money#new(0, "EUR")`. Deprecation target set to Money 3.5.0. (closes #31) 19 September 2010, 10:32:37 UTC
1172245 Add support for creating objects with the main monetary unit instead of cents (closes #25) 19 September 2010, 10:05:20 UTC
930b86b CHANGELOG 19 September 2010, 10:05:00 UTC
137287a Organize tests per topic. 19 September 2010, 09:59:08 UTC
cb6f008 Money#cents= doesn't exist, so Money#dollars shouldn't. 18 September 2010, 19:30:21 UTC
fc2fb10 Add Money#dollars and Money#dollars=. Normalized spec names for similar tests. 18 September 2010, 19:29:27 UTC
2addde4 Add Money.new_with_dollar to allow creating instances with human-readable value instead of cents. 18 September 2010, 18:07:45 UTC
0151e35 The Currency class is also required in money/bank/variable_exchange.rb. At this point, let's move the require statement in the main money.rb class. No need to use autoload, Currency is immediately required while evaluating Money thus lazy-loading in this case won't be possible. 18 September 2010, 16:48:38 UTC
6cd2e14 No need to change the $LOAD_PATH. RSpec already appends lib and test folders. Current /lib folder is automatically appended on runtime. 18 September 2010, 12:39:51 UTC
fb2de08 require 'rubygems' in tests or require 'json' will continue to raise the "no such file to load -- json" error (references #24) 18 September 2010, 12:31:19 UTC
bafc40e update spec for 1.9.2 compatability 16 September 2010, 13:03:25 UTC
d0a97be use BigDecimal when floating point calculations are needed 16 September 2010, 12:50:34 UTC
ace4f67 downgrade rubygem requirement to >= 1.3.6 15 September 2010, 15:30:20 UTC
d3036df update VERSION to 3.1.0 13 September 2010, 11:50:24 UTC
014e494 update CHANGELOG for v3.1.0 13 September 2010, 11:49:27 UTC
a17fdb8 update 'json' and 'yaml' to use 'autoload' instead of 'require' 10 September 2010, 12:45:01 UTC
ba7f7c3 add 'json' as a development dependency and optional requirement 10 September 2010, 12:44:17 UTC
b51bd9d make default task :spec (fixes #issue/23) 10 September 2010, 12:33:36 UTC
5f70d63 update Ghanaian Cedi ISO Code to GHS (fixes #issue/22) 10 September 2010, 12:11:26 UTC
af56bcc fix @abstract messages in Money::Bank::Base 08 September 2010, 13:24:02 UTC
c4c1c99 cleanup extraneous spaces 02 September 2010, 18:15:10 UTC
6e6f14b update CHANGELOG to markdown and cleanup 02 September 2010, 18:12:15 UTC
cfdef50 cleaup remaining documentation to reach 100% documentation 02 September 2010, 14:47:08 UTC
8f15057 update documentation for money.rb 02 September 2010, 14:35:02 UTC
c9c626a update documentation for bank/variable_exchange.rb 02 September 2010, 12:05:26 UTC
d0fb3bc update documentation for bank/base.rb 02 September 2010, 11:34:17 UTC
5c39aa8 update documentation for deprecations.rb 01 September 2010, 19:12:47 UTC
e40e311 update documentation for defaults.rb 01 September 2010, 19:11:07 UTC
bc7805a update documentation for currency.rb 01 September 2010, 16:03:35 UTC
34028c7 update documentation for defaults.rb 01 September 2010, 14:50:15 UTC
d1f500f use builtin rake tasks to build gem 01 September 2010, 14:44:30 UTC
3fd7c4f update documentation for core_extensions.rb 01 September 2010, 14:29:44 UTC
7991ce5 reformat README using markdown 01 September 2010, 13:24:18 UTC
ba67bf8 add build/install tasks to Rakefile 01 September 2010, 13:07:36 UTC
4f401c4 replace hanna with yard 01 September 2010, 12:36:53 UTC
8d85ac8 cleanup/refactor Rakefile 01 September 2010, 12:35:41 UTC
16b716a remove Jeweler dependency 01 September 2010, 12:10:55 UTC
back to top