vagrant-pe_build 0.15.4 → 0.15.5

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: f79c07a53f26295e06749bce05fcca142e1ec010
4
- data.tar.gz: 30efc19afca611804607f683309bdf475c3be132
3
+ metadata.gz: 8c077d5528d6edd2e586023c52ee092e011bc3d0
4
+ data.tar.gz: ff1a5a86ecb8846990c06691dfacc97ab6b1206a
5
5
  SHA512:
6
- metadata.gz: dd96932aaff205d19bc84b58f6771a1a3db7e74ec4dd225b6a02859e6ee5a175adb74f07ee74b4f4437a7b61b3538b25ca25c55d055a3cde9ae4490f3deb9584
7
- data.tar.gz: 159d0e40a5293f5e142833bb56c2bf270757ff2cbaddfcd7c8ad03dfda45870c948e598a63c03fbaf2e2af82c6d5aaafa7ed35ad23099a8ffdca240b683362f0
6
+ metadata.gz: 596922c1192bd48a356a8c608e0b89069765d630896f8099bef422b0af591d7cfa31c2fde21cff0e9055213d0889e5ab658adc52b1fdee64803ade833d7c96c2
7
+ data.tar.gz: a00bddf33fcff06d07666dddc05ce10d1869df9293661f94f3db1e22e1436a3bf3e371dc91ec7b39b777f637bef86213294ab38b7816847820b788afb8d6a4e2
data/CHANGELOG CHANGED
@@ -1,6 +1,15 @@
1
1
  vagrant-pe_build
2
2
  ================
3
3
 
4
+ 0.15.5
5
+ ------
6
+
7
+ 2016-08-23
8
+
9
+ This is a backwards compatible bugfix release.
10
+
11
+ * (GH-125) Fix curl TLS flag used by pe_agent provisioner.
12
+
4
13
  0.15.4
5
14
  ------
6
15
 
data/Gemfile CHANGED
@@ -21,6 +21,9 @@ group :test do
21
21
  # FIXME: Hack to allow Vagrant v1.6.5 to install for tests. Remove when
22
22
  # support for 1.6.5 is dropped.
23
23
  gem 'rack', '< 2'
24
+ # FIXME: Hack to allow Vagrant v1.8.5 to install for tests. Remove when
25
+ # support for 1.8.5 is dropped.
26
+ gem 'ruby_dep', '~> 1.3.1'
24
27
  end
25
28
 
26
29
  # Pinned on 12/10/2014. Compatible with Vagrant 1.6.x, 1.7.x and 1.8.x.
@@ -151,7 +151,7 @@ module PEBuild
151
151
  # supports it.
152
152
  shell_config.inline = <<-EOS
153
153
  set -e
154
- curl -ksS -tlsv1 https://#{config.master}:8140/packages/current/install.bash -o pe_frictionless_installer.sh
154
+ curl -ksS --tlsv1 https://#{config.master}:8140/packages/current/install.bash -o pe_frictionless_installer.sh
155
155
  bash pe_frictionless_installer.sh
156
156
  EOS
157
157
  shell_config.finalize!
@@ -1,3 +1,3 @@
1
1
  module PEBuild
2
- VERSION = '0.15.4'
2
+ VERSION = '0.15.5'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-pe_build
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.15.4
4
+ version: 0.15.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrien Thebo
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-08-09 00:00:00.000000000 Z
12
+ date: 2016-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: progressbar