Sha256: 620c398b92854d253baca5dfb845bb16c5aaa385fdf538435e1ce865fb9a5ba7
Contents?: true
Size: 872 Bytes
Versions: 12
Compression:
Stored size: 872 Bytes
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{Elastic Beanstalk Deployer with different deployment strategies.} gem.summary = %q{Pick strategies like InplaceUpdate, Blue/Green.} gem.homepage = "https://github.com/ThoughtWorksStudios/eb_deployer" gem.add_runtime_dependency 'aws-sdk' gem.add_development_dependency 'minitest' gem.files = `git ls-files`.split($\) 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
12 entries across 12 versions & 1 rubygems