mixlib-install 3.12.11 → 3.12.15
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7a21f92ea82f18b67b83b117f0acd51b14651a57d0a9f5ae1651fc1e38364122
|
|
4
|
+
data.tar.gz: 74e44ce180f1e6ec62caa06901b9ef8fe479ef2e540b3d7dda69ccc15fc8ad31
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e1aae0835dfd3a6fc198b7be66280414f90c755fdf4dbc5f3c9455b671c6ddba99b81a644911c109c845624cbea1ca959b8a264235e3545a5b6f9a81b14422bb
|
|
7
|
+
data.tar.gz: 92210d23a37f1b09d908aeb2b3af418b806f9a75515718b86c94a357c83fb8d30ef20db6f28b41e8583f8b944bc3b4e8b658e6147a7321774d56849f9ca8ba39
|
data/Gemfile
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
# $filetype: Type of the file downloaded.
|
|
15
15
|
############
|
|
16
16
|
|
|
17
|
-
filename=`echo $download_url | sed -e 's
|
|
17
|
+
filename=`echo $download_url | sed -e 's/?.*//'` | sed -e 's/^.*\///'
|
|
18
18
|
filetype=`echo $filename | sed -e 's/^.*\.//'`
|
|
19
19
|
|
|
20
20
|
# use either $tmp_dir, the provided directory (-d) or the provided filename (-f)
|
|
@@ -15,7 +15,7 @@ if test "x$version" = "x" -a "x$CI" != "xtrue"; then
|
|
|
15
15
|
echo "You are installing a package without a version pin. If you are installing"
|
|
16
16
|
echo "on production servers via an automated process this is DANGEROUS and you will"
|
|
17
17
|
echo "be upgraded without warning on new releases, even to new major releases."
|
|
18
|
-
echo "Letting the version float is only appropriate in
|
|
18
|
+
echo "Letting the version float is only appropriate in test, development or"
|
|
19
19
|
echo "CI/CD environments."
|
|
20
20
|
echo
|
|
21
21
|
echo "WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING"
|
|
@@ -233,7 +233,7 @@ Must be one of: #{SUPPORTED_SHELL_TYPES.join(", ")}
|
|
|
233
233
|
def validate_platform_options
|
|
234
234
|
unless all_or_none?(platform_info.values)
|
|
235
235
|
errors << <<-EOS
|
|
236
|
-
Must provide platform, platform version and architecture when specifying any platform details
|
|
236
|
+
Must provide platform (-p), platform version (-l) and architecture (-a) when specifying any platform details
|
|
237
237
|
EOS
|
|
238
238
|
end
|
|
239
239
|
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.
|
|
4
|
+
version: 3.12.15
|
|
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: 2021-
|
|
12
|
+
date: 2021-08-13 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: mixlib-shellout
|