Sha256: 5a7a86ee147f252e888b8eeb35fc52210f2e89fd45892c11459fd850f77a7ef7

Contents?: true

Size: 513 Bytes

Versions: 1

Compression:

Stored size: 513 Bytes

Contents

Gem::Specification.new do |s|
  s.name = "hydra-tutorial"
  s.version = "0.0.9"
  s.platform = Gem::Platform::RUBY
  s.authors = ["Chris Beer"]
  s.email = ["hydra-tech@googlegroups.com"]
  s.homepage = "http://projecthydra.org"
  s.summary = "Hydra head tutorial walkthrough"
  s.description = "Tutorial that works through setting up a hydra head"

  s.add_dependency "thor"
  s.add_dependency "rails"
  s.add_dependency "bundler"

  s.files = `git ls-files`.split("\n")
  s.executables = ['hydra-tutorial']
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
hydra-tutorial-0.0.9 hydra-tutorial.gemspec