fe_core_ext 0.1.46 → 0.1.47

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
  SHA1:
3
- metadata.gz: 331b4cba795d000d0b296c5a06bb00dadaab0ccf
4
- data.tar.gz: 80cf1546ea44d376b9f070fb6edb01cf5e604ab3
3
+ metadata.gz: 5ceb0f25de137bdfdafabd6b3cb105ffcc074251
4
+ data.tar.gz: 25327c2e535b80d0574731d0ee63d15ae75d1b5c
5
5
  SHA512:
6
- metadata.gz: 2db868a2863ae52ee0003c841d87e29839d5dd721b45e73b59a4f1e186dfc9bc467a5468ac55832153dd461f9b00613dc82038c70b917a5ba809aa66b3f0fb20
7
- data.tar.gz: 35c1e4fabb497623b0be2a2ff9038d462d9ab8f3e08cf2eec332f93d45acd8e49024c5a001b32c6a8070182b2c590d7e77744c687ea82d6d1aaf524f32b2646d
6
+ metadata.gz: 1def75e8543dbeac2f1cdb170c9a8acafe71844d75c917b77ab578589b71688b826758bf5a356754c86cd0cbb7372fa72a40071a19cb8419f49404c7fd03d59a
7
+ data.tar.gz: 82d07fbb5e8c5d6b07674d8d0f0982f32f402e06076fcd3a1910e8702a135e2d1d493122ea218508ab41c32f241316592cdb20a35c92403e57ec14336b078f9f
@@ -7,6 +7,6 @@ module FeCoreExt::CoreExt::Integer
7
7
  end
8
8
  end
9
9
 
10
- class Fixnum
10
+ class Integer
11
11
  include FeCoreExt::CoreExt::Integer
12
12
  end
@@ -1,3 +1,3 @@
1
1
  module FeCoreExt
2
- VERSION = '0.1.46'
2
+ VERSION = '0.1.47'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fe_core_ext
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.46
4
+ version: 0.1.47
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-12-07 00:00:00.000000000 Z
11
+ date: 2017-12-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport