vagrant-pe_build 0.17.9 → 0.17.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 89a1793c220f67b96b25183bdaf8721b61eb90f4
4
- data.tar.gz: 8c983570202af8978f980130540f51d2f021dcde
3
+ metadata.gz: ae4ff5831511892af37563e6b98053376e4045e2
4
+ data.tar.gz: 6a24ddd690b6a361d7d2dcd457302cc103741400
5
5
  SHA512:
6
- metadata.gz: a0dd486f9449b3f2feb627dc25695c473215452889d501386cd1570b38dad5b337688bb223caaafc1bb49933957d50216ca39f5678ae55dc915eebc7bad830e1
7
- data.tar.gz: 653ea3e4b99dbbc4e357aca3efb9a66292aca1598a792f0429ac0c289fb88116efbcfb3afba3ae5de5fbcbf5a96c3deeb155d15bd6829fb1a1caff6bd9f43e71
6
+ metadata.gz: 54acf156af58d15e8f8b1012273d161bacd2cf2d0b852076667ecf5bc9d0187ad9f8411bcb1668fad2be9c4d1a5cf689aad95b1e2a5ad786c5ca8766a45daa41
7
+ data.tar.gz: 359c3caa0f61c5544933fddd5bd788dcf5b41e577864384a249011db5167b1a0d2328cf7e9643761f1a66ddc744efbeec26c468000b16bd05962ae015fcfb45a
data/CHANGELOG CHANGED
@@ -1,6 +1,16 @@
1
1
  vagrant-pe_build
2
2
  ================
3
3
 
4
+ 0.17.10
5
+ -------
6
+
7
+ 2017-10-17
8
+
9
+ This is a backwards compatible bugfix release.
10
+
11
+ * Add support for 2017.3.1
12
+
13
+
4
14
  0.17.9
5
15
  ------
6
16
 
@@ -28,4 +28,5 @@ module PEBuild::Release
28
28
  end
29
29
 
30
30
  @releases['2017.3.0'] = twentyseventeen_three_x
31
+ @releases['2017.3.1'] = twentyseventeen_three_x
31
32
  end
@@ -47,6 +47,6 @@ module PEBuild
47
47
  require 'pe_build/release/2017_2'
48
48
  require 'pe_build/release/2017_3'
49
49
 
50
- LATEST_VERSION = '2017.3.0'
50
+ LATEST_VERSION = '2017.3.1'
51
51
  end
52
52
  end
@@ -1,3 +1,3 @@
1
1
  module PEBuild
2
- VERSION = '0.17.9'
2
+ VERSION = '0.17.10'
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.17.9
4
+ version: 0.17.10
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: 2017-10-13 00:00:00.000000000 Z
12
+ date: 2017-10-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: ruby-progressbar