Sha256: 73a55790736f51ffd77d24d028d99ed9f7b91e0d195ac4ac4f0517ed0dcce9ff

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.6"
  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.6 hydra-tutorial.gemspec