file_scanner 3.2.0 → 3.2.1
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 +4 -4
- data/file_scanner.gemspec +1 -1
- data/lib/file_scanner/version.rb +1 -1
- metadata +2 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: eb4e842377393a5dcea9c34c6de8407a51399605
|
|
4
|
+
data.tar.gz: 9fc5acff042a51db73d9cd7a069e4340acde3f29
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 45322898db24dcd13bda1488137769f4e0a5eb14aab8c6af1acb8f1fb0823cb7fcf5003fdfee05e454a547fcb735fa8372a5ade7c666b38a7694324c8c70e41b
|
|
7
|
+
data.tar.gz: ce70343fa5ccd3eb8521de6c2fb9c07c572c52655958b8dce36809e0f97cdb2bba055e7ca484bcfa2bdc4d2582e328f818ca8c0f10ca4f29d01d7bd5ab2b4525
|
data/file_scanner.gemspec
CHANGED
|
@@ -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
|
|
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"]
|
data/lib/file_scanner/version.rb
CHANGED
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.
|
|
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
|
|
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: []
|