puree.gemspec in puree-0.16.1 vs puree.gemspec in puree-0.17.0
- old
+ new
@@ -8,12 +8,11 @@
spec.version = Puree::VERSION
spec.authors = ["Adrian Albin-Clark"]
spec.email = ["a.albin-clark@lancaster.ac.uk"]
spec.summary = %q{A client for the Pure Research Information System API.}
spec.description = %q{Consumes the Pure Research Information System API and puts the metadata into simple data structures.}
- spec.homepage = "https://github.com/lulibrary/puree.git"
+ spec.homepage = "https://rubygems.org/gems/puree/"
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)/})
spec.require_paths = ["lib"]