require_dir 0.1.0 → 0.1.1

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: f3736948105874efc590daf353501eb58aca7168
4
- data.tar.gz: 0357f6c0ded53f5d5e9760c422b2ad1567282042
3
+ metadata.gz: 8c1875387ae6dfe527e839532b6b2a303a548a42
4
+ data.tar.gz: beed3f124c273dabc151c3b9980cbb7e0f3a1e8b
5
5
  SHA512:
6
- metadata.gz: 9c9d531f6059b880bde11664c373d0355ed79210165f28eceb64a1350b62a9cb2ce82ad2c3bced1966e3dc3c2f67f3cb74436b59a26a0d154b2585df5a33fcca
7
- data.tar.gz: f482e57c9846b2e334c69519529a5ce2cabad33ba18ace4b491f70b13ee00d7f62c2100e1ddfca0c71f51bded573d09b11f1c2ef67377f5555f5d59d390fcb30
6
+ metadata.gz: 86521c3b7e5be6e9097c7ac01fb9c0abe038163926dc804e36e25f1afdd0cf0b48df3bc095b8e4acf7147ec138d5b6e11f61017367135e0c827fa4e432859ea8
7
+ data.tar.gz: 43e3b21b14fdbd73e1a9314b66548fc2725f09c559b1a5415f8682df46e4439274f252ae52fbca3e415ef26187da77d56acca8fbea75b945e7ea14acb6d0fbae
@@ -1,3 +1,3 @@
1
1
  module RequireDir
2
- VERSION = '0.1.0'
2
+ VERSION = '0.1.1'
3
3
  end
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['kig@reinvent.one']
11
11
 
12
12
  spec.summary = %q{Easily and non-intrusively require files from sub-folders}
13
- spec.description = %q{Without polluting global namespace, or having modules clobber each other, include RequireDir and initialize it to get access to #dir and #dir_r}
13
+ spec.description = %q{Easily and non-intrusively require files from sub-folders. Without polluting global namespace, or having modules clobber each other, include RequireDir and initialize it to get access to #dir and #dir_r}
14
14
  spec.homepage = 'https://github.com/kigster/require_dir'
15
15
  spec.license = 'MIT'
16
16
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: require_dir
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Konstantin Gredeskoul
@@ -52,8 +52,9 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '3.0'
55
- description: 'Without polluting global namespace, or having modules clobber each other,
56
- include RequireDir and initialize it to get access to #dir and #dir_r'
55
+ description: 'Easily and non-intrusively require files from sub-folders. Without polluting
56
+ global namespace, or having modules clobber each other, include RequireDir and initialize
57
+ it to get access to #dir and #dir_r'
57
58
  email:
58
59
  - kig@reinvent.one
59
60
  executables: []