sort by:
Revision Author Date Message Commit Date
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
e74d737 Add docs badge to README 31 March 2014, 10:25:34 UTC
d898e0b Fix arithmetic in single currency mode: - Avoid doing unnecessary currency exchanges. - Make the raise in [SingleCurrency#exchange_with] a little more expicit. 31 March 2014, 08:42:02 UTC
204e3cb Merge pull request #376 from tenoriocesar/master Fixing bug #375 25 March 2014, 00:24:52 UTC
d55b0e9 Fixing bug #375 24 March 2014, 23:17:14 UTC
f21163c Merge pull request #374 from igajard1/master Corrected html_entity for Chilean Peso 19 March 2014, 03:40:38 UTC
77d42e9 Corrected html_entity for Chilean Peso 18 March 2014, 22:26:53 UTC
26499eb Merge pull request #371 from JonathonMA/fix/money-rounding_mode Fix bug in block form of Money.rounding_mode 12 March 2014, 13:16:04 UTC
dc25cd0 Fix bug in block form of Money.rounding_mode The ensure block was triggering when the rounding mode was queried for the first time within the block, which reset the rounding mode for all further operations within the block. 12 March 2014, 08:41:36 UTC
c668a16 Merge pull request #370 from ct-clearhaus/issue_369 Fixes issue 369 regarding SSP/SHP. 04 March 2014, 13:56:20 UTC
636d556 Fixes issue 369 regarding SSP/SHP. 04 March 2014, 13:49:56 UTC
81ec3a1 Merge pull request #368 from jcxplorer/master Remove duplicate code 28 February 2014, 13:15:51 UTC
bf1f2c8 Remove duplicate code 28 February 2014, 07:36:42 UTC
ebb1164 Merge pull request #365 from Zemanux/master Fixed Money#format(symbol: false) signed amount output 05 February 2014, 05:57:16 UTC
28bd0a3 Fixed Money#format(symbol: false) signed amount output 04 February 2014, 16:46:41 UTC
7c3f0b4 Merge pull request #362 from ct-clearhaus/exchange_to_with_rounding_block Let #exchange_to pass block to #exchange_with. 04 February 2014, 05:14:03 UTC
9222618 Rerun specs on Travis. 03 February 2014, 19:18:31 UTC
331aad1 Merge pull request #358 from RubyMoney/6.1.0 remove all deprecated methods and tests 03 February 2014, 18:30:51 UTC
dc9de06 v6.1.0.beta1 03 February 2014, 18:27:58 UTC
5d23f55 remove all deprecated methods and tests 03 February 2014, 18:27:57 UTC
b82b78b Merge pull request #363 from ct-clearhaus/fix_assume_from_symbol Wrap Money.assume_from_symbol to Monetize. 03 February 2014, 18:25:57 UTC
4e8dfe0 Wrap Money.assume_from_symbol to Monetize. 03 February 2014, 12:28:36 UTC
4cc5205 Let #exchange_to pass block to #exchange_with. * Make Money#exchange_to pass a block to Money::Bank::*#exchange_with which then uses it for rounding. * Add spec the yielding of the block. 03 February 2014, 00:08:38 UTC
658b4b8 update README 21 January 2014, 01:53:40 UTC
130ad72 Merge pull request #359 from Nerian/accept_lambda Money.default_currency=() accepts a lambda. 20 January 2014, 00:47:25 UTC
84a552d Money.default_currency=() accepts a lambda. 19 January 2014, 20:58:13 UTC
46e2a57 v6.0.1 17 January 2014, 15:14:17 UTC
a19c8ca v6.0.1.beta4 13 January 2014, 18:27:08 UTC
35527fc Merge pull request #357 from calebthompson/ct-nr-dont-warn-for-string-to_money Don't always print deprecation on String#to_money 13 January 2014, 18:25:47 UTC
ee57b37 Move silencing to `Money::deprecate` Remove duplication of checking for deprecation silencing by moving the check into `Money::deprecate`. 13 January 2014, 16:24:51 UTC
251a122 Don't always print deprecation on String#to_money Other `to_money` methods are not printing the deprecation warning when `Money.silence_core_extensions_deprecations` is true, so this brings the behavior of Strings in line with Numeric objects. 13 January 2014, 16:10:06 UTC
581da4d Merge pull request #356 from saurabhnanda/master Made the deprecation message clearer 10 January 2014, 03:42:34 UTC
04a219e made a bunch of deprecation messages clearer 10 January 2014, 02:56:15 UTC
709506a Made the deprecation message clearer I wasn't clear that the functionality has been split into a separate gem. 08 January 2014, 06:08:47 UTC
655f557 minor refactorings 06 January 2014, 16:34:02 UTC
ca0e700 minor i18n refactoring 06 January 2014, 16:10:49 UTC
57a1e48 move dynamic method definition into self.included for Format 06 January 2014, 15:52:09 UTC
76adf9a refactor Money#to_s, add missing test 06 January 2014, 15:43:12 UTC
159365e stop pretending i18n isn't a required dep 06 January 2014, 15:17:48 UTC
9d07d30 add some missing tests 06 January 2014, 15:06:30 UTC
4ca8b8b minor refactor and additional missing test 06 January 2014, 14:50:16 UTC
faf3228 v6.0.1.beta3 06 January 2014, 14:02:24 UTC
cc349c1 remove useless code from currency 06 January 2014, 04:07:57 UTC
4d10270 minor money refactorings 06 January 2014, 04:05:01 UTC
7d1a425 simplify Currency#to_sym 06 January 2014, 03:41:33 UTC
24c8b0c minor currency refactorings 06 January 2014, 03:39:08 UTC
45ddc93 Merge pull request #352 from RubyMoney/currency-refactor refactor attr_reader(s) into single call 06 January 2014, 03:30:14 UTC
d3be328 refactorings for currency 06 January 2014, 03:29:54 UTC
02db9e0 refactor attr_reader(s) into single call 06 January 2014, 03:17:26 UTC
e85303a refactor some arithmetic methods 06 January 2014, 03:03:06 UTC
a86a797 Merge pull request #351 from RubyMoney/optional-mutex make mutex optional 06 January 2014, 02:31:00 UTC
581a4bc make VariableExchange#mutex public 05 January 2014, 14:26:58 UTC
0c0329e make mutex optional 04 January 2014, 05:59:21 UTC
7186f27 minor refactorings 03 January 2014, 03:38:50 UTC
73c6d97 minor refactorings 03 January 2014, 03:24:32 UTC
1fd89b3 refactor, extract some methods from the formatting code 03 January 2014, 03:18:34 UTC
83e5791 refactor some repeated code 03 January 2014, 03:13:43 UTC
bbd4d7e v6.0.1.beta2 03 January 2014, 02:58:26 UTC
0145d6f fix a deprecation warning 03 January 2014, 02:57:23 UTC
a481fa4 update documentation 03 January 2014, 02:54:16 UTC
9a4846c change homepage 03 January 2014, 02:49:46 UTC
868ff4e Merge pull request #348 from krishicks/master Money.empty enhancements 30 December 2013, 19:37:30 UTC
ed37f75 Alias Money.empty to Money.zero Money.zero.zero? => true 30 December 2013, 16:49:00 UTC
43caa0e Merge pull request #349 from Martin91/error-html-entity-for-CNY change the value of html_entity of CNY currency 30 December 2013, 06:04:28 UTC
c76e4b2 change the value of html_entity of CNY currency The value is originally "圓", which will be rendered as "圓", but the correct one should be "元", and its corresponding html entity value should be "元" 30 December 2013, 05:51:26 UTC
af54c22 Update README.md 29 December 2013, 20:41:56 UTC
3871e9c track test coverage w/ coveralls.io 29 December 2013, 20:39:39 UTC
8f7d2a6 Update README.md 29 December 2013, 20:32:34 UTC
242fe20 change bundler version 29 December 2013, 20:26:45 UTC
42f237a clean up some plumbing 29 December 2013, 20:24:33 UTC
84c42de stop testing on 1.8.7, start testing 2.1.0 29 December 2013, 20:03:21 UTC
1a52365 use monetize 0.1.3 which works on 1.8.7 and 1.9.3 29 December 2013, 20:00:13 UTC
4f4f28b 6.0.1.beta1 29 December 2013, 19:56:04 UTC
back to top