file_scanner 3.2.0 → 3.2.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: 4603c0a4323560155dedb12615cb60ed38b81cf6
4
- data.tar.gz: 7852a338f0f88218649424d36a464ec7488b2ef5
3
+ metadata.gz: eb4e842377393a5dcea9c34c6de8407a51399605
4
+ data.tar.gz: 9fc5acff042a51db73d9cd7a069e4340acde3f29
5
5
  SHA512:
6
- metadata.gz: 4b730537560c4060a437e03c81df4bb21838d7bbcbf13e80e41949f1591586cd7bdfbe6ea9577098b8de21b3c3b64f9699ddcbc6156000bcda414fdec1bdbae6
7
- data.tar.gz: 7e93e56d4a2e3c760be967fcc8d92c4d7ab14c6c071d03989e94bccf43c248123a971ff012d8765261d9921ba3eb2546f3a71893a5f93d9186fa618f194d7a03
6
+ metadata.gz: 45322898db24dcd13bda1488137769f4e0a5eb14aab8c6af1acb8f1fb0823cb7fcf5003fdfee05e454a547fcb735fa8372a5ade7c666b38a7694324c8c70e41b
7
+ data.tar.gz: ce70343fa5ccd3eb8521de6c2fb9c07c572c52655958b8dce36809e0f97cdb2bba055e7ca484bcfa2bdc4d2582e328f818ca8c0f10ca4f29d01d7bd5ab2b4525
@@ -8,7 +8,7 @@ Gem::Specification.new do |s|
8
8
  s.version = FileScanner::VERSION
9
9
  s.authors = ["costajob"]
10
10
  s.email = ["costajob@gmail.com"]
11
- s.summary = "A library to collect a list of files by path and a set of filters, sliced by the specified value"
11
+ s.summary = "A library to lazily collect a list of files by path and a set of filters."
12
12
  s.homepage = "https://github.com/costajob/file_scanner"
13
13
  s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|test|s|features)/}) }
14
14
  s.require_paths = ["lib"]
@@ -1,3 +1,3 @@
1
1
  module FileScanner
2
- VERSION = "3.2.0"
2
+ VERSION = "3.2.1"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: file_scanner
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.2.0
4
+ version: 3.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - costajob
@@ -109,6 +109,5 @@ rubyforge_project:
109
109
  rubygems_version: 2.6.8
110
110
  signing_key:
111
111
  specification_version: 4
112
- summary: A library to collect a list of files by path and a set of filters, sliced
113
- by the specified value
112
+ summary: A library to lazily collect a list of files by path and a set of filters.
114
113
  test_files: []