ncore 2.2.0 → 2.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 4041e91acca8393f599c0efd5688d5ec04446447cf34487b813e2193ecf15677
4
- data.tar.gz: 6308d1af6e0434158667015ee617f5f5f770f43814cf8b71de55c0956ba57db2
3
+ metadata.gz: 07c75405575122b5d5f7fa72b1c18529154fd5bec8ac5d7498018524ddee61cd
4
+ data.tar.gz: a1dc08e6302d6476572ee2aad22ab00cb08659539693a2447b2e45bc4755f67a
5
5
  SHA512:
6
- metadata.gz: b7fc8be7b485530cf6160de45d5d129afa8413b0e15d82a32cfd20748aa932062ce3f6f3f16cddac658db0289f5629167c715cee8c17b0b39249546b1ad5b252
7
- data.tar.gz: 8c441f05e37c0c09d1b82b9da092f0a2df9e48a158bffc516c5a999dcc1497d812b70d23fa4c78dc0055ab4a1e9a8b8b97a22e5feff2aa046ecbe72dc0c0136f
6
+ metadata.gz: 6f77bd18f1c6d8fe05d5d396d1af31c002a0348d3813383e95e745fb5f78db58553b297319330047a2b14fd668b588e929dbd37875cdc88a4a5c3c9b6431b7c8
7
+ data.tar.gz: b82e397145c197f5b8655f63d24f7912ee3b41099d00342dcbdd3368e86106eeb72ebdf9c69b26c4a0aede02c15f34b4c82c1a65ffefff4e8617147ac234aedf
@@ -1,3 +1,7 @@
1
+ #### 2.2.1
2
+
3
+ - Fix decimal attributes on Ruby <= 2.5.x
4
+
1
5
  #### 2.2.0
2
6
 
3
7
  - Allow ActiveSupport 6.0
@@ -168,8 +168,8 @@ module NCore
168
168
 
169
169
  class BigMoney < SimpleDelegator
170
170
 
171
- def initialize(*args, **kwargs)
172
- __setobj__(BigDecimal(*args, **kwargs))
171
+ def initialize(*args)
172
+ __setobj__(BigDecimal(*args))
173
173
  end
174
174
 
175
175
  def to_s
@@ -1,3 +1,3 @@
1
1
  module NCore
2
- VERSION = '2.2.0'
2
+ VERSION = '2.2.1'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ncore
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.0
4
+ version: 2.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Notioneer Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-08 00:00:00.000000000 Z
11
+ date: 2019-06-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport