Sha256: 2ea23cd000f0a6d6fe3c5a15dfec2993b082bded44bb1c2eb46b3eaf46844d7a

Contents?: true

Size: 605 Bytes

Versions: 34

Compression:

Stored size: 605 Bytes

Contents

Gem::Specification.new do |s|
  s.name        = 'stacco'
  s.version     = `git describe --abbrev=0 --tags`.chomp
  s.licenses    = ['MIT']
  s.summary     = "CloudFormation stack manipulator"
  s.description = "AWS CloudFromation stack manipulation toolsuite"
  s.authors     = ["Levi Aul"]
  s.email       = 'levi@leviaul.com'
  s.files       = `find . -type f`.chomp.split("\n")
  s.homepage    = 'https://github.com/tsutsu/stacco'

  s.add_runtime_dependency 'aws-sdk', '~> 1'
  s.add_runtime_dependency 'inifile', '~> 2'
  s.add_runtime_dependency 'highline', '~> 1'

  s.executables << 'stacco'
end

Version data entries

34 entries across 34 versions & 1 rubygems

Version Path
stacco-0.1.70 ./stacco.gemspec
stacco-0.1.68 ./stacco.gemspec
stacco-0.1.66 ./stacco.gemspec
stacco-0.1.64 ./stacco.gemspec
stacco-0.1.63 ./stacco.gemspec
stacco-0.1.62 ./stacco.gemspec
stacco-0.1.61 ./stacco.gemspec
stacco-0.1.60 ./stacco.gemspec
stacco-0.1.59 ./stacco.gemspec
stacco-0.1.57 ./stacco.gemspec
stacco-0.1.53 ./stacco.gemspec
stacco-0.1.52 ./stacco.gemspec
stacco-0.1.50 ./stacco.gemspec
stacco-0.1.49 ./stacco.gemspec
stacco-0.1.48 ./stacco.gemspec
stacco-0.1.47 ./stacco.gemspec
stacco-0.1.46 ./stacco.gemspec
stacco-0.1.44 ./stacco.gemspec
stacco-0.1.43 ./stacco.gemspec
stacco-0.1.42 ./stacco.gemspec