fe_core_ext 0.1.19 → 0.1.20

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: 249b09dcecf83d524950df8542579dc4550a7b96
4
- data.tar.gz: ef8803909071a43fd1a68a70ca0fdb86d24ed845
3
+ metadata.gz: 7e4dc4b461941ffc843803c42a5b40d032f739fe
4
+ data.tar.gz: afa8ea86f141c395b4c9e4c4ca0710ed33110b54
5
5
  SHA512:
6
- metadata.gz: 638cd392368859d56fdadfccd8fc4a37d82ad37ef576b1320c2eb0e52917f0e6fdaccb6b2f8719e2fe111bbc5364aa818005264f6056c01ab7b88fd70bb221a5
7
- data.tar.gz: a7213fbd808f50e80aeeea6d9bf69521a471b19975ba12b04dbe7008cddbf185e823f471c84c5f9c96d4fae03c9fd688ac40da42fc468bfa5dd3745cf41c04aa
6
+ metadata.gz: c9e7b03e0dcd70ca0df870d2e321b576f84903afd2c2ce38be50058fdae54538430d1d6011519b3413345f8f112d79e7aaa9ece72d0307466360b16f252041be
7
+ data.tar.gz: ca24dacf7277d29a87a819fd20ebb70da209d95ffe62916bac4e2a0f80663bc0092d5202c1546bcf8896fe0a8ff433710169493eb3724a37c47c1052c4590e68
@@ -11,6 +11,13 @@ module FeCoreExt::CoreExt::Pathname
11
11
  end
12
12
  end
13
13
 
14
+ module FeCoreExt::CoreExt::PathnameClassMethods
15
+ def join(*args)
16
+ File.join(*args)
17
+ end
18
+ end
19
+
14
20
  class Pathname
21
+ extend FeCoreExt::CoreExt::PathnameClassMethods
15
22
  include FeCoreExt::CoreExt::Pathname
16
23
  end
@@ -1,3 +1,3 @@
1
1
  module FeCoreExt
2
- VERSION = '0.1.19'
2
+ VERSION = '0.1.20'
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.19
4
+ version: 0.1.20
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsu
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2016-10-04 00:00:00.000000000 Z
11
+ date: 2016-10-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport