vagrant-pe_build 0.9.4 → 0.9.5

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: f3b2d4f8d25278319c41b509bcca8eddb4a9587f
4
- data.tar.gz: 2385818b366ccc7dfe9f90067a4810823184b5d8
3
+ metadata.gz: a14f9fca3805e739d5c362f079fd8f5b9327522d
4
+ data.tar.gz: 7a89f9d2561215e7364e231d5b3cffbcdfda46c7
5
5
  SHA512:
6
- metadata.gz: 4042d390c001d519001b2176c4d7c694ab355cae68428c650aa00180d3b9e8b88a2641fd48e73b4d6e717277b2bfbcd355e348e3457df2b099dba7c3e4607da2
7
- data.tar.gz: 3b6ed12480decf527a6c87207f51d209b270ae16acff78d295ed7210c4c54209b51bd44964e4f7ef4c51b6aa12571b5acee11f83d0b1241bbbb80884ab4b5e9c
6
+ metadata.gz: b056f870e2a6ccc775ae18b53fd83a5ab11e56ad05867ff7dddc043ff0bbdb8b31ee51ed11625a1142b118d30208a460447a94968885c5c2dc5e4f189aa5deeb
7
+ data.tar.gz: aa265e9075bcc4a7278b01c57542ee8f385b0afb342e2be8da30c8354fb55ffd123f37c0fa66544f22be2b4001f9f6688bcbf9ebfe83de395e39e946a39f37fd
data/CHANGELOG CHANGED
@@ -1,6 +1,15 @@
1
1
  vagrant-pe_build
2
2
  ================
3
3
 
4
+ 0.9.5
5
+ -----
6
+
7
+ 2014-09-09
8
+
9
+ This is a backwards compatible patch release.
10
+
11
+ * Add release info for PE 3.3.2 and 2.8.8.
12
+
4
13
  0.9.4
5
14
  -----
6
15
 
data/Gemfile CHANGED
@@ -1,7 +1,7 @@
1
1
  source 'https://rubygems.org'
2
2
  ruby '2.0.0' # Required by Vagrant 1.4 and newer.
3
3
 
4
- ENV['TEST_VAGRANT_VERSION'] ||= 'v1.6.3'
4
+ ENV['TEST_VAGRANT_VERSION'] ||= 'v1.6.4'
5
5
 
6
6
  # Wrapping gemspec in the :plugins group causes Vagrant 1.5 and newer to
7
7
  # automagically load this plugin during acceptance tests.
@@ -39,4 +39,5 @@ module PEBuild::Release
39
39
  @releases['2.8.5'] = two_eight_x
40
40
  @releases['2.8.6'] = two_eight_x
41
41
  @releases['2.8.7'] = two_eight_x
42
+ @releases['2.8.8'] = two_eight_x
42
43
  end
@@ -45,5 +45,6 @@ module PEBuild::Release
45
45
 
46
46
  @releases['3.3.0'] = three_three_x
47
47
  @releases['3.3.1'] = three_three_x
48
+ @releases['3.3.2'] = three_three_x
48
49
  end
49
50
 
@@ -36,6 +36,6 @@ module PEBuild
36
36
  require 'pe_build/release/3_2'
37
37
  require 'pe_build/release/3_3'
38
38
 
39
- LATEST_VERSION = '3.3.1'
39
+ LATEST_VERSION = '3.3.2'
40
40
  end
41
41
  end
@@ -1,3 +1,3 @@
1
1
  module PEBuild
2
- VERSION = '0.9.4'
2
+ VERSION = '0.9.5'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: vagrant-pe_build
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.4
4
+ version: 0.9.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adrien Thebo
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-08-29 00:00:00.000000000 Z
11
+ date: 2014-09-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: progressbar