clamby.gemspec in clamby-1.6.8 vs clamby.gemspec in clamby-1.6.9
- old
+ new
@@ -8,10 +8,10 @@
spec.version = Clamby::VERSION
spec.authors = ["kobaltz"]
spec.email = ["dave@k-innovations.net"]
spec.summary = "Scan file uploads with ClamAV"
spec.description = "Clamby allows users to scan files uploaded with Paperclip or Carrierwave. If a file has a virus, then you can delete this file and discard it without causing harm to other users."
- spec.homepage = ""
+ spec.homepage = "https://github.com/kobaltz/clamby"
spec.license = "MIT"
spec.files = `git ls-files -z`.split("\x0")
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})