sort by:
Revision Author Date Message Commit Date
4b20ee5 adding more documentation for Money#format [ci skip] docs for ':html_wrap_symbol' and ':symbol_position' options. 15 January 2015, 11:58:26 UTC
379671b updating CHANGELOG 14 January 2015, 12:00:15 UTC
b0e2994 Merge pull request #480 from RubyMoney/initialize refactoring Currency.initialize 14 January 2015, 11:56:56 UTC
bd17234 refactoring Currency.initialize 14 January 2015, 11:43:18 UTC
31ad320 Merge pull request #477 from RubyMoney/constructors Extracting 'constructor' functions to a module, adding aliases and GBP 13 January 2015, 17:01:28 UTC
09d14d0 Merge pull request #478 from RubyMoney/register Register 13 January 2015, 17:01:09 UTC
aea6a9e adding documentation for Money::Currency#register 13 January 2015, 15:03:03 UTC
cc8bb0e more helpful error message when trying to register a currency without an iso_code. Fixing README: iso_code isn't optional 13 January 2015, 14:58:38 UTC
8610bea adding tests for Money::Currency.register 13 January 2015, 14:57:08 UTC
7ec0e99 DRYing currency_spec 13 January 2015, 14:56:24 UTC
11f838a adding methods for GBP 13 January 2015, 13:54:48 UTC
6a33989 Merge pull request #476 from RubyMoney/parentheses wrapping negative numbers in parentheses 13 January 2015, 13:51:42 UTC
2afc344 extracting constructor functions to a new module 13 January 2015, 11:33:06 UTC
3ed40f9 aliasing constructor methods to their 3-letter iso codes. I had to move the methods inside the self << class block to get access to 'alias_method' 13 January 2015, 11:20:51 UTC
abc279f wrapping negative numbers in parentheses Without them, I was getting an annoying warning in Vim: 'ambiguous first argument; put parentheses or a space even after `-' operator' 13 January 2015, 11:16:33 UTC
becb6cd Merge pull request #472 from safakgur/fix-try Fix TRY currency. 04 January 2015, 17:07:08 UTC
c0668e4 Fix TRY currency. Add `html_entity` for the Turkish Lira. Fix `symbol_first`. 04 January 2015, 16:10:44 UTC
917369d Merge pull request #470 from aripollak/ruby-2.2.0-deprecation-fix Fix deprecation warning under Ruby 2.2.0 27 December 2014, 20:46:11 UTC
83313a4 Fix deprecation warning under Ruby 2.2.0 * Arithmetic#== was not being used, Comparable#== was instead, so it was using <=> for comparison but swallowing any exceptions * Fixes #469 27 December 2014, 20:12:33 UTC
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
back to top