vagrant-parallels 1.3.9 → 1.3.10

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 79ec0b63ce9c8f248c00b5603f5ed393816f45f4
4
- data.tar.gz: 1055f46d3991c28283c3ba94ab00710f9968047b
3
+ metadata.gz: 027990a7239db35d408b8ff4134fe53cec713e17
4
+ data.tar.gz: cfb06407f62de7a465c8790f79817ea5681a6bbe
5
5
  SHA512:
6
- metadata.gz: 79764a185c87dbd793405ade66a90a87c51ea6003d8f738236a1dc2e8f3cb986e4272f3163afff1f1f6f5b3f958668cda510a0dd56e693a336866c3c7db20678
7
- data.tar.gz: 6b143b31501c8e52b388d588d2ca60eac78b715992cb48c590d3abc0dde2a42922ce81d0a18dd31af5655bd3378ad6c9e9dd64a64acfb0b737124ae2bd400a8b
6
+ metadata.gz: 7c8a1fcbed33ffd6b240c6a45ca1f3f5191fb32b777e84a934ff117071a602caa059138e240c87e86d268ee4258c228599eab0ee7dac121c73523fc7c5808e21
7
+ data.tar.gz: 47f40077291881538c8680a12d670e2afcfc9b386627c4a48c7bc2680825be45202f3b7588baa46e737769b3eed115a28d7228fe055bd9a7043f670c4ce36fb8
data/Gemfile CHANGED
@@ -9,6 +9,6 @@ group :development do
9
9
  # We depend on Vagrant for development, but we don't add it as a
10
10
  # gem dependency because we expect to be installed within the
11
11
  # Vagrant environment itself using `vagrant plugin`.
12
- gem 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', tag: 'v1.7.1'
12
+ gem 'vagrant', git: 'git://github.com/mitchellh/vagrant.git', tag: 'v1.7.2'
13
13
  gem 'vagrant-spec', git: 'git://github.com/mitchellh/vagrant-spec.git'
14
14
  end
@@ -38,12 +38,13 @@ module VagrantPlugins
38
38
  raise VagrantPlugins::Parallels::Errors::ParallelsNotDetected
39
39
  end
40
40
 
41
- # Instantiate the proper version driver for VirtualBox
41
+ # Instantiate the proper version driver for Parallels Desktop
42
42
  @logger.debug("Finding driver for Parallels Desktop version: #{@version}")
43
43
  driver_map = {
44
- "8" => PD_8,
45
- "9" => PD_9,
46
- "10" => PD_10
44
+ '8' => PD_8,
45
+ '9' => PD_9,
46
+ '10' => PD_10,
47
+ '11' => PD_10
47
48
  }
48
49
 
49
50
  driver_klass = nil
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Parallels
3
- VERSION = '1.3.9'
3
+ VERSION = '1.3.10'
4
4
  end
5
5
  end
data/locales/en.yml CHANGED
@@ -111,6 +111,11 @@ en:
111
111
  create the environment. If a machine is not created, only the
112
112
  default provider will be shown. So if a provider is not listed,
113
113
  then the machine is not created for that environment.
114
+ paused: |-
115
+ The VM is paused. This VM may have been paused via Parallels Desktop
116
+ GUI or the `prlctl` command line interface. To unpause, please
117
+ use the Parallels Desktop GUI and/or `prlctl` command line interface
118
+ so that vagrant would be able to control the VM again.
114
119
  suspended: |-
115
120
  The VM is suspended. To resume this VM you can run `vagrant resume`
116
121
  or `vagrant up` to restart it again, so that vagrant would be able
@@ -6,6 +6,5 @@ Vagrant::Spec::Acceptance.configure do |c|
6
6
 
7
7
  c.provider 'parallels',
8
8
  box: 'ENTER BOX URL',
9
- contexts: ['provider-context/parallels'],
10
- features: ['!network/forwarded_port', '!cli/plugin']
9
+ contexts: ['provider-context/parallels']
11
10
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-parallels
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.9
4
+ version: 1.3.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikhail Zholobov
@@ -9,90 +9,90 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2015-03-10 00:00:00.000000000 Z
12
+ date: 2015-04-20 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler
16
16
  requirement: !ruby/object:Gem::Requirement
17
17
  requirements:
18
- - - '>='
18
+ - - ">="
19
19
  - !ruby/object:Gem::Version
20
20
  version: 1.5.2
21
21
  type: :development
22
22
  prerelease: false
23
23
  version_requirements: !ruby/object:Gem::Requirement
24
24
  requirements:
25
- - - '>='
25
+ - - ">="
26
26
  - !ruby/object:Gem::Version
27
27
  version: 1.5.2
28
28
  - !ruby/object:Gem::Dependency
29
29
  name: rake
30
30
  requirement: !ruby/object:Gem::Requirement
31
31
  requirements:
32
- - - '>='
32
+ - - ">="
33
33
  - !ruby/object:Gem::Version
34
34
  version: '0'
35
35
  type: :development
36
36
  prerelease: false
37
37
  version_requirements: !ruby/object:Gem::Requirement
38
38
  requirements:
39
- - - '>='
39
+ - - ">="
40
40
  - !ruby/object:Gem::Version
41
41
  version: '0'
42
42
  - !ruby/object:Gem::Dependency
43
43
  name: minitest
44
44
  requirement: !ruby/object:Gem::Requirement
45
45
  requirements:
46
- - - '>='
46
+ - - ">="
47
47
  - !ruby/object:Gem::Version
48
48
  version: '0'
49
49
  type: :development
50
50
  prerelease: false
51
51
  version_requirements: !ruby/object:Gem::Requirement
52
52
  requirements:
53
- - - '>='
53
+ - - ">="
54
54
  - !ruby/object:Gem::Version
55
55
  version: '0'
56
56
  - !ruby/object:Gem::Dependency
57
57
  name: nokogiri
58
58
  requirement: !ruby/object:Gem::Requirement
59
59
  requirements:
60
- - - '>='
60
+ - - ">="
61
61
  - !ruby/object:Gem::Version
62
62
  version: '0'
63
63
  type: :development
64
64
  prerelease: false
65
65
  version_requirements: !ruby/object:Gem::Requirement
66
66
  requirements:
67
- - - '>='
67
+ - - ">="
68
68
  - !ruby/object:Gem::Version
69
69
  version: '0'
70
70
  - !ruby/object:Gem::Dependency
71
71
  name: rspec
72
72
  requirement: !ruby/object:Gem::Requirement
73
73
  requirements:
74
- - - ~>
74
+ - - "~>"
75
75
  - !ruby/object:Gem::Version
76
76
  version: 2.14.0
77
77
  type: :development
78
78
  prerelease: false
79
79
  version_requirements: !ruby/object:Gem::Requirement
80
80
  requirements:
81
- - - ~>
81
+ - - "~>"
82
82
  - !ruby/object:Gem::Version
83
83
  version: 2.14.0
84
84
  - !ruby/object:Gem::Dependency
85
85
  name: i18n-tasks
86
86
  requirement: !ruby/object:Gem::Requirement
87
87
  requirements:
88
- - - ~>
88
+ - - "~>"
89
89
  - !ruby/object:Gem::Version
90
90
  version: 0.3.9
91
91
  type: :development
92
92
  prerelease: false
93
93
  version_requirements: !ruby/object:Gem::Requirement
94
94
  requirements:
95
- - - ~>
95
+ - - "~>"
96
96
  - !ruby/object:Gem::Version
97
97
  version: 0.3.9
98
98
  description: Enables Vagrant to manage Parallels virtual machines.
@@ -103,9 +103,17 @@ executables: []
103
103
  extensions: []
104
104
  extra_rdoc_files: []
105
105
  files:
106
- - config/i18n-tasks.yml.erb
106
+ - ".gitignore"
107
+ - ".travis.yml"
107
108
  - CONTRIBUTING.md
108
109
  - Gemfile
110
+ - LICENSE.txt
111
+ - README.md
112
+ - Rakefile
113
+ - Vagrantfile
114
+ - config/i18n-tasks.yml.erb
115
+ - lib/vagrant-parallels.rb
116
+ - lib/vagrant-parallels/action.rb
109
117
  - lib/vagrant-parallels/action/boot.rb
110
118
  - lib/vagrant-parallels/action/clear_forwarded_ports.rb
111
119
  - lib/vagrant-parallels/action/clear_network_interfaces.rb
@@ -130,7 +138,6 @@ files:
130
138
  - lib/vagrant-parallels/action/set_name.rb
131
139
  - lib/vagrant-parallels/action/setup_package_files.rb
132
140
  - lib/vagrant-parallels/action/suspend.rb
133
- - lib/vagrant-parallels/action.rb
134
141
  - lib/vagrant-parallels/cap/forwarded_ports.rb
135
142
  - lib/vagrant-parallels/cap/host_address.rb
136
143
  - lib/vagrant-parallels/cap/nic_mac_addresses.rb
@@ -151,19 +158,15 @@ files:
151
158
  - lib/vagrant-parallels/synced_folder.rb
152
159
  - lib/vagrant-parallels/util/compile_forwarded_ports.rb
153
160
  - lib/vagrant-parallels/version.rb
154
- - lib/vagrant-parallels.rb
155
- - LICENSE.txt
156
161
  - locales/en.yml
157
- - Rakefile
158
- - README.md
159
162
  - tasks/acceptance.rake
160
163
  - tasks/bundler.rake
161
164
  - tasks/test.rake
162
165
  - test/acceptance/base.rb
163
166
  - test/acceptance/provider/synced_folder_spec.rb
164
167
  - test/acceptance/shared/context_parallels.rb
165
- - test/acceptance/skeletons/synced_folder/foo
166
168
  - test/acceptance/skeletons/synced_folder/Vagrantfile
169
+ - test/acceptance/skeletons/synced_folder/foo
167
170
  - test/unit/base.rb
168
171
  - test/unit/config_test.rb
169
172
  - test/unit/driver/pd_10_test.rb
@@ -175,9 +178,6 @@ files:
175
178
  - test/unit/synced_folder_test.rb
176
179
  - vagrant-parallels.gemspec
177
180
  - vagrant-spec.config.example.rb
178
- - Vagrantfile
179
- - .gitignore
180
- - .travis.yml
181
181
  homepage: http://github.com/Parallels/vagrant-parallels
182
182
  licenses:
183
183
  - MIT
@@ -188,17 +188,17 @@ require_paths:
188
188
  - lib
189
189
  required_ruby_version: !ruby/object:Gem::Requirement
190
190
  requirements:
191
- - - '>='
191
+ - - ">="
192
192
  - !ruby/object:Gem::Version
193
193
  version: '0'
194
194
  required_rubygems_version: !ruby/object:Gem::Requirement
195
195
  requirements:
196
- - - '>='
196
+ - - ">="
197
197
  - !ruby/object:Gem::Version
198
198
  version: 1.3.6
199
199
  requirements: []
200
200
  rubyforge_project: vagrant-parallels
201
- rubygems_version: 2.0.14
201
+ rubygems_version: 2.2.0
202
202
  signing_key:
203
203
  specification_version: 4
204
204
  summary: Parallels provider for Vagrant.