Sha256: 2eb62a61f3e7646677e3135b4b6167667d74a66582f30e3fed6686c39f6e8f4b
Contents?: true
Size: 1.24 KB
Versions: 2
Compression:
Stored size: 1.24 KB
Contents
# -*- encoding: utf-8 -*- require File.expand_path('../lib/eb_deployer/version', __FILE__) Gem::Specification.new do |gem| gem.authors = ["wpc", "betarelease", "xli"] gem.email = ["alex.hal9000@gmail.com", "sudhindra.r.rao@gmail.com", 'swing1979@gmail.com'] gem.description = %q{For automating Blue-Green deployment flows on Elastic 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 the box.} gem.homepage = "https://github.com/ThoughtWorksStudios/eb_deployer" gem.license = 'MIT' gem.add_runtime_dependency 'aws-sdk-cloudformation', '~> 1.4', '>= 1.76.0' gem.add_runtime_dependency 'aws-sdk-elasticbeanstalk', '~> 1.52', '~> 1.54.0' gem.add_runtime_dependency 'aws-sdk-s3', '~> 1.117', '~> 1.119.0' 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_updated" gem.require_paths = ["lib"] gem.version = EbDeployer::VERSION end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
eb_deployer_updated-0.8.1 | eb_deployer.gemspec |
eb_deployer_updated-0.8.0 | eb_deployer.gemspec |