https://github.com/RubyMoney/money

sort by:
Revision Author Date Message Commit Date
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
9833e31 replace parsing and core extensions code with 'monetize' gem 29 December 2013, 19:54:42 UTC
84cffbb Memoize Money.empty There's no need to make more than one instance of Money.new(0) for any particular currency. 29 December 2013, 16:11:07 UTC
118f3d0 Update README.md 24 December 2013, 21:39:19 UTC
25a0b92 Merge pull request #343 from hadees/temporarily_change_rounding_mode Adding ability to temporarily change the rounding mode 20 December 2013, 23:23:50 UTC
4aaee84 Indicating optional param 19 December 2013, 05:35:23 UTC
17f59f8 Updating docs 19 December 2013, 05:26:50 UTC
c7558dd merging 18 December 2013, 21:32:30 UTC
32929d8 Making switching rounding mode thread safe and changing it so the block returns the result when being passed a rounding mode 18 December 2013, 21:30:50 UTC
9fb81ea silence some deprecations is money/core_extensions are required already 18 December 2013, 18:59:04 UTC
d27c601 Fixing indention 27 November 2013, 05:49:29 UTC
7e0b18d Adding ability to temporarily change the rounding mode 27 November 2013, 05:44:43 UTC
ea40931 silence deprecation warnings when core_extensions are required directly (fixes #337) 26 November 2013, 15:06:19 UTC
bc78293 Merge pull request #341 from jlecour/currency-to-sym Add implicit conversions of Money::Currency 21 November 2013, 15:13:19 UTC
000b739 Fix my own typo in changelog 21 November 2013, 15:10:29 UTC
808ff8a Updated CHANGELOG and AUTHORS [ci skip] 21 November 2013, 15:07:39 UTC
8265bf7 Add support for 1.8.7 21 November 2013, 14:55:40 UTC
b012bfd Currency : add upcase/downcase cases for equality test 21 November 2013, 10:18:08 UTC
a287bcc Currency : add #to_str and #to_sym for implicit comnversions 21 November 2013, 10:17:32 UTC
4758e85 Merge pull request #340 from tommeier/display-caller-on-deprecations Display calling line triggering deprecation warning 20 November 2013, 14:54:56 UTC
4eabfc0 Changelog and authors file updated 20 November 2013, 12:28:11 UTC
b8e028e Excess newline removed 20 November 2013, 12:25:35 UTC
dbab47d Display line triggering deprecation warning 20 November 2013, 08:31:18 UTC
30b1654 Fix grammar in deprecation warnings 17 November 2013, 18:49:45 UTC
fe97a76 Fix spelling of deprecated 17 November 2013, 18:31:36 UTC
e42d8de Update AUTHORS 07 November 2013, 05:50:32 UTC
954b526 Merge pull request #334 from zubin/master Fixed typo in deprecation warning. 07 November 2013, 05:50:00 UTC
69732c6 Fixed typo in deprecation warning. 07 November 2013, 05:28:35 UTC
62ab346 version bump to 6.0.0 07 November 2013, 03:24:08 UTC
5bb8cc6 Merge pull request #330 from chatgris/inheritance Allow to inherits from Money 27 October 2013, 05:39:39 UTC
9488ad7 Rename set_upt_default to setup_defaults Signed-off-by: chatgris <jboyer@af83.com> 27 October 2013, 03:09:44 UTC
ebbd252 Update AUTHORS and CHANGELOG.md Let's be a good oss citizen. :) Signed-off-by: chatgris <jboyer@af83.com> 27 October 2013, 03:07:09 UTC
ed5a18d Allow to inherits from Money Signed-off-by: chatgris <jboyer@af83.com> 27 October 2013, 02:41:57 UTC
7bcd309 Merge pull request #326 from ohthatjames/disallow_currency_conversion Disallow currency conversion 02 October 2013, 00:02:37 UTC
6008ec1 Update README and CHANGELOG 01 October 2013, 21:16:30 UTC
29a9ac5 Add option to disallow currency conversion Prevents the possibility of erroneous currency conversion 01 October 2013, 21:15:58 UTC
9b2a401 Add bank to disable exchanges 01 October 2013, 21:15:58 UTC
4ba30ba version bump to 6.0.0.pre5 01 October 2013, 20:39:49 UTC
6bf554d Merge pull request #325 from joshhepworth/feature-comparision-deprecation Show deprecation warning in comparisions 01 October 2013, 20:36:51 UTC
337cd75 Update AUTHORS and CHANGELOG 01 October 2013, 20:17:01 UTC
c51babd Show deprecation warning in comparisions 01 October 2013, 16:29:52 UTC
8a519c2 Merge pull request #323 from ticean/btc-subunit Fix BTC subunit 28 September 2013, 18:00:17 UTC
768d0c0 Update list of authors and changelog 28 September 2013, 00:41:18 UTC
ebf0dcc Fix BTC subunit See: https://en.bitcoin.it/wiki/Satoshi 27 September 2013, 18:17:18 UTC
ef5e5e8 Update .travis.yml 21 September 2013, 13:31:49 UTC
a264456 Update money.gemspec 21 September 2013, 13:31:29 UTC
8134d2a Update money.gemspec 21 September 2013, 13:29:08 UTC
bf8488a Merge pull request #321 from orien/initialize_with_money Initialize with money 21 September 2013, 13:16:26 UTC
17bb750 Money copy constructor added to changelog 21 September 2013, 12:43:56 UTC
e41925f Special case when money is provided to constructor 21 September 2013, 05:46:28 UTC
f21c9e1 Use contexts when specifying the initializer 21 September 2013, 05:31:43 UTC
5fd4ab5 Merge pull request #319 from fklingler/patch-4 Fix format with infinite_precision when no cents 20 September 2013, 14:56:33 UTC
995da9c Fix format with infinite_precision when no cents 20 September 2013, 13:45:31 UTC
bd54acb bump to v6.0.0.pre4 14 September 2013, 00:23:18 UTC
ccfb6df Merge pull request #317 from yesmeck/master TWD symbol should come before the amount 14 September 2013, 00:21:03 UTC
back to top