file_scanner.gemspec in file_scanner-3.2.0 vs file_scanner.gemspec in file_scanner-3.2.1
- old
+ new
@@ -6,10 +6,10 @@
Gem::Specification.new do |s|
s.name = "file_scanner"
s.version = FileScanner::VERSION
s.authors = ["costajob"]
s.email = ["costajob@gmail.com"]
- s.summary = "A library to collect a list of files by path and a set of filters, sliced by the specified value"
+ s.summary = "A library to lazily collect a list of files by path and a set of filters."
s.homepage = "https://github.com/costajob/file_scanner"
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(spec|test|s|features)/}) }
s.require_paths = ["lib"]
s.license = "MIT"
s.required_ruby_version = ">= 2.1.2"