fe_core_ext 0.1.25 → 0.1.26

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: c82dc5272d41386c66c7079309b6411d936963c7
4
- data.tar.gz: cba7341ff1fb1166900607ca43aea27e271eeda4
3
+ metadata.gz: b5eed16a4cc67b656b607658503ea45ec9fa278f
4
+ data.tar.gz: 77964887074b0595066823983785ebec423b9cd4
5
5
  SHA512:
6
- metadata.gz: 7d25fc60e3259084d3c1eb40ab441374c4654d8b6d6ff0ae40dc076873773d13132abd0a5851f3b83a70e7022eb564d133b806f0be065c708037911cf840cc80
7
- data.tar.gz: 2f6cf97d14cef0108b675f0d5220f246c86a4c5c421e12aa09dcadd1133069f56bb8c943d6ab81ca7f8f19fa29d3a39ebbc1fa785b9db3c27560bfeeb021c904
6
+ metadata.gz: 9df897d0b5d544c7709fefc3e123638dca8c4da2818656ca18a37b4d24cdc34651758242739d43b6d05fbddbc8694fdf7e0c67678dfdde0b7f33188f2db2a48a
7
+ data.tar.gz: b088e08cf7c36b6cce510778418f75d0ba20a5dd31c6522bc10399a74c606373d853e678208fb38f44b3929cd119518b8652471f765b307176d4b2a838dfb401
@@ -1,5 +1,6 @@
1
1
  require 'pathname'
2
2
  require 'yaml'
3
+ require 'fileutils'
3
4
 
4
5
  module FeCoreExt::CoreExt
5
6
  end
@@ -13,6 +14,10 @@ module FeCoreExt::CoreExt::Pathname
13
14
  def glob(string)
14
15
  Pathname.glob(self.join(string).to_s)
15
16
  end
17
+
18
+ def touch(options={})
19
+ FileUtils.touch(@path, options)
20
+ end
16
21
  end
17
22
 
18
23
  module FeCoreExt::CoreExt::PathnameClassMethods
@@ -1,3 +1,3 @@
1
1
  module FeCoreExt
2
- VERSION = '0.1.25'
2
+ VERSION = '0.1.26'
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.25
4
+ version: 0.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsu