Sha256: b4ffff745dffeb4f06c460de214bc0db75508e1c202d89f8178be9d3e2eee47f
Contents?: true
Size: 1.02 KB
Versions: 1
Compression:
Stored size: 1.02 KB
Contents
# -*- encoding: utf-8 -*- lib = File.expand_path('../lib', __FILE__) $LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib) require 'capistrano-autoscaling/version' Gem::Specification.new do |gem| gem.name = "capistrano-autoscaling" gem.version = Capistrano::AutoScaling::VERSION gem.authors = ["Yamashita Yuu"] gem.email = ["yamashita@geishatokyo.com"] gem.description = %q{A Capistrano recipe that configures AutoScaling on Amazon Web Services infrastructure for your application.} gem.summary = %q{A Capistrano recipe that configures AutoScaling on Amazon Web Services infrastructure for your application.} gem.homepage = "https://github.com/yyuu/capistrano-autoscaling" 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.require_paths = ["lib"] gem.add_dependency("capistrano", "< 3") gem.add_dependency("aws-sdk", ">= 1.5.4") end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano-autoscaling-0.0.7 | capistrano-autoscaling.gemspec |