We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a4d581 commit 0c0bbc6Copy full SHA for 0c0bbc6
CHANGES.md
@@ -1,3 +1,13 @@
1
+# 1.2.0
2
+
3
+* Added exception argument to Monies method
4
5
+* Changed Monies method to raise ArgumentError for invalid strings
6
7
+* Changed required\_ruby\_version to >= 3.2.0
8
9
+* Improved compatibility with jruby
10
11
# 1.1.0
12
13
* Added Monies#allocate method
monies.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |s|
s.name = 'monies'
- s.version = '1.1.0'
+ s.version = '1.2.0'
s.license = 'LGPL-3.0'
s.platform = Gem::Platform::RUBY
s.authors = ['Tim Craft']
0 commit comments