mixlib-install 3.12.29 → 3.12.30

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: 92e948dd67aaf9f9ac49530be49484aa599747fa591c9ac8dfed7e51f8d3e696
4
- data.tar.gz: a4096ef9b71a04a2346ec43ab78a24b0abe6d2d5f6e4f987fc620bc2a135647e
3
+ metadata.gz: 97b6b9d6f612f1a8e4eb431feb24cd888fdcefbca693bd239a7d1435fc23b045
4
+ data.tar.gz: 3e3804a6ad0bcf92caa7dbb5ac440c4366223be9a25096dde560010f1b4d96d3
5
5
  SHA512:
6
- metadata.gz: ee8131db16c5faeba9e3557e6bf2a7bcbcb96f11378beb4164eb7f4d654a99a7f3cf1e36f746d3e42507560c2e4b881a5f7a51c7fd80658e83b47f25bbf9ec04
7
- data.tar.gz: 84d046f4ba71a20a6ee9fbc6f0e125bce5fc1c03735884c75dbe6ac00868f422aac1530071747cea0e4c9ac7c851f5a1cec0faecbb0d09c59704d486d8aa5aae
6
+ metadata.gz: 2e3b09b0a7fb065568d81922529eb01714bbc0bdea1a6ca30734b4c2a1884287ea8144234263d636371ce372b3db2db9815b701ce9537bfe2e2b917f29a12587
7
+ data.tar.gz: b74d672d7f632e4ccabcf05af695c6529e5571c8c155ce197e46c9d1104c5ccd821cbbe04b8c4f471ff74a466cdbc2b6053a3f026c9cd535ad9e95004a446176
@@ -77,7 +77,7 @@ elif test -f "/etc/system-release"; then
77
77
  platform="el"
78
78
  platform_version="7"
79
79
  ;;
80
- "*")
80
+ *)
81
81
  platform="el"
82
82
 
83
83
  # VERSION_ID will match YYYY.MM for Amazon Linux AMIs
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class Install
3
- VERSION = "3.12.29"
3
+ VERSION = "3.12.30"
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.12.29
4
+ version: 3.12.30
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: 2024-01-09 00:00:00.000000000 Z
12
+ date: 2024-02-14 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: mixlib-shellout