vagrant-parallels 1.7.2 → 1.7.3

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: e6849ea9503dc49d170eef570e36da09fc2ae908
4
- data.tar.gz: c9b64c6fe308e7f52fd48a9a8b84c46b931ab8de
3
+ metadata.gz: 39ceb78e8f21f474b44e9a51e920ba314f128a64
4
+ data.tar.gz: 730e5af6e56df50137c36abe86777d3f4e463398
5
5
  SHA512:
6
- metadata.gz: 2c6a43a0e6187193a1c1dad9df9228535c7fa5d95c1805e952fd80984f67125fbc7ad60bfc1659a51a02f484e739795dbc4e16bbeda0b2c4a867a73755b1795d
7
- data.tar.gz: e41a1d056752e3cb7cc40b7ed7734a88b9080d0da28a80dfa0a19a42f9c27062451d438340481d5f472f68fa61f92f037d05b2758fed356eeb9be556f5e53a36
6
+ metadata.gz: 8ac8ab2ef874a5b947d712d1d082eb9fa05b861c360cce42fcfdcadface314665fbd9fa4a039cca8305a3861ae7cead0ef38b01fdb278a5a7c765187841fc07c
7
+ data.tar.gz: 1171268c572e84df3f1db5575165edfed2554b793c0aa6f3a6fa10aa6d0f2270a9f0cd04c2c304b0292fcbf05bda700ea35c4888fb5c5921dd20e5f3bbf376ac
data/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## 1.7.3 (February 28, 2017)
2
+ BUG FIXES:
3
+ - Fix exceptions related to `nokogiri` gem.
4
+ [[GH-291](https://github.com/Parallels/vagrant-parallels/issues/291)],
5
+ [[GH-292](https://github.com/Parallels/vagrant-parallels/issues/292)]
6
+
1
7
  ## 1.7.2 (December 16, 2016)
2
8
  BUG FIXES:
3
9
  - Fix Parallels Tools update in Linux guests. Call `ptiagent-cmd` with `--install`,
data/LICENSE.txt CHANGED
@@ -1,5 +1,5 @@
1
1
  Copyright (c) 2013 Youssef Shahin
2
- Copyright (c) 2013-2016 Parallels IP Holdings GmbH.
2
+ Copyright (c) 2013-2017 Parallels International GmbH.
3
3
 
4
4
  MIT License
5
5
 
data/README.md CHANGED
@@ -55,6 +55,6 @@ please report it on the [Issue Tracker](https://github.com/Parallels/vagrant-par
55
55
 
56
56
  * Author: Youssef Shahin <yshahin@gmail.com>
57
57
  * Author: Mikhail Zholobov <legal90@gmail.com>
58
- * Copyright 2013-2016, Parallels IP Holdings GmbH.
58
+ * Copyright 2013-2017, Parallels International GmbH.
59
59
 
60
60
  Vagrant Parallels Provider is open-sourced software licensed under the [MIT license](http://opensource.org/licenses/MIT).
@@ -1,5 +1,6 @@
1
1
  require 'fileutils'
2
2
  require 'log4r'
3
+ require 'nokogiri'
3
4
 
4
5
  module VagrantPlugins
5
6
  module Parallels
@@ -1,3 +1,5 @@
1
+ require 'nokogiri'
2
+
1
3
  module VagrantPlugins
2
4
  module Parallels
3
5
  module Action
@@ -1,4 +1,5 @@
1
1
  require 'log4r'
2
+ require 'nokogiri'
2
3
 
3
4
  require 'vagrant/util/busy'
4
5
  require 'vagrant/util/network_ip'
@@ -1,5 +1,5 @@
1
1
  module VagrantPlugins
2
2
  module Parallels
3
- VERSION = '1.7.2'
3
+ VERSION = '1.7.3'
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.2
4
+ version: 1.7.3
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: 2016-12-16 00:00:00.000000000 Z
12
+ date: 2017-03-01 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rake