# -*- encoding: utf-8 -*- # stub: cfn-bridge 0.0.6 ruby lib Gem::Specification.new do |s| s.name = "cfn-bridge".freeze s.version = "0.0.6".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Maur\u00EDcio Linhares".freeze] s.date = "2014-08-11" s.description = "Implements custom operations for CF calls".freeze s.email = ["mlinhares@neat.com".freeze] s.executables = ["cfn-bridge".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/cfn-bridge".freeze, "cfn-bridge.gemspec".freeze, "lib/cfn-bridge.rb".freeze, "lib/cloud_formation/bridge/cli.rb".freeze, "lib/cloud_formation/bridge/errors.rb".freeze, "lib/cloud_formation/bridge/exception_notifier.rb".freeze, "lib/cloud_formation/bridge/executor.rb".freeze, "lib/cloud_formation/bridge/http_bridge.rb".freeze, "lib/cloud_formation/bridge/names.rb".freeze, "lib/cloud_formation/bridge/poller.rb".freeze, "lib/cloud_formation/bridge/request.rb".freeze, "lib/cloud_formation/bridge/resources/base.rb".freeze, "lib/cloud_formation/bridge/resources/cloud_formation_outputs.rb".freeze, "lib/cloud_formation/bridge/resources/subscribe_queue_to_topic.rb".freeze, "lib/cloud_formation/bridge/util.rb".freeze, "lib/cloud_formation/bridge/version.rb".freeze, "spec/files/outputs-formation.json".freeze, "spec/files/sample-create-message.json".freeze, "spec/files/sample-delete-message.json".freeze, "spec/files/subscribe-to-sns-formation.json".freeze, "spec/files/test-formation.json".freeze, "spec/lib/cloud_formation/bridge/executor_spec.rb".freeze, "spec/lib/cloud_formation/bridge/poller_spec.rb".freeze, "spec/lib/cloud_formation/bridge/request_spec.rb".freeze, "spec/lib/cloud_formation/bridge/resources/cloud_formation_outputs_spec.rb".freeze, "spec/lib/cloud_formation/bridge/resources/subscribe_queue_to_topic_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/cloud_formation_creator.rb".freeze, "spec/support/file_support.rb".freeze] s.homepage = "https://github.com/TheNeatCompany/cfn-bridge".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Implements custom operations for CF calls".freeze s.test_files = ["spec/files/outputs-formation.json".freeze, "spec/files/sample-create-message.json".freeze, "spec/files/sample-delete-message.json".freeze, "spec/files/subscribe-to-sns-formation.json".freeze, "spec/files/test-formation.json".freeze, "spec/lib/cloud_formation/bridge/executor_spec.rb".freeze, "spec/lib/cloud_formation/bridge/poller_spec.rb".freeze, "spec/lib/cloud_formation/bridge/request_spec.rb".freeze, "spec/lib/cloud_formation/bridge/resources/cloud_formation_outputs_spec.rb".freeze, "spec/lib/cloud_formation/bridge/resources/subscribe_queue_to_topic_spec.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/cloud_formation_creator.rb".freeze, "spec/support/file_support.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.6.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.3.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.11.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.10.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.50.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.9.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.19.1".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.6.9".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.0.0".freeze]) end