Sha256: 6cc61e1fad339eed7a6b8630aeda0c2087415812674f516e8126776a64d03d84
Contents?: true
Size: 1010 Bytes
Versions: 3
Compression:
Stored size: 1010 Bytes
Contents
# -*- encoding: utf-8 -*- $:.push File.expand_path("../lib", __FILE__) require "heirloom/version" Gem::Specification.new do |s| s.name = "heirloom" s.version = Heirloom::VERSION s.authors = ["Brett Weaver"] s.email = ["brett@weav.net"] s.homepage = "" s.summary = %q{I help with deploying code into the cloud} s.description = %q{I help build and manage building tar.gz files and deploying them into the cloud} s.rubyforge_project = "heirloom" s.files = `git ls-files`.split("\n") s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } s.require_paths = ["lib"] # specify any dependencies here; for example: s.add_development_dependency "rspec", '~> 2.11.0' s.add_development_dependency "rake" s.add_runtime_dependency 'fog', '~> 1.10.0' s.add_runtime_dependency 'trollop', '= 2.0' s.add_runtime_dependency 'xml-simple', '~> 1.1.2' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
heirloom-0.11.0 | heirloom.gemspec |
heirloom-0.11.0.beta.2 | heirloom.gemspec |
heirloom-0.11.0.beta.1 | heirloom.gemspec |