Sha256: cbd8c770c71dcf744a95ddb45dd5bd69a1722479177be4827b4dc9baef5f2837

Contents?: true

Size: 650 Bytes

Versions: 1

Compression:

Stored size: 650 Bytes

Contents

Gem::Specification.new do |spec|
  spec.name = "bagit"
  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://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",
                "lib/bagit/string.rb", "lib/bagit/valid.rb",
                "lib/bagit.rb" ]
  
  spec.has_rdoc = true
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bagit-0.0.3 bagit.gemspec