bagit.gemspec in bagit-0.0.2 vs bagit.gemspec in bagit-0.0.3
- old
+ new
@@ -1,10 +1,11 @@
Gem::Specification.new do |spec|
spec.name = "bagit"
- spec.version = '0.0.2'
+ spec.version = '0.0.3'
spec.summary = "BagIt package generation and validation"
+ spec.description = "Ruby Library and Command Line tools for bagit"
spec.email = "flazzarino@gmail.com"
- spec.homepage = 'http://bagit.rubyforge.org'
+ spec.homepage = 'http://github.com/flazz/bagit'
spec.authors = ["Francesco Lazzarino"]
spec.files = ["Rakefile", "bagit.gemspec", "lib/bagit/bag.rb",
"lib/bagit/fetch.rb", "lib/bagit/file.rb",
"lib/bagit/info.rb", "lib/bagit/manifest.rb",