Sha256: 26d938a3fedcee599c00535842e857efad29a90321a79c80045cad2fd2661743

Contents?: true

Size: 581 Bytes

Versions: 7

Compression:

Stored size: 581 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'
  s.add_runtime_dependency 'inifile'
  s.add_runtime_dependency 'highline'

  s.executables << 'stacco'
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
stacco-0.1.24 ./stacco.gemspec
stacco-0.1.23 ./stacco.gemspec
stacco-0.1.22 ./stacco.gemspec
stacco-0.1.21 ./stacco.gemspec
stacco-0.1.20 ./stacco.gemspec
stacco-0.1.18 ./stacco.gemspec
stacco-0.1.17 ./stacco.gemspec