# -*- encoding: utf-8 -*-
# stub: vagrant-cosmic 0.2.0 ruby lib

Gem::Specification.new do |s|
  s.name = "vagrant-cosmic".freeze
  s.version = "0.2.0".freeze

  s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version=
  s.require_paths = ["lib".freeze]
  s.authors = ["Mitchell Hashimoto".freeze, "Carl Loa Odin".freeze, "Tor-\u00C5ke Fransson".freeze, "Olle Lundberg".freeze, "Roeland Kuipers".freeze, "Yuichi Uemura".freeze, "Atsushi Sasaki".freeze, "Nicolas Brechet".freeze, "Peter J\u00F6nsson".freeze, "Christophe Roux".freeze, "Andrei Chiriaev".freeze, "Miguel Ferreira".freeze, "Timothy van Zadelhoff".freeze, "Geurt Schimmel".freeze, "Bob van den Heuvel".freeze, "Stephen Hoekstra".freeze]
  s.date = "2020-06-11"
  s.description = "Provides a Cosmic provider for Vagrant to manage virtual machines in Cosmic.".freeze
  s.email = "int-cloud@schubergphilis.com".freeze
  s.files = [".gitignore".freeze, "CHANGELOG.md".freeze, "Docker/.dockerignore".freeze, "Docker/Dockerfile".freeze, "Docker/Dockerfile.chefdk_0_17".freeze, "Docker/Dockerfile.latest_dependencies".freeze, "Docker/README.md".freeze, "Docker/vac.ps1".freeze, "Docker/vac.sh".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "build_rpm.sh".freeze, "functional-tests/basic/Vagrantfile.basic_networking".freeze, "functional-tests/basic/basic_spec.rb".freeze, "functional-tests/networking/Vagrantfile.advanced_networking".freeze, "functional-tests/networking/networking_spec.rb".freeze, "functional-tests/rsync/Vagrantfile.advanced_networking".freeze, "functional-tests/rsync/rsync_spec.rb".freeze, "functional-tests/vmlifecycle/Vagrantfile.advanced_networking".freeze, "functional-tests/vmlifecycle/vmlifecycle_spec.rb".freeze, "lib/vagrant-cosmic.rb".freeze, "lib/vagrant-cosmic/action.rb".freeze, "lib/vagrant-cosmic/action/connect_cosmic.rb".freeze, "lib/vagrant-cosmic/action/is_created.rb".freeze, "lib/vagrant-cosmic/action/is_stopped.rb".freeze, "lib/vagrant-cosmic/action/message_already_created.rb".freeze, "lib/vagrant-cosmic/action/message_not_created.rb".freeze, "lib/vagrant-cosmic/action/message_will_not_destroy.rb".freeze, "lib/vagrant-cosmic/action/read_rdp_info.rb".freeze, "lib/vagrant-cosmic/action/read_ssh_info.rb".freeze, "lib/vagrant-cosmic/action/read_state.rb".freeze, "lib/vagrant-cosmic/action/read_transport_info.rb".freeze, "lib/vagrant-cosmic/action/read_winrm_info.rb".freeze, "lib/vagrant-cosmic/action/run_instance.rb".freeze, "lib/vagrant-cosmic/action/start_instance.rb".freeze, "lib/vagrant-cosmic/action/stop_instance.rb".freeze, "lib/vagrant-cosmic/action/terminate_instance.rb".freeze, "lib/vagrant-cosmic/action/timed_provision.rb".freeze, "lib/vagrant-cosmic/action/wait_for_state.rb".freeze, "lib/vagrant-cosmic/action/warn_networks.rb".freeze, "lib/vagrant-cosmic/capabilities/rdp.rb".freeze, "lib/vagrant-cosmic/capabilities/winrm.rb".freeze, "lib/vagrant-cosmic/config.rb".freeze, "lib/vagrant-cosmic/errors.rb".freeze, "lib/vagrant-cosmic/exceptions/exceptions.rb".freeze, "lib/vagrant-cosmic/model/cosmic_resource.rb".freeze, "lib/vagrant-cosmic/plugin.rb".freeze, "lib/vagrant-cosmic/provider.rb".freeze, "lib/vagrant-cosmic/service/cosmic_resource_service.rb".freeze, "lib/vagrant-cosmic/util/timer.rb".freeze, "lib/vagrant-cosmic/version.rb".freeze, "locales/en.yml".freeze, "spec/spec_helper.rb".freeze, "spec/vagrant-cosmic/action/read_ssh_info_spec.rb".freeze, "spec/vagrant-cosmic/action/retrieve_public_ip_port_spec.rb".freeze, "spec/vagrant-cosmic/action/run_instance_spec.rb".freeze, "spec/vagrant-cosmic/action/terminate_instance_spec.rb".freeze, "spec/vagrant-cosmic/config_spec.rb".freeze, "spec/vagrant-cosmic/model/cosmic_resource_spec.rb".freeze, "spec/vagrant-cosmic/service/cosmic_resource_service_spec.rb".freeze, "spec/vagrant-cosmic/support/be_a_resource.rb".freeze, "test/vagrant.log".freeze, "vagrant-cosmic.gemspec".freeze, "vagrant-cosmic.spec".freeze]
  s.homepage = "https://github.com/MissionCriticalCloud/vagrant-cosmic/".freeze
  s.licenses = ["MIT".freeze]
  s.rubygems_version = "3.5.10".freeze
  s.summary = "Enables Vagrant to manage machines in Cosmic.".freeze

  s.specification_version = 4

  s.add_runtime_dependency(%q<fog-cosmic>.freeze, ["~> 0.1.0".freeze])
  s.add_development_dependency(%q<rake>.freeze, [">= 10.4".freeze, "~> 13.0".freeze])
  s.add_development_dependency(%q<rspec-core>.freeze, ["~> 2.14".freeze, ">= 2.14.7".freeze])
  s.add_development_dependency(%q<rspec-expectations>.freeze, ["~> 2.14".freeze, ">= 2.14.4".freeze])
  s.add_development_dependency(%q<rspec-mocks>.freeze, ["~> 2.14".freeze, ">= 2.14.4".freeze])
end