puree.gemspec in puree-1.0.0 vs puree.gemspec in puree-1.1.0
- old
+ new
@@ -7,11 +7,9 @@
spec.name = 'puree'
spec.version = Puree::VERSION
spec.authors = 'Adrian Albin-Clark'
spec.email = 'a.albin-clark@lancaster.ac.uk'
spec.summary = %q{Metadata extraction from the Pure Research Information System.}
- spec.description = %q{Fetches metadata from the Pure Research Information System and
- extracts it into Ruby data models.}
spec.homepage = 'https://github.com/lulibrary/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)/})