# -*- encoding: utf-8 -*- # stub: convox_installer 3.0.1 ruby lib Gem::Specification.new do |s| s.name = "convox_installer".freeze s.version = "3.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "rubygems_mfa_required" => "true" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Form Applications Inc.".freeze] s.date = "2022-11-13" s.description = "Build a Convox installation workflow".freeze s.email = ["support@formapi.io".freeze] s.files = [".bundle/config".freeze, ".gitignore".freeze, ".rspec".freeze, ".rubocop.yml".freeze, ".vscode/settings.json".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "convox_installer.gemspec".freeze, "examples/full_installation.rb".freeze, "lib/convox.rb".freeze, "lib/convox/client.rb".freeze, "lib/convox_installer.rb".freeze, "lib/convox_installer/config.rb".freeze, "lib/convox_installer/requirements.rb".freeze, "lib/convox_installer/version.rb".freeze, "log/.gitkeep".freeze, "release".freeze, "spec/lib/convox/client_spec.rb".freeze, "spec/lib/convox_installer/config_spec.rb".freeze, "spec/lib/convox_installer/requirements_spec.rb".freeze, "spec/spec_helper.rb".freeze, "terraform/elasticache.tf.erb".freeze, "terraform/rds.tf.erb".freeze, "terraform/s3_bucket.tf.erb".freeze] s.homepage = "https://github.com/FormAPI/convox_installer".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Build a Convox installation workflow".freeze s.test_files = ["spec/lib/convox/client_spec.rb".freeze, "spec/lib/convox_installer/config_spec.rb".freeze, "spec/lib/convox_installer/requirements_spec.rb".freeze, "spec/spec_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 5.2.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.7.10".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.17.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 2.2.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.1".freeze]) end