https://github.com/RubyMoney/money

sort by:
Revision Author Date Message Commit Date
75cc0bf bump version to 3.6.2 04 June 2011, 04:53:09 UTC
b7eae58 update CHANGELOG 04 June 2011, 04:50:46 UTC
236a0b3 update 'Turkish New Lira' to 'Turkish Lira' 04 June 2011, 04:42:20 UTC
ea323af update HUF currency to symbol_first => false 04 June 2011, 04:38:55 UTC
167003e add Gemfile and .rvmrc.example 04 June 2011, 04:36:14 UTC
47657bc Merge pull request #76 from eloyesp/to_currency Symbol#to_currency 02 June 2011, 15:25:55 UTC
a52c3f7 Money::Currency#to_currency to ease tasks. 02 June 2011, 14:14:11 UTC
08e2620 #to_currency extension to Symbol 02 June 2011, 13:59:02 UTC
7a4c4ad We don't need to create a proc here. Skip the use of &block to improve performance. 02 May 2011, 21:43:47 UTC
0584176 update HKD subunit name from 'Ho' to 'Cent' per issue/#72 02 May 2011, 13:26:53 UTC
ac1339d add Ilia Lobsanov to authors 28 April 2011, 11:20:26 UTC
684f60d enhance spec for :no_cents_if_whole formatting option 28 April 2011, 11:18:51 UTC
53507c6 Merged pull request #71 from nurey/master. add a format option :no_cents_if_whole 28 April 2011, 11:07:40 UTC
a6d0da3 wrap at 80 characters. more spec tests for no_cents_if_whole 27 April 2011, 20:17:42 UTC
b26ad25 no_cents_if_whole should take into account currencies whose subunit to unit is not 100. also added documentation. 27 April 2011, 19:10:34 UTC
a5137e9 Merge branch 'master' of github.com:nurey/money 27 April 2011, 18:29:11 UTC
e27ace0 add :no_cents_if_whole format option. When set to true, 10000 gets formatted to $100 and 10034 gets formatted to $100.34 27 April 2011, 18:28:35 UTC
5464d6b add :no_cents_if_whole format option. When set to true, 10000 gets formatted to 00 and 10034 gets formatted to 00.34 27 April 2011, 18:27:02 UTC
3b4c04c update authors 27 April 2011, 15:12:41 UTC
98e88eb add Jean-Louis Giordano to authors 27 April 2011, 15:05:26 UTC
ada2fc9 Merged pull request #70 from icehouse/rebase-for-pull. Refactoring for clarity 27 April 2011, 15:02:53 UTC
2fc7b15 Fixed the specs to fit previous split. 27 April 2011, 14:37:54 UTC
7399f17 Split Money into modules. 27 April 2011, 14:37:12 UTC
f7edc8f Edited README.md via GitHub 16 April 2011, 13:50:07 UTC
b2cab76 fix previous commit 07 April 2011, 12:26:31 UTC
7e4897f Use the keys separator and delimiter in +number.currency.format+ for I18n. 06 April 2011, 21:18:29 UTC
d32453c bump version to v3.6.1 03 March 2011, 12:37:26 UTC
80ea8e4 update CHANGELOG 03 March 2011, 12:36:40 UTC
0ed513e reimplement patch for #issue/43, WTF?! 03 March 2011, 12:18:14 UTC
25434a2 ignore rubinius byte code files 21 February 2011, 16:17:42 UTC
2b70439 update CHANGELOG 21 February 2011, 13:15:45 UTC
f59b19e Merge branch 'master' of https://github.com/tobi/money into tobi-master Conflicts: spec/money_spec.rb 21 February 2011, 13:08:53 UTC
e9794f0 Floating point comparison needs to Epsilon aware 20 February 2011, 15:28:26 UTC
0fbc825 version bump to v3.6.0 18 February 2011, 16:31:05 UTC
da0bf8c update CHANGELOG 18 February 2011, 16:30:40 UTC
d2676cf update for .gemtest 18 February 2011, 16:29:59 UTC
f67e5e0 update CHANGELOG 18 February 2011, 16:27:54 UTC
1a1cb22 update CNY information 18 February 2011, 14:35:13 UTC
36329c1 update CHANGELOG 24 January 2011, 12:54:16 UTC
ec7dfb5 Add a symbol position option for Money#format 24 January 2011, 10:07:55 UTC
76a2214 update CHANGELOG 19 January 2011, 16:56:30 UTC
0f84f25 Fix Money#format thousands separator with :no_cents set to true for currencies with symbol at the end of the string 19 January 2011, 16:27:04 UTC
6221ef3 update README for rails usage 18 January 2011, 18:37:01 UTC
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
back to top