hybag.gemspec in hybag-0.0.6 vs hybag.gemspec in hybag-0.0.7

- old
+ new

@@ -8,10 +8,10 @@ spec.version = Hybag::VERSION spec.authors = ["Trey Terrell"] spec.email = ["trey.terrell@oregonstate.edu"] spec.description = 'A Hydra gem for adding BagIt functionality to ActiveFedora models.' spec.summary = 'A Hydra gem for adding BagIt functionality to ActiveFedora models.' - spec.homepage = "" + spec.homepage = 'https://github.com/osulp/hybag' spec.license = "APACHE2" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/})