vagrant-parallels 1.7.5 → 1.7.6

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: 4bafa79a94c8b247648a82a195fd45aca58b9060
4
- data.tar.gz: 1e21002adbaf3036070ca29422c563e9a2b4c313
3
+ metadata.gz: 2d0f47ab44bd976497251832fedd70f1e8f3e4d5
4
+ data.tar.gz: 381682bc47c1d69d63414ea5c0cf6518f9863213
5
5
  SHA512:
6
- metadata.gz: '08b4bc389e854088a902228205b1070066585f756e0cd0a1bce6f8f6e90066fd9b6e6954ecb8baf785c6bd1c1a640ebe555922480497212bc07e57e5f157fcbf'
7
- data.tar.gz: ae8e42d4473552f401a5ebb55003bd0b098746646bb7cf31f80ef3a235bc3ecb0b52606c899ba18728b6a1eadbd2579c88d796301a1c31a3aed7304562c18dfc
6
+ metadata.gz: e4954c172515c7d8cced0919280c6133d45cbebdf6561cb7df581efd05a608a3ba3ca079fe0a95b3e7430dfe6aca66736bf3daae723680917e8e18c2be57f689
7
+ data.tar.gz: d6427e9b410806a7de7f31d6aaa9bf71d9247b70adafb27e85767613ba4c30caf745ce88619f1174838ad9d1f920ceb1e7f0eca6e9cb79114a39204313cc2e41
data/README.md CHANGED
@@ -8,7 +8,10 @@ allowing to manage [Parallels Desktop](http://www.parallels.com/products/desktop
8
8
  virtual machines on OS X hosts.
9
9
 
10
10
  ### Requirements
11
- - [Vagrant v1.8](http://www.vagrantup.com) or higher
11
+ - [Vagrant v1.8](http://www.vagrantup.com) or higher
12
+ (_there are known issues with Vagrant v1.9.5
13
+ [[GH-297](https://github.com/Parallels/vagrant-parallels/issues/297#issuecomment-304458691)]
14
+ and v1.9.6 [[GH-301]](https://github.com/Parallels/vagrant-parallels/issues/301)_)
12
15
  - [Parallels Desktop 10 for Mac](http://www.parallels.com/products/desktop/) or higher
13
16
 
14
17
  *Note:* Only **Pro** and **Business** editions of **Parallels Desktop for Mac**
@@ -48,9 +48,9 @@ module VagrantPlugins
48
48
  pvm
49
49
  end
50
50
 
51
- def box_id(env, box_path)
51
+ def box_id(env)
52
52
  # Get the box image UUID from XML-based configuration file
53
- tpl_config = File.join(box_path, 'config.pvs')
53
+ tpl_config = File.join(box_path(env), 'config.pvs')
54
54
  xml = Nokogiri::XML(File.open(tpl_config))
55
55
  id = xml.xpath('//ParallelsVirtualMachine/Identification/VmUuid').text
56
56
 
@@ -110,7 +110,7 @@ module VagrantPlugins
110
110
 
111
111
  # Register the box VM image
112
112
  env[:machine].provider.driver.register(pvm, options)
113
- env[:clone_id] = box_id(env, pvm)
113
+ env[:clone_id] = box_id(env)
114
114
 
115
115
  @logger.info(
116
116
  "Registered box #{env[:machine].box.name} with id #{env[:clone_id]}")
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Parallels
3
- VERSION = '1.7.5'
3
+ VERSION = '1.7.6'
4
4
  end
5
5
  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.7.5
4
+ version: 1.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mikhail Zholobov
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-05-27 00:00:00.000000000 Z
12
+ date: 2017-07-31 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: nokogiri