--- !ruby/object:Gem::Specification name: vagrant-skytap version: !ruby/object:Gem::Version version: 0.1.8 platform: ruby authors: - Nick Astete autorequire: bindir: bin cert_chain: [] date: 2015-12-02 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: - boxes/empty.box - boxes/metadata.json - boxes/README.md - CHANGELOG.md - eng-10369.diff - Gemfile - 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/initial_state.rb - lib/vagrant-skytap/action/initialize_api_client.rb - lib/vagrant-skytap/action/is_parallelized.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_resuming.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/action/wait_for_communicator.rb - lib/vagrant-skytap/action.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/command/up.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 - lib/vagrant-skytap.rb - LICENSE - locales/en.yml - Rakefile - README.md - spec/acceptance/base.rb - spec/acceptance/provider/halt_spec.rb - spec/acceptance/provider/up_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/setup_helper_spec.rb - spec/unit/skeletons/empty_environment.json - spec/unit/skeletons/network1.json - spec/unit/skeletons/vm1.json - spec/unit/skeletons/vpn1.json - spec/unit/skeletons/vpn_attachment1.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 - Vagrantfile.keep - .byebug_history - .gitignore - .hgignore - .project - .rspec 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.0.14.1 signing_key: specification_version: 4 summary: Enables Vagrant to manage Skytap machines. test_files: []