mixlib-install 3.9.4 → 3.10.0

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
  SHA256:
3
- metadata.gz: d46b8ddf6f5da1062c02185239f347d412239bf463e2f56d544a0f3b0aae1c95
4
- data.tar.gz: a7160681b06f8bab27e93de34c9e7cf2b9a5d6823db63cb05eb890d01ad160ca
3
+ metadata.gz: 407472a1b2344181b46f4af9bbf72e4752f0e14f8ee2a51e4011b176f38372d0
4
+ data.tar.gz: e37d348ed08c6530c62c973f5c6a3f98245ff13de1860c76c38637e14aedc6ca
5
5
  SHA512:
6
- metadata.gz: 9fb685e11c4fa2d9f53a16d61af7900260bcf3ba196f7f132e3986319441e34611f74817c268336e97f2b8fae78e0877bf1fa24da7b0d9efaab99d8acfc3d907
7
- data.tar.gz: 66574d753c3660adcd57e3ad94472c7df65934e28bc24872e99c7155e71dcaab483d8ad46db9cc626a50b6bd7e48c45d9c4f4441b9824b55881e714e02119bb4
6
+ metadata.gz: 0a78fdf61ac0aed3c9fac2325e616062cdeebc5ed29d8bc783c9a8b22e1291a436c7fb0ddb7dc690e6189082ccbf14276e73bad17e298d60f6b4451793af0be3
7
+ data.tar.gz: 31937366eb1139bcdac64d655f31f499a22e99d3660b19c3b630fb17936e1cb36032a8dcea11a2f236ccca44ac3214d79640782ad8ee0dc064ce9d4da981777c
@@ -1,4 +1,5 @@
1
1
  [Console]::OutputEncoding = New-Object -typename System.Text.ASCIIEncoding
2
+ [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.SecurityProtocolType]'Tls,Tls11,Tls12'
2
3
 
3
4
  function Get-PlatformVersion {
4
5
  switch -regex ((Get-Win32OS).version) {
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class Install
3
- VERSION = "3.9.4"
3
+ VERSION = "3.10.0"
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: 3.9.4
4
+ version: 3.10.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Thom May