vagrant-parallels 1.4.0 → 1.4.1

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: 306ebd48d59715804e53acffe8374dce654da8d6
4
- data.tar.gz: fec3081ce4be30623c2cbe6e9382748d54791369
3
+ metadata.gz: 79daf0b2b3a429a70f532ad1645fd91ded0fc1a9
4
+ data.tar.gz: 34974ca53f634bdc11e5c26fd5360268dcc4b08d
5
5
  SHA512:
6
- metadata.gz: 9d9850ddedfb13d1876f207bfe07d57e131a438a65638c02d003f1f447bf23378b9ef16ef901b80e478aee78c51fc3629f004458c017da57ca7e757049f8d6c3
7
- data.tar.gz: 0a838571c3b37e78c99e129fd5d2bddfa6910ac2b07a90211f616995aaed665c9400aa723da566def421b82b26bf65f4a263b0ab8b10bab94a74407534517d88
6
+ metadata.gz: b8a8fd5d8a540028945149939d906300a244d89b836997f4fd080219aa5ea150eb7d334ad5fd3b9a4ade186186d39a5496a16055b564d12a1a8fd6b622d31f4e
7
+ data.tar.gz: ac9929c88297e869d0b559da95459dcc889ebdccf5d12c4a7a0ba5bcf0c0cadd5034e93ac01e17dae772d55cc971d9b77bde023637f56cdc38665da376a2eea3
@@ -76,6 +76,7 @@ module VagrantPlugins
76
76
  :delete_unused_host_only_networks,
77
77
  :disable_password_restrictions,
78
78
  :enable_adapters,
79
+ :execute_prlctl,
79
80
  :forward_ports,
80
81
  :halt,
81
82
  :clone_vm,
@@ -125,7 +126,7 @@ module VagrantPlugins
125
126
  #
126
127
  # But we need exactly the first 3 numbers: "x.x.x"
127
128
 
128
- if execute_prlctl('--version') =~ /prlctl version (\d+\.\d+.\d+)/
129
+ if execute(@prlctl_path, '--version') =~ /prlctl version (\d+\.\d+.\d+)/
129
130
  return $1
130
131
  end
131
132
 
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Parallels
3
- VERSION = '1.4.0'
3
+ VERSION = '1.4.1'
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.4.0
4
+ version: 1.4.1
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: 2015-06-26 00:00:00.000000000 Z
12
+ date: 2015-06-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: bundler