puree.gemspec in puree-0.17.0 vs puree.gemspec in puree-0.17.1

- old
+ new

@@ -8,10 +8,10 @@ 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://rubygems.org/gems/puree/" + spec.homepage = "https://aalbinclark.gitbooks.io/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"]