Sha256: 852fb0fa47d9fa4ca261948944bff6e7c8f41fc07149d9cd6959d0feee6f5a9d
Contents?: true
Size: 953 Bytes
Versions: 14
Compression:
Stored size: 953 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" 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
14 entries across 14 versions & 1 rubygems