# -*- encoding: utf-8 -*- # stub: foreman_google 0.0.1 ruby lib Gem::Specification.new do |s| s.name = "foreman_google".freeze s.version = "0.0.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "is_foreman_plugin" => "true", "rubygems_mfa_required" => "true" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["The Foreman Team".freeze] s.date = "2022-04-01" s.description = "Google Compute Engine plugin for the Foreman".freeze s.email = ["dev@community.theforeman.org".freeze] s.files = ["LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "app/controllers/concerns/foreman_google/temporary_prepend_path.rb".freeze, "app/models/foreman_google/gce.rb".freeze, "app/models/foreman_google/google_compute.rb".freeze, "config/routes.rb".freeze, "lib/foreman_google.rb".freeze, "lib/foreman_google/engine.rb".freeze, "lib/foreman_google/google_compute_adapter.rb".freeze, "lib/foreman_google/version.rb".freeze, "lib/tasks/foreman_google_tasks.rake".freeze, "locale/Makefile".freeze, "locale/en/foreman_google.po".freeze, "locale/foreman_google.pot".freeze, "locale/gemspec.rb".freeze, "package.json".freeze, "test/factories/gce.rb".freeze, "test/fixtures/images_centos_cloud.json".freeze, "test/fixtures/images_coastal.json".freeze, "test/fixtures/images_deprecated.json".freeze, "test/fixtures/images_nothing_found.json".freeze, "test/fixtures/instance.json".freeze, "test/fixtures/instance_start.json".freeze, "test/fixtures/instance_stop.json".freeze, "test/fixtures/machine_types.json".freeze, "test/fixtures/networks.json".freeze, "test/fixtures/zones.json".freeze, "test/models/foreman_google/gce_test.rb".freeze, "test/models/foreman_google/google_compute_test.rb".freeze, "test/test_google_helper.rb".freeze, "test/unit/foreman_google/google_compute_adapter_test.rb".freeze, "webpack/global_index.js".freeze, "webpack/global_test_setup.js".freeze, "webpack/index.js".freeze, "webpack/src/Extends/index.js".freeze, "webpack/src/Router/routes.js".freeze, "webpack/src/reducers.js".freeze, "webpack/test_setup.js".freeze] s.homepage = "https://github.com/theforeman/foreman_google".freeze s.licenses = ["GPL-3.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.5".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Google Compute Engine plugin for the Foreman".freeze s.test_files = ["test/models/foreman_google/google_compute_test.rb".freeze, "test/models/foreman_google/gce_test.rb".freeze, "test/unit/foreman_google/google_compute_adapter_test.rb".freeze, "test/factories/gce.rb".freeze, "test/fixtures/networks.json".freeze, "test/fixtures/instance.json".freeze, "test/fixtures/zones.json".freeze, "test/fixtures/instance_stop.json".freeze, "test/fixtures/machine_types.json".freeze, "test/fixtures/images_coastal.json".freeze, "test/fixtures/instance_start.json".freeze, "test/fixtures/images_deprecated.json".freeze, "test/fixtures/images_centos_cloud.json".freeze, "test/fixtures/images_nothing_found.json".freeze, "test/test_google_helper.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q<google-cloud-compute>.freeze, ["~> 0.2".freeze]) s.add_development_dependency(%q<rdoc>.freeze, [">= 0".freeze]) end