fe_core_ext 0.16.0 → 0.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: abb1e8f1ef4156080de09a8ffa77d430db7f9b7a9a9feecbcefba827cb69fdd7
4
- data.tar.gz: b6a1efc0ffef8656dc0ac6739cef8281350b94d668f9cf5910373eb3726e2780
3
+ metadata.gz: 24210816b8a1376ab6234ec60570a056d2b7887501f8f9311e8a810bd7fa3212
4
+ data.tar.gz: 4d455281c1f2c002286d9825b9fa4577288d2fe220219b0a0e0544765b1335a0
5
5
  SHA512:
6
- metadata.gz: 14cfc80f4a6c5b1afe2a37a3dc534bc10c031785d7044fc631a43192df638c89194a72a00a88169628dde13ef12bcaf7e9495501699b57a0d44767f38754b95d
7
- data.tar.gz: 8f60f858051738211bdcff7b5014b08ddc8d6dca0bd082a0c2a866e6523110821a8911d90906aa7d645f12021a3f3121e2ba0943477171051e4d1c6755f5f416
6
+ metadata.gz: 534d9a1092afe7b3b7c40b9ed5da04a034ea5e0fac0fec76eab168d5c08512ed95415dac80c8ff12fc5742337251164413732d6c7e1a165064d7ee33201423ea
7
+ data.tar.gz: 36a0671916faccc840804b6dc157cca33416f47b9bdaacf1ae13c5759f45719ab25a5f769f757003db19867a4aab60aa3575ce60010d6da033136ad2123ba2f9
@@ -18,7 +18,7 @@ module FeCoreExt::CoreExt::String
18
18
  end
19
19
 
20
20
  def integer?
21
- self.to_i.to_s == self
21
+ self.to_integer.to_s == self.delete(',')
22
22
  end
23
23
 
24
24
  def to_decimal
@@ -1,3 +1,3 @@
1
1
  module FeCoreExt
2
- VERSION = '0.16.0'
2
+ VERSION = '0.16.1'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fe_core_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.16.0
4
+ version: 0.16.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsu