Sha256: 52b9f768ab74260b765663a40bad838a45f81832a4a35462c5f181cc7e2a1950

Contents?: true

Size: 1.05 KB

Versions: 4

Compression:

Stored size: 1.05 KB

Contents

# -*- encoding: utf-8 -*-
require File.expand_path('../lib/eb_deployer/version', __FILE__)

Gem::Specification.new do |gem|
  gem.authors       = ["wpc", "betarelease"]
  gem.email         = ["alex.hal9000@gmail.com", "sudhindra.r.rao@gmail.com"]
  gem.description   = %q{For automate blue green deployment flow on Elasti Beanstalk.}
  gem.summary       = %q{Low friction deployments should be a breeze. Elastic Beanstalk provides a great foundation for performing Blue-Green deployments, and EbDeployer add a missing top to automate the whole flow out of box.}
  gem.homepage      = "https://github.com/ThoughtWorksStudios/eb_deployer"
  gem.license = 'MIT'

  gem.add_runtime_dependency 'aws-sdk'
  gem.add_development_dependency 'minitest'

  gem.files         = `git ls-files`.split($\).reject {|f| f =~ /^samples\// }
  gem.executables   = gem.files.grep(%r{^bin/}).map{ |f| File.basename(f) }
  gem.test_files    = gem.files.grep(%r{^(test|spec|features)/})
  gem.name          = "eb_deployer"
  gem.require_paths = ["lib"]
  gem.version       = EbDeployer::VERSION
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
eb_deployer-0.2.9 eb_deployer.gemspec
eb_deployer-0.2.8 eb_deployer.gemspec
eb_deployer-0.2.7 eb_deployer.gemspec
eb_deployer-0.2.6 eb_deployer.gemspec