fe_core_ext 0.1.39 → 0.1.40

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
  SHA1:
3
- metadata.gz: f9893e0f18eb9b249c90c64bcbcd1169381dc1af
4
- data.tar.gz: bb93076dea4b453532f322857731e97440c888d2
3
+ metadata.gz: 400f4a45fa62205ad9a19569bcde9ea44856652c
4
+ data.tar.gz: 1da1724b8a30d9a35b3c1bd932e454f1fd28764d
5
5
  SHA512:
6
- metadata.gz: 8b3071773d0033529d9b91ae82e8e11541db83db9f20f89ee2c143f546cddd05204ae0c044352185287aebb15fdfcf8385fcc2f2b962122fae25787f107ec3d5
7
- data.tar.gz: 1baf03272ffbcef347c31ead03cf43b14400f5ce822b105a9c44073dbcaf6439e7156637484a94479ecd58260d07b17369fb2ee0bc356509e2116e902f7fa0dc
6
+ metadata.gz: 4d70ad6351c3b8a12b355680c9c2f994394b5c0a0b218cc3f199061d0666560a56f54a5048a924f510c5b42428927e4c46e564b9e03b1cc6d03e991baf661c67
7
+ data.tar.gz: 62e7fe825211ff533611ead1939a1e11c128e96675ab5cc2c171d8d877918a99aab581ff045cc3ee019d4a82021f4e899c425deae19fda31b80764c670b61d6b
@@ -8,9 +8,9 @@ module FeCoreExt::CoreExt::Date
8
8
  def end_of_month?
9
9
  self == end_of_month
10
10
  end
11
- class Date
11
+
12
12
  def range(duration)
13
- Range.new(*[(self + duration), self].minmax)
13
+ Range.new(*[self + duration, self].minmax)
14
14
  end
15
15
  end
16
16
 
@@ -1,3 +1,3 @@
1
1
  module FeCoreExt
2
- VERSION = '0.1.39'
2
+ VERSION = '0.1.40'
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.1.39
4
+ version: 0.1.40
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsu