https://github.com/RubyMoney/money

sort by:
Revision Author Date Message Commit Date
0dcabf8 dump to v6.0.0.pre 24 July 2013, 18:34:01 UTC
16e444c deprecate Money.parse 24 July 2013, 18:33:13 UTC
f79c883 update deps 24 July 2013, 18:06:28 UTC
f51f64d Merge pull request #292 from bjones/ruby18 Add Ruby 1.8 support 18 July 2013, 16:18:56 UTC
2eb0dca Add Ruby 1.8 support Add Money::Currency.unregister to fix broken test under 1.8 Added 1.8.7 to travis Updated README and gemspec to remove the 1.9 requirement 18 July 2013, 15:27:21 UTC
a446560 Update AUTHORS 18 July 2013, 12:23:09 UTC
047c5b6 Merge pull request #291 from NARKOZ/nil-currency-symbol avoid TypeError when currency symbol is nil 18 July 2013, 12:22:27 UTC
bc51e52 avoid TypeError when currency symbol is nil 18 July 2013, 09:12:05 UTC
bf79e64 Update AUTHORS 24 June 2013, 14:08:00 UTC
6864e9d Merge pull request #286 from bbozo/test_for_285 Test for #285 24 June 2013, 08:25:03 UTC
ff43acd Test for #285 24 June 2013, 08:13:16 UTC
4fb9314 Merge pull request #284 from utenmiki/master Fix typo 23 June 2013, 00:15:46 UTC
8d3ccd4 Fix typo 22 June 2013, 23:49:53 UTC
5a09824 Merge pull request #279 from freerunningtechnologies/wrap_currency_symbol Wrap currency symbol 26 May 2013, 02:12:34 UTC
9fe2007 Create a new option for wrapping currency symbol It was decided that :html shouldn't be changed to wrap the symbol as well, but another option should be added Change-Id: I1d8a40cd2c8e7196c125ec8e7c57e557857504b9 24 May 2013, 17:50:47 UTC
5a73ac4 Wrap the currency symbol in html We use the existing option for :html Change-Id: Iea95e90f91d91fdaab35f8b79477f6da221d08b1 24 May 2013, 17:50:47 UTC
d7dfc10 split currencies into iso/non_iso along with general cleanup 24 May 2013, 13:39:55 UTC
54417f6 ci with ruby2.0 24 May 2013, 13:21:38 UTC
7274fb3 Update AUTHORS 16 May 2013, 16:12:26 UTC
221d5b4 Merge pull request #278 from scoreloop/master Improved comparison of currencies 16 May 2013, 16:11:53 UTC
60b2f60 allow comparison of currencies and symbols/strings 16 May 2013, 13:55:21 UTC
23e15e4 ignore case when comparing IDs 16 May 2013, 13:50:29 UTC
6fcbb0f Update CHANGELOG.md 14 May 2013, 16:05:36 UTC
5030b58 add South Sudanese Pound 19 April 2013, 20:06:53 UTC
eb3cad8 add Scott Pierce to AUTHORS 19 April 2013, 18:47:01 UTC
4316cb8 Merge pull request #273 from ddrscott/patch-1 added missing currencies which have exchange rates 19 April 2013, 16:37:02 UTC
566fe28 added missing currencies which have exchange rates Open Exchange Rates had more currencies than this file. I added all the missing currency configurations. I figured it there's an active exchange rate, it should exist here. 19 April 2013, 15:06:46 UTC
b451e66 add Ryan Bigg to AUTHORS 17 April 2013, 04:18:34 UTC
ab0db3f Merge pull request #272 from radar/issue-272 HTML entities incorrectly escaped with RUB currency + :no_cents option 17 April 2013, 04:17:41 UTC
4edd4dd Fix issue where thousands separator was being applied to HTML entities Fixes #272 17 April 2013, 03:57:36 UTC
a728353 updates to .gitignore 08 April 2013, 17:17:09 UTC
a3d314d Update AUTHORS 03 April 2013, 22:16:59 UTC
651a438 Merge pull request #269 from pivotal-cloudplanner/patch-1 set license to MIT in gemspec 03 April 2013, 19:33:46 UTC
ff888ce set license to MIT in gemspec 03 April 2013, 19:03:20 UTC
dbb0842 add Andrei to AUTHORS 28 March 2013, 13:48:12 UTC
96a522d Merge pull request #268 from matzipan/master Updated RON currency symbol 28 March 2013, 12:55:38 UTC
0470c11 Update RON symbol 28 March 2013, 12:50:46 UTC
c2a6d64 add Kenichi Kamiya to AUTHORS 25 March 2013, 16:00:44 UTC
7f280bb Merge pull request #266 from kachick/fix-yard Fix some YARD for API Documents 25 March 2013, 15:20:08 UTC
b96ef92 Fix some YARD for API documents Fix YARD for Money::Currency#symbol_first Fix YARD for Money::Formatting#format Fix YARD for Money::Formatting#normalize_formatting_rules Fix YARD for Money::Parsing::ClassMethods#parse Fix YARD for Money::Parsing::ClassMethods#from_string Fix YARD for Money::Parsing::ClassMethods#from_numeric Fix YARD for Money::Parsing::ClassMethods#from_fixnum Fix YARD for Money::Parsing::ClassMethods#from_float Fix YARD for Money::Parsing::ClassMethods#from_bigdecimal Fix YARD for Money#initialize Fix YARD for Money#allocate Fix YARD for Money#split 25 March 2013, 14:14:12 UTC
91c50d0 Merge pull request #265 from kachick/improve-remove_warnings Clean up Ruby's warnings in lib/ 25 March 2013, 13:44:04 UTC
dbe3f41 Remove discarding method definition This commit removes below Ruby's warning. * "warning: method redefined" 25 March 2013, 12:11:03 UTC
dec5f72 Rename unused variable This commit removes below Ruby's warning. * "warning: assigned but unused variable" 25 March 2013, 12:09:14 UTC
bc974a1 Merge pull request #264 from dnl/master Adding Money::Currency.all 24 March 2013, 20:32:30 UTC
a66c7bb test priority value rather than a specific currency which might be a different currency with the same priority. oops ;) 24 March 2013, 20:03:51 UTC
1f04a35 add Money::Currency.all method 22 March 2013, 22:54:07 UTC
b26788d Merge pull request #263 from geehsien/cleanup_after_add_rate Money.add_rate spec should not impact default_bank 21 March 2013, 19:01:46 UTC
d2727d4 Money.add_rate spec should not impact default_bank * Otherwise other specs that do not expect a EUR -> USD rate * to exist may get unexpected behavior 21 March 2013, 18:27:49 UTC
383d161 Merge pull request #262 from geehsien/allow_zero_comparison Allow combined comparison operator to handle zero values without rates 21 March 2013, 18:14:13 UTC
fd2e985 Allow combined comparison operator to handle zero values without rates * When values are equivalent to 0, currency rates are not needed. 21 March 2013, 18:07:18 UTC
d8efbf8 add Jesse Cooke to AUTHORS 20 March 2013, 00:40:23 UTC
4456b73 Merge pull request #260 from jc00ke/patch-1 Fix typo 20 March 2013, 00:39:46 UTC
af8a98d Fix typo 20 March 2013, 00:38:06 UTC
3de3cc9 Merge pull request #259 from alup/master Fix TRY currency separators 19 March 2013, 14:45:09 UTC
d98df81 Fix turkish lira currency separators 19 March 2013, 14:35:30 UTC
0e14bae add Bill DeRusha to Authors 17 March 2013, 15:02:39 UTC
faee2f8 Merge pull request #258 from bderusha/master Updated Polish Zloty Html Entity 17 March 2013, 15:02:09 UTC
6ce7a28 Update Polish Zloty to include html entity 15 March 2013, 20:59:47 UTC
fb6274a disable jruby on travis for now 12 March 2013, 03:38:05 UTC
1221c6b add Francisco Trindade to AUTHORS 12 March 2013, 03:32:31 UTC
f125964 Merge pull request #255 from frankmt/master Adding missing comma to example 12 March 2013, 03:31:48 UTC
20861bb adding missing comma 12 March 2013, 03:10:56 UTC
65c323a Update AUTHORS 27 February 2013, 11:24:33 UTC
1ea14f4 Merge pull request #253 from jgakos/extract_cents_naming_fix Extract cents naming fix 27 February 2013, 11:20:37 UTC
8ff77ae Fix misuse of thousands_separator and decimal_mark variables. - Scanning from the most significant part of the value to the least for non-digit values will return thousands_separator and decimal_mark in the corresponding order (instead of reverse). 27 February 2013, 10:02:22 UTC
0cc8533 Rename used_decimal_marks to used_delimiters - When extracting everything but digit characters, the values extracted have only a general delimiting purpose instead of decimal mark separators. 27 February 2013, 09:56:34 UTC
3197bd8 Fix extra indentation level in Money#extract_cents 27 February 2013, 09:56:19 UTC
bdbba6e Use https for rubygems source to avoid warning The new bundler prefers https protocol :). It prints a warning if plain http is used. 24 February 2013, 22:10:59 UTC
b6eb3a3 Bump version to 5.1.1 20 February 2013, 19:44:58 UTC
9394610 Merge pull request #249 from groe/master Add format option for whitespace after/before symbol (#248) 09 February 2013, 19:56:45 UTC
cda81dd Update AUTHORS and CHANGELOG 09 February 2013, 18:50:09 UTC
eec993b Add format options for symbol whitespace Introduce format option :symbol_before_without_space. Tests and docs for new option :symbol_before_without_space. Also, add tests and docs for existing option :symbol_after_without_space. 09 February 2013, 18:25:17 UTC
a5aeb6d add code climate badge to readme 02 February 2013, 18:19:01 UTC
e4adb37 Update CHANGELOG.md 27 January 2013, 14:52:51 UTC
1cf6484 Merge pull request #246 from alup/master Fix for #245 (no thousand separator in format output) 27 January 2013, 14:51:05 UTC
182eb8e Fixes #245 (format output problem) Fixes format output for currencies with decimal mark in the symbol string. E.g. "р." or "դր." 27 January 2013, 11:05:05 UTC
151099b add Doug Droper to AUTHORS 18 January 2013, 14:55:04 UTC
6857700 Merge pull request #242 from notonthehighstreet/dr_sign_before_symbol Added option for displaying negative numbers as "-£1" rather than "£-1" 18 January 2013, 14:53:17 UTC
5b87499 align output in documentation 18 January 2013, 14:11:52 UTC
7a68a6b Add documentation for sign_before_money 18 January 2013, 14:11:52 UTC
f778a70 Update changelog, and authors file for pull request 18 January 2013, 14:11:52 UTC
67cb86c Added :sign_before_symbol option for displaying negative numbers as "-£1" rather than "£-1" 18 January 2013, 14:07:59 UTC
a94debb Update README.md 10 January 2013, 18:25:34 UTC
6680454 Fix naming of find_by_iso_numeric in README. 08 January 2013, 07:50:40 UTC
582a6db Merge pull request #240 from RubyMoney/find_numeric Find currency by numeric code from ISO 4217. 08 January 2013, 07:43:20 UTC
4d0f9e1 Rename/-work find_by_iso_numeric and add specs. 08 January 2013, 07:25:34 UTC
c51f899 Update README and CHANGELOG. 07 January 2013, 15:59:45 UTC
c02a82c Find by ISO 4217 numeric. 07 January 2013, 15:52:29 UTC
b9f04d4 Add information regarding exponent to README.md 02 January 2013, 21:00:11 UTC
16d0ca5 update Build Status icon in README.md 02 January 2013, 13:11:05 UTC
dd57780 Merge pull request #237 from cathper/master Add exponent to currency 02 January 2013, 13:08:38 UTC
3147e70 Add exponent to currency. 02 January 2013, 09:55:14 UTC
6f4dcb8 Update CHANGELOG.md 14 December 2012, 15:03:01 UTC
af19089 add Musannif Zahir to AUTHORS 14 December 2012, 15:01:41 UTC
62eb8df Merge pull request #235 from mzahir/master Update Maldivian currency symbols 14 December 2012, 15:01:08 UTC
3abeb41 Update Maldivian Currency to MVR and fix ރ. to be ރ Update the primary symbol for Maldivian currency to be the new officlal symbol: "MVR", move the previous symbol "ރ." to an alternate symbol and remove the "." in "ރ." so that the symbol can be put before or after the currency amount (If a dot is present, it should always be in-between ރ and the currency amount) 14 December 2012, 12:18:41 UTC
47ce5bb Update CHANGELOG.md 05 December 2012, 03:20:26 UTC
6a08104 add Robert Starsi to AUTHORS 05 December 2012, 03:19:26 UTC
1cc9e46 Merge pull request #232 from klevo/master [FIX+Spec] Fractional not being BigDecimal upon deserialization 05 December 2012, 03:18:27 UTC
1e5a538 Ensure BigDecimal.new always receives a string - compatibility fix for ruby-1.9.2-p320 02 December 2012, 08:17:55 UTC
back to top