--- !ruby/object:Gem::Specification name: vagrant-skytap version: !ruby/object:Gem::Version version: 0.1.5 platform: ruby authors: - Nick Astete autorequire: bindir: bin cert_chain: [] date: 2015-11-07 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: json_pure requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rake requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' - !ruby/object:Gem::Dependency name: rspec-core requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.14.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.14.0 - !ruby/object:Gem::Dependency name: rspec-expectations requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.14.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.14.0 - !ruby/object:Gem::Dependency name: rspec-mocks requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.14.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 2.14.0 - !ruby/object:Gem::Dependency name: vagrant-spec requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.4.0 type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.4.0 - !ruby/object:Gem::Dependency name: webmock requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.20' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: '1.20' description: Enables Vagrant to manage Skytap machines. email: nastete@skytap.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".hgignore" - ".project" - ".rspec" - 1-2.diff - CHANGELOG.md - Gemfile - LICENSE - README.md - Rakefile - dummy.box - example_box/README.md - example_box/metadata.json - f.diff - lib/vagrant-skytap.rb - lib/vagrant-skytap/action.rb - lib/vagrant-skytap/action/add_vm_to_environment.rb - lib/vagrant-skytap/action/create_environment.rb - lib/vagrant-skytap/action/delete_environment.rb - lib/vagrant-skytap/action/delete_vm.rb - lib/vagrant-skytap/action/existence_check.rb - lib/vagrant-skytap/action/fetch_environment.rb - lib/vagrant-skytap/action/initialize_api_client.rb - lib/vagrant-skytap/action/is_running.rb - lib/vagrant-skytap/action/is_stopped.rb - lib/vagrant-skytap/action/is_suspended.rb - lib/vagrant-skytap/action/message_already_created.rb - lib/vagrant-skytap/action/message_already_running.rb - lib/vagrant-skytap/action/message_environment_url.rb - lib/vagrant-skytap/action/message_not_created.rb - lib/vagrant-skytap/action/message_will_not_destroy.rb - lib/vagrant-skytap/action/mixin_machine_index.rb - lib/vagrant-skytap/action/prepare_nfs_settings.rb - lib/vagrant-skytap/action/prepare_nfs_valid_ids.rb - lib/vagrant-skytap/action/read_ssh_info.rb - lib/vagrant-skytap/action/read_state.rb - lib/vagrant-skytap/action/run_environment.rb - lib/vagrant-skytap/action/run_vm.rb - lib/vagrant-skytap/action/set_hostname.rb - lib/vagrant-skytap/action/set_up_vm.rb - lib/vagrant-skytap/action/stop_environment.rb - lib/vagrant-skytap/action/stop_vm.rb - lib/vagrant-skytap/action/store_extra_data.rb - lib/vagrant-skytap/action/suspend_environment.rb - lib/vagrant-skytap/action/suspend_vm.rb - lib/vagrant-skytap/action/timed_provision.rb - lib/vagrant-skytap/action/update_hardware.rb - lib/vagrant-skytap/api/busyable.rb - lib/vagrant-skytap/api/client.rb - lib/vagrant-skytap/api/credentials.rb - lib/vagrant-skytap/api/environment.rb - lib/vagrant-skytap/api/interface.rb - lib/vagrant-skytap/api/network.rb - lib/vagrant-skytap/api/public_ip.rb - lib/vagrant-skytap/api/published_service.rb - lib/vagrant-skytap/api/resource.rb - lib/vagrant-skytap/api/runstate_operations.rb - lib/vagrant-skytap/api/specified_attributes.rb - lib/vagrant-skytap/api/vm.rb - lib/vagrant-skytap/api/vpn.rb - lib/vagrant-skytap/api/vpn_attachment.rb - lib/vagrant-skytap/config.rb - lib/vagrant-skytap/core_ext/object/blank.rb - lib/vagrant-skytap/core_ext/object/tap.rb - lib/vagrant-skytap/core_ext/try.rb - lib/vagrant-skytap/environment_properties.rb - lib/vagrant-skytap/errors.rb - lib/vagrant-skytap/plugin.rb - lib/vagrant-skytap/properties.rb - lib/vagrant-skytap/provider.rb - lib/vagrant-skytap/setup_helper.rb - lib/vagrant-skytap/util/ip_address.rb - lib/vagrant-skytap/util/subnet.rb - lib/vagrant-skytap/util/timer.rb - lib/vagrant-skytap/version.rb - lib/vagrant-skytap/vm_properties.rb - locales/en.yml - skytap-dummy.box - spec/acceptance/base.rb - spec/acceptance/provider/halt_spec.rb - spec/acceptance/shared/context_skytap.rb - spec/spec_helper.rb - spec/support/isolated_environment.rb - spec/unit/base.rb - spec/unit/config_spec.rb - spec/unit/environment_spec.rb - spec/unit/skeletons/empty_environment.json - spec/unit/skeletons/network1.json - spec/unit/skeletons/vm1.json - spec/unit/support/dummy_communicator.rb - spec/unit/support/dummy_provider.rb - spec/unit/support/isolated_environment.rb - spec/unit/support/shared/action_synced_folders_context.rb - spec/unit/support/shared/base_context.rb - spec/unit/support/shared/capability_helpers_context.rb - spec/unit/support/shared/plugin_command_context.rb - spec/unit/support/shared/skytap_context.rb - spec/unit/vm_spec.rb - tasks/acceptance.rake - tasks/bundler.rake - tasks/test.rake - vagrant-skytap.gemspec - vagrant-spec.config.rb homepage: http://www.skytap.com licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.6 requirements: [] rubyforge_project: vagrant-skytap rubygems_version: 2.4.5 signing_key: specification_version: 4 summary: Enables Vagrant to manage Skytap machines. test_files: []