file_scanner.gemspec in file_scanner-2.1.0 vs file_scanner.gemspec in file_scanner-2.1.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 scanner routine that collect file paths basing on specified filters and apply to them a set of custom policies" + 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.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"