Sha256: 1a008f8214c7ba489cdb62acebded99a1883c859c6bbf01978edf5ba34477d0d

Contents?: true

Size: 1009 Bytes

Versions: 3

Compression:

Stored size: 1009 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.6.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.10.1 heirloom.gemspec
heirloom-0.10.0 heirloom.gemspec
heirloom-0.9.0 heirloom.gemspec