Sha256: 5b06e6ed13fd81cb9b05aa47750a138f1b0ed8de8e86896cdf5999375c56f20e
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.1.0" 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.1.0 | hydra-tutorial.gemspec |