mixlib-install 2.1.11 → 2.1.12

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: 78100fdfcf4f2f4138a8c837ce334bfbb812f589
4
- data.tar.gz: 4cc8e261d9e76e6fbacb66948b7c2013902c29cb
3
+ metadata.gz: e1a9b21c17652ee75bd5ff49815ec28de675dd2d
4
+ data.tar.gz: e3a8f6eb46a882f8cd782bbfccf72a2d9fdb4939
5
5
  SHA512:
6
- metadata.gz: 1c49e9e1d76860d6f046f8802787afb24c5f43dfd68282790159af34fe7d97696cfacdbf93b5771e2f75c6564905b09c0f3046ef6fac57dc9f47d0de55b311c4
7
- data.tar.gz: d3294be5f080deb190f45c2081e59feea6e8f5d2a6267278cc5fa8626e4addcd28e0b3979cc2f2823b8578829447d4faf74efea75b7d7db723fe256983e0c551
6
+ metadata.gz: f8d9f212165f65985b2c6c63c808808cfaccc617c213b0078c621b63834a99ffcf5dd857f0a876a6066f967c4b20e3e6df83f2ea4ad5ac3b5301f790432b1da4
7
+ data.tar.gz: 9860b66f2d577810d773bf1167ee7177edbd5a7f53f1dacb4addaee51d70ffce4d500ad1314a055f233bb268e49375fba5ff55300121058b8d297c5e73f0e625
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## [2.1.12]
4
+ - Force powershell scripts to ASCII encode variables
5
+
6
+
3
7
  ## [2.1.11]
4
8
  - Fix ScriptGenerator install script to use proper platform detection for Windows artifacts
5
9
  - Artifact metadata now includes supported Windows Desktop versions
@@ -1,3 +1,5 @@
1
+ [Console]::OutputEncoding = New-Object -typename System.Text.ASCIIEncoding
2
+
1
3
  function Get-PlatformVersion {
2
4
  switch -regex ((Get-WMIQuery win32_operatingsystem).version) {
3
5
  '10\.0\.\d+' {$platform_version = '2016'}
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class Install
3
- VERSION = "2.1.11"
3
+ VERSION = "2.1.12"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mixlib-install
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.11
4
+ version: 2.1.12
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-02-01 00:00:00.000000000 Z
12
+ date: 2017-02-02 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: artifactory