file_scanner.gemspec in file_scanner-1.0.3 vs file_scanner.gemspec in file_scanner-1.0.4
- old
+ new
@@ -7,9 +7,10 @@
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.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"