beaker-hostgenerator 0.3.1 → 0.3.2

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,15 +1,15 @@
1
1
  ---
2
2
  !binary "U0hBMQ==":
3
3
  metadata.gz: !binary |-
4
- NWRiMDU5MTU0ZjNlMDg3ZmVlOGM1Mzk5NjY2NDVlYWI1MThiYjMwYw==
4
+ YjRkNGNiZTc1ODAzYzY2ZDFmOTQ5ZjMzZmY1ZGM0YTlkNzgyY2FmZQ==
5
5
  data.tar.gz: !binary |-
6
- ZGY3MzFiZGFmZWU3ZWNhNjVmMWRlMjdjNjRiNzMzMzI2NjZhNjQ5MQ==
6
+ YjljOTMyZTM1ZGUyNWNlYjkwOTM4YzlkNmY0ZTY1YzBkOTUyNjRhYQ==
7
7
  SHA512:
8
8
  metadata.gz: !binary |-
9
- ZWQ3ZDg2YjZmYTExYjM4N2FlMDg2M2Q5MDMzMDI5NmRmMTM4MjM5YThmOTU4
10
- OWU5Mzk4MWYwZTExNDdmZDk0ZjBjOTkxNzRjYTdmYzU5YWM1ZDExZGU3MThi
11
- NjM2Yjc0ZTZkN2IzNzRhOGRlMTBlNzE2MDY1MmJjZmI3ZmI2ZGI=
9
+ OWJmNzE1NDYxY2Y5OWMxNDVkZmIwYjZhNTk2NGQ5ZGQ1ODY0NjMxYWYwMTFi
10
+ NTQyNTYyYmIxMTdlY2JhMmE1ZjFhNDYyNjZiZTBkNDM3MzlkMmI3MmM5ZTI0
11
+ MmRiZTczNWUyOWMxMWQ5NDM0MGNmNDMxMDc0Yjk1ZThiMjkyYWQ=
12
12
  data.tar.gz: !binary |-
13
- NDlkZmJkOGJkMDkzYzZmMWMwZTQwOGE4ZDk2ODJlMzQzZGJkODFhYmU3Mjll
14
- MzVkOTk2YTJjYjlhYzBjNTZjNTNkNmU1ZGNlYjVjMWJlNGViZmQzYzI5ZWEx
15
- Yzg0YjQ5YjdiYTA5YmI0MjgyMGNmOTNlMzU4YjMwYzQ5MmQ4MGI=
13
+ ZjNmNmQ4MTRiYjU4ZTUzM2ZiYWM4OGVmZDdmZGExOTIxNzIxNGE2ODMzZDcz
14
+ NDIzZmZkYmI2MTI3YTVlOWFmYjgxNmNjZjBmMjAzZTc2NWQ0YTcwMzA3NWEx
15
+ N2I1Mzc5YTlmYTM1MjcwZmNjNmJjYmQyNjhlNDJjN2M1N2JkM2M=
data/HISTORY.md CHANGED
@@ -1,13 +1,46 @@
1
1
  # default - History
2
2
  ## Tags
3
- * [LATEST - 30 Dec, 2015 (8f469a6f)](#LATEST)
3
+ * [LATEST - 28 Jan, 2016 (1b73712d)](#LATEST)
4
+ * [0.3.1 - 30 Dec, 2015 (7a3f10ca)](#0.3.1)
4
5
  * [0.3.0 - 30 Dec, 2015 (4b03eaf4)](#0.3.0)
5
6
  * [0.2.0 - 22 Dec, 2015 (dfa33e5f)](#0.2.0)
6
7
  * [0.1.0 - 21 Dec, 2015 (474f4ccb)](#0.1.0)
7
8
  * [0.0.1 - 7 Oct, 2015 (d99251e6)](#0.0.1)
8
9
 
9
10
  ## Details
10
- ### <a name = "LATEST">LATEST - 30 Dec, 2015 (8f469a6f)
11
+ ### <a name = "LATEST">LATEST - 28 Jan, 2016 (1b73712d)
12
+
13
+ * (GEM) update beaker-hostgenerator version to 0.3.2 (1b73712d)
14
+
15
+ * Merge pull request #22 from Iristyle/update-win-10-platforms (b181cd18)
16
+
17
+
18
+ ```
19
+ Merge pull request #22 from Iristyle/update-win-10-platforms
20
+
21
+ (maint) Update Windows 10 platform names
22
+ ```
23
+ * (maint) Update Windows 10 platform names (27a26440)
24
+
25
+
26
+ ```
27
+ (maint) Update Windows 10 platform names
28
+
29
+ - Previous convention for Windows platforms is to always end in a -32
30
+ or -64. There are some tests that rely on this naming scheme to
31
+ properly identify a 32-bit or 64-bit OS.
32
+
33
+ For instance, a Puppet acceptance test relies on that convention when
34
+ detecting the location of binaries per:
35
+
36
+ https://github.com/puppetlabs/puppet/blob/master/acceptance/tests/ensure_puppet-agent_paths.rb#L140-L143
37
+
38
+ Original commit that introduced these was
39
+ 3d1be3833b0dd95d508d89ecbe76464524f578c3
40
+ ```
41
+ ### <a name = "0.3.1">0.3.1 - 30 Dec, 2015 (7a3f10ca)
42
+
43
+ * (HISTORY) update beaker-hostgenerator history for gem release 0.3.1 (7a3f10ca)
11
44
 
12
45
  * (GEM) update beaker-hostgenerator version to 0.3.1 (8f469a6f)
13
46
 
@@ -386,12 +386,12 @@ module BeakerHostGenerator
386
386
  'ruby_arch' => 'x86'
387
387
  },
388
388
  'windows10ent-64' => {
389
- 'platform' => 'windows-10ent-x86_64',
389
+ 'platform' => 'windows-10ent-64',
390
390
  'template' => 'win-10-ent-x86_64',
391
391
  'ruby_arch' => 'x64'
392
392
  },
393
393
  'windows10pro-64' => {
394
- 'platform' => 'windows-10pro-x86_64',
394
+ 'platform' => 'windows-10pro-64',
395
395
  'template' => 'win-10-pro-x86_64',
396
396
  'ruby_arch' => 'x64'
397
397
  },
@@ -1,5 +1,5 @@
1
1
  module BeakerHostGenerator
2
2
  module Version
3
- STRING = '0.3.1'
3
+ STRING = '0.3.2'
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: beaker-hostgenerator
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.1
4
+ version: 0.3.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Branan Purvine-Riley