# -*- encoding: utf-8 -*- # stub: autocanary24 0.4.3 ruby lib Gem::Specification.new do |s| s.name = "autocanary24".freeze s.version = "0.4.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Philipp Garbe".freeze] s.bindir = "exe".freeze s.date = "2017-01-16" s.description = "autocanary24 provides a small convenient module for blue/green and canary deployments with CloudFormation.".freeze s.email = ["philipp.garbe@scout24.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "autocanary24.gemspec".freeze, "bin/console".freeze, "bin/setup".freeze, "docs/autocanary_0_100.png".freeze, "docs/autocanary_100_0.png".freeze, "docs/autocanary_100_none.png".freeze, "docs/autocanary_20_80.png".freeze, "docs/autocanary_50_50.png".freeze, "docs/autocanary_80_20.png".freeze, "docs/autocanary_drawio.xml".freeze, "docs/autocanary_none_100.png".freeze, "examples/.bundle/config".freeze, "examples/Gemfile".freeze, "examples/Gemfile.lock".freeze, "examples/README.md".freeze, "examples/Rakefile".freeze, "examples/asg-stack.json".freeze, "examples/base-stack.json".freeze, "lib/autocanary24.rb".freeze, "lib/autocanary24/canarystack.rb".freeze, "lib/autocanary24/client.rb".freeze, "lib/autocanary24/configuration.rb".freeze, "lib/autocanary24/version.rb".freeze] s.homepage = "https://github.com/autoscout24/autocanary24".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Library for blue/green and canary deployments with CloudFormation.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 2".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 2".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.11".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) end