https://github.com/RubyMoney/money

sort by:
Revision Author Date Message Commit Date
82e3f5c v6.5.0 16 December 2014, 00:30:43 UTC
ac180fa Merge pull request #467 from raphaelcosta/master Support Rails 4.2 final 20 December 2014, 05:29:52 UTC
9580358 Support Rails 4.2 final 20 December 2014, 03:08:44 UTC
b07481a Merge pull request #464 from vandrijevik/patch-1 Fix typo in i18n example file 17 December 2014, 16:46:03 UTC
38e2248 Fix typo in i18n example file 17 December 2014, 14:19:03 UTC
7c82f6c Merge pull request #460 from clowder/unknown-currency Ensure [UnknownMoney::Currency] is a subclass of argument error. 10 November 2014, 13:39:32 UTC
aea0c0a Ensure [UnknownMoney::Currency] is a subclass of argument error. This means that we now have an easy way to catch all money & currency parsing errors (via [ArgumentError]). 10 November 2014, 12:16:24 UTC
5a4d11b Merge pull request #457 from newstler/patch-1 Updated Russian Ruble as it has now official symbol. 03 November 2014, 16:39:43 UTC
fe45840 Updated Russian Ruble as it has now official symbol. Update currency_iso.json Update formatting_spec.rb Update CHANGELOG.md Update CHANGELOG.md Update AUTHORS Added myself and sorted a little :) 03 November 2014, 16:27:13 UTC
51a8a46 Merge pull request #458 from lulalala/spelling Correct spelling of infinite_precision 03 November 2014, 13:40:28 UTC
644d490 Correct spelling of infinite_precision 03 November 2014, 02:03:41 UTC
7876c0a v6.4.0 30 October 2014, 00:23:52 UTC
c9f547e Merge pull request #453 from mateusg/master Add `Money.default_formatting_rules` config hash 26 October 2014, 00:41:30 UTC
d2384d8 Add Money.default_formatting_rules config hash 25 October 2014, 23:58:00 UTC
e42371c Merge pull request #452 from sigra/master Fix symbol_first for CZK (Czech Koruna) 24 October 2014, 20:39:40 UTC
25a0e44 Fix symbol_first for CZK 24 October 2014, 19:36:03 UTC
0f7e156 Merge pull request #451 from zacksiri/master support rails 4.2 24 October 2014, 14:46:18 UTC
9f54d7f support rails 4.2 24 October 2014, 12:57:27 UTC
c969690 Merge pull request #448 from ggilder/ignore-coverage Ignore coverage dir 21 October 2014, 03:45:16 UTC
a9c10c9 Merge pull request #449 from ggilder/update-changelog-for-445-and-446 Add changelog entries for previous PRs 21 October 2014, 03:45:03 UTC
3c5ebd6 Add changelog entries for previous PRs 20 October 2014, 23:20:47 UTC
9c1a0fb Ignore coverage dir 20 October 2014, 23:09:25 UTC
a42e2b1 Merge pull request #445 from ggilder/fix-rub-symbol Switch default and alternate symbols for RUB 18 October 2014, 16:28:08 UTC
77ad0f3 Merge pull request #446 from ggilder/fix-try-symbol Fix symbol for Turkish Lira 18 October 2014, 16:27:53 UTC
048ab7d Fix symbol for Turkish Lira According to [Wikipedia][1], the currently used symbol is "₺". [1]: http://en.wikipedia.org/wiki/Turkish_lira#Currency_sign 18 October 2014, 00:39:55 UTC
d1acabe Switch default and alternate symbols for RUB According to [Wikipedia][1] and [XE][2], the "руб" symbol is more commonly used. Also added the "₽" symbol as an alternate, because it was only added to Unicode this year and probably isn't widely supported yet. [1]: http://en.wikipedia.org/wiki/Russian_ruble#Currency_symbol [2]: http://www.xe.com/symbols.php 17 October 2014, 23:07:32 UTC
105036b Merge pull request #443 from BRMatt/patch-1 Display symbol for NGN before monetary value 13 October 2014, 15:10:12 UTC
33ea8e9 Add note on NGN formatting to CHANGELOG.md 13 October 2014, 11:05:37 UTC
d9ee5f3 Display symbol for NGN before denomination See examples: http://en.wikipedia.org/wiki/Nigerian_naira http://www.xe.com/currency/ngn-nigerian-naira 13 October 2014, 11:00:37 UTC
7df3e6d Merge pull request #442 from tweymuth/master Correct smallest denomination for Vietnamese dong 11 October 2014, 17:21:53 UTC
3c83b0f Correct smallest denomination for Vietnamese dong 11 October 2014, 15:55:58 UTC
11491ce Merge pull request #441 from ggilder/fix-vnd-subunit Change VND subunit_to_unit to 1 10 October 2014, 23:41:56 UTC
0152bcf Change VND subunit_to_unit to 1 According to [Wikipedia][1], the Vietnamese dong has not had subunits (hào or xu) since roughly 1985. [1]: http://en.wikipedia.org/wiki/Vietnamese_dong 10 October 2014, 22:31:05 UTC
ff0bf0b Merge pull request #440 from arthurtalkgoal/master CNY html_entity consistent with other setup 10 October 2014, 11:32:57 UTC
b5a4719 CNY html_entity consistent with other setup 10 October 2014, 02:20:14 UTC
3d2b34a Merge pull request #438 from edwinv/master Introduce `disambiguate: true` option for formatting 22 September 2014, 18:04:51 UTC
7bb542e Introduce `disambiguate: true` option for formatting 22 September 2014, 07:27:10 UTC
6838873 Merge pull request #435 from shpupti/master Fix the subunit_to_unit values of the CLP and KRW currencies 16 September 2014, 15:23:00 UTC
c01e4f9 Updated changelog and authors 16 September 2014, 13:28:55 UTC
7e5d0da Fixed the subunit_to_unit value of CLP and KRW currencies 16 September 2014, 12:06:26 UTC
bacd895 Enabling the spec rake task 16 September 2014, 12:05:22 UTC
fae74d0 v6.3.0 11 September 2014, 23:23:04 UTC
705dcff Merge pull request #433 from tweymuth/master Add method to round to nearest possible amount of cash (aka Swedish rounding) 11 September 2014, 10:12:57 UTC
2d7d4a7 Use configured rounding mode for rounding to nearest cash value 11 September 2014, 07:11:45 UTC
a89091a Extend tests for rounding to nearest possible cash value to include negative amounts of money 10 September 2014, 12:11:07 UTC
826f3c6 Merge pull request #434 from georgemillo/master fixing spelling mistake 10 September 2014, 11:16:41 UTC
7bcda14 fixing spelling mistake 10 September 2014, 10:58:54 UTC
718bbc8 Add tests for rounding to nearest possible cash value 10 September 2014, 06:58:02 UTC
dcd4a13 Raise specific exception when smallest denomination of a currency is not defined 10 September 2014, 06:25:08 UTC
b1a3066 Add method to round a given amount of money to the nearest possible amount of cash (aka Swedish rounding) 09 September 2014, 15:01:33 UTC
8016360 v6.2.1 08 September 2014, 23:11:00 UTC
c497312 ensure set is loaded 08 September 2014, 23:10:24 UTC
15ffc4d v6.2.0 08 September 2014, 13:05:02 UTC
ec21f66 Merge pull request #425 from jerhinesmith/master Update rspec 3 21 August 2014, 02:57:10 UTC
15d7b1d Upgrade to rspec 3 20 August 2014, 23:07:26 UTC
c1ee53f Merge pull request #423 from tjhart/fix-rounded_infinite_precision-with-use_i18n-as-false Least invasive means of solving the problem 20 August 2014, 21:34:06 UTC
56178f8 Noted fix 20 August 2014, 15:29:57 UTC
8abda3d Least invasive means of solving the problem 19 August 2014, 14:20:26 UTC
e0a1f2c Merge pull request #419 from troelskn/fix-formatting-sek-and-nok Fix formatting nok 06 August 2014, 21:02:16 UTC
93ae576 NOK puts currency symbol after the numbers 06 August 2014, 20:24:48 UTC
393b678 Merge pull request #413 from puddle/master Make sure collaborators don't somehow modify empty 06 August 2014, 20:21:23 UTC
b2e5f50 fix failing spec 06 August 2014, 20:19:30 UTC
c055744 Merge pull request #417 from gballester/master add Azerbaijani Manat currency symbol 01 August 2014, 18:36:55 UTC
7358d49 add Azerbaijani Manat currency symbol 01 August 2014, 18:02:37 UTC
c433569 Merge pull request #414 from seuros/patch-1 Update money.gemspec to accept i18n master 27 July 2014, 13:07:26 UTC
85b67a9 update money.gemspec to accept i18n master required for rails edge. 27 July 2014, 06:50:07 UTC
c1e46d9 Make sure collaborators don't some how modify empty 25 July 2014, 00:32:40 UTC
736fb17 Merge pull request #412 from genuitytech/feature/default-currency-for-initializer Money#new uses Money.default_currency if currency arg is nil 19 July 2014, 08:45:57 UTC
3dce58a Money#new uses Money.default_currency if currency arg is nil Adresses #410 19 July 2014, 04:47:58 UTC
3c1f74f Merge pull request #403 from RKushnir/patch-1 Put `after` block right after `before` 17 June 2014, 18:54:57 UTC
9fd0193 Put `after` block right after `before` To follow the convention. 17 June 2014, 18:39:54 UTC
7597b08 Update docs badge in README Update the URL of the docs badge to include it from inch-ci.org instead of inch-pages.github.io (the former being the successor of the Inch Pages project). [ci skip] 17 June 2014, 06:29:21 UTC
1c24f87 Merge pull request #402 from padi/patch-1 Update ruby to latest patch 14 June 2014, 21:26:20 UTC
708783f Update ruby to latest patch https://www.ruby-lang.org/en/news/2014/05/09/ruby-2-1-2-is-released/ 14 June 2014, 20:10:46 UTC
cfc788e Merge pull request #401 from Matsarello/master Typo fix for I18n: seperator -> separator 06 June 2014, 19:15:50 UTC
0d52411 Typo fixes for I18n: seperator -> separator. Misunderstood typos fixed in Money::Formatting controller too, as thousands separator is named 'delimeter' and should be ',' but decimal mark is 'separator' and should be '.' 06 June 2014, 19:07:32 UTC
b2557bb Merge pull request #398 from paulodiniz/master Adding and subtracting Fixnum 0 28 May 2014, 04:19:31 UTC
167c1d8 adding support for abelian element 0 on sum adding abelian element suport on subtraction removed 6.1.2 version deleted coverage files from commit authors and changelog 28 May 2014, 00:53:14 UTC
a397bcb Adding my name to AUTHORS. :heart: [ci skip] 23 May 2014, 01:50:14 UTC
dc7d250 Merge pull request #397 from CentroNet-Marketing/performance-improvements Performance improvements 23 May 2014, 01:48:40 UTC
ea6c2c9 Performance improvements, particularly for JRuby This patch is 1.99x faster on MRI, 1.85x faster on RBX, and 41.4x on JRuby. This makes JRuby 2.6x faster than MRI when the JVM is warm. Further gains could be had from switching to strings from symbols or at least reducing the number of .to_s and .to_sym calls. 23 May 2014, 01:01:14 UTC
05f985f Merge pull request #396 from brixen/master Enable Rubinius 2 on Travis. 23 May 2014, 00:43:12 UTC
b395e53 Enable Rubinius 2 on Travis. 22 May 2014, 23:34:46 UTC
36cd8a8 Merge pull request #395 from nashbridges/new-manat Update iso code, symbol, subunit for the new Turkmenistani manat 21 May 2014, 14:55:47 UTC
e5bc6d7 Update iso code, symbol, subunit for the new Turkmenistani manat GH-181 21 May 2014, 14:34:11 UTC
f777d3b Updating changelog. 16 May 2014, 17:12:26 UTC
98de19f Merge pull request #394 from RubyMoney/feature/add-to-i Add changelog entry about #to_i. 15 May 2014, 20:17:18 UTC
af233f6 Add changelog entry about #to_i. 15 May 2014, 20:15:38 UTC
8cc83a9 Merge pull request #388 from lunks/feature/add-to-i Add Money#to_i 15 May 2014, 20:11:26 UTC
3dd9fdd Merge pull request #392 from alex-ross/fix-error-in-thousands-separator Fixes error in thousands separator formatting 12 May 2014, 23:13:53 UTC
6ac3c37 Fixes error in thousands separator formatting 12 May 2014, 20:48:53 UTC
b0ecebb Merge pull request #391 from alex-ross/updates-readme-with-i18n-definitions Adds documentations for I18n features 11 May 2014, 22:22:56 UTC
f00003f Adds documentations for I18n features 11 May 2014, 13:57:31 UTC
01795e7 Adding Money#to_i. 24 April 2014, 20:40:01 UTC
e465409 Add semi-colon to Ukrainian Hryvnia html entity The semi-colon missing from the html entity was causing rendering issues. 01 April 2014, 17:19:22 UTC
f87919c v6.1.1 31 March 2014, 13:26:15 UTC
8fa321c remove lingering Monetize call 31 March 2014, 13:25:53 UTC
23f5e6e v6.1.0 31 March 2014, 12:55:13 UTC
158f3c8 Merge pull request #380 from rrrene/patch-1 Add docs badge to README 31 March 2014, 12:51:31 UTC
815ab25 Merge pull request #379 from appearhere/single-currency-arithmetic Fix arithmetic in single currency mode: 31 March 2014, 12:50:36 UTC
back to top