fe_core_ext 0.1.26 → 0.1.27

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: b5eed16a4cc67b656b607658503ea45ec9fa278f
4
- data.tar.gz: 77964887074b0595066823983785ebec423b9cd4
3
+ metadata.gz: 87b3de455f3f25a704425aefcf04d7f5d479a86f
4
+ data.tar.gz: 3ac3a75ad08e5f746e1875d3761e6d51ff670525
5
5
  SHA512:
6
- metadata.gz: 9df897d0b5d544c7709fefc3e123638dca8c4da2818656ca18a37b4d24cdc34651758242739d43b6d05fbddbc8694fdf7e0c67678dfdde0b7f33188f2db2a48a
7
- data.tar.gz: b088e08cf7c36b6cce510778418f75d0ba20a5dd31c6522bc10399a74c606373d853e678208fb38f44b3929cd119518b8652471f765b307176d4b2a838dfb401
6
+ metadata.gz: cac55746f0c1ddf9d64a524713e774b56b043f8ce3fdb2594e4490306b422a4bda777079aacc17938ee06a9c3b31bb121ede70a28d5563148476ee79303e194f
7
+ data.tar.gz: 2f1fb7e60b2a501449fb479bded7d07f19a84708f8415549ec6eca66f6c4fa36e8facec636f8336704fbfda6e9abdc0c9f985b81377d21f165702b8f19c5c195
@@ -11,8 +11,8 @@ module FeCoreExt::CoreExt::Pathname
11
11
  YAML.load_file(self)
12
12
  end
13
13
 
14
- def glob(string)
15
- Pathname.glob(self.join(string).to_s)
14
+ def glob(pattern, &block)
15
+ Pathname.glob(join(pattern), &block)
16
16
  end
17
17
 
18
18
  def touch(options={})
@@ -1,3 +1,3 @@
1
1
  module FeCoreExt
2
- VERSION = '0.1.26'
2
+ VERSION = '0.1.27'
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.26
4
+ version: 0.1.27
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tetsu