Sha256: f6fe570902aa0011ccf4f749510df8d0386e60a1472f00d6a6c0c75e7e40504f

Contents?: true

Size: 602 Bytes

Versions: 1

Compression:

Stored size: 602 Bytes

Contents

BAGIT_SPEC = Gem::Specification.new do |spec|
  spec.name        = "bagit"
  spec.version     = '0.3.1'
  spec.summary     = "BagIt package generation and validation"
  spec.description = "Ruby Library and Command Line tools for bagit"
  spec.email       = "johnson.tom@gmail.com"
  spec.homepage    = 'http://github.com/tipr/bagit'
  spec.authors     = ["Tom Johnson, Francesco Lazzarino"]

  spec.add_dependency 'validatable', '~> 1.6'
  spec.add_dependency 'docopt', '~> 0.5.0'

  spec.files = %w(Rakefile README.md LICENSE.txt bagit.gemspec) + Dir["lib/**/*.rb"]
  spec.executables << 'bagit'
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bagit-0.3.1 bagit.gemspec