Sha256: 819203a0aa43602f503db02bae5c716eafa8ba873036aab37f6e0f74640b763d
Contents?: true
Size: 1004 Bytes
Versions: 3
Compression:
Stored size: 1004 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.5.0' s.add_runtime_dependency 'grit', '~> 2.5.0' s.add_runtime_dependency 'trollop', '= 2.0' end
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
heirloom-0.8.3 | heirloom.gemspec |
heirloom-0.8.2 | heirloom.gemspec |
heirloom-0.8.1 | heirloom.gemspec |