file_scanner.gemspec in file_scanner-2.3.0 vs file_scanner.gemspec in file_scanner-3.0.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 set of file paths starting by a wildcard rule, filter them by any/all default/custom filters and apply a set of actions via a block call."
+ s.summary = "A library to collect a list of files by path and a set of filters, sliced by the specified value"
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"