mixlib-install 1.0.4 → 1.0.5
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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/mixlib/install/backend/bintray.rb +1 -1
- data/lib/mixlib/install/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: a0ca92f1ad94c16dec422009024e4a09fa56e2ef
|
|
4
|
+
data.tar.gz: c0aa79d9f2e2f8507d72a1dee251cf820af1c835
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb38194003eadef566268975a683325ac9f2c1ada4c3d8b378396cdbcf9e47b505d88eb6b91b68ccdc5f13045ced3094a1c2836e5441ec0968a98dc754dfa981
|
|
7
|
+
data.tar.gz: a704b132497584fd2fbb4643b34882d9678744124c9a3235e4996b815dea4fae8add42d9376f71675484119d672937218d3180ca483dd48ae1f35ede10eb55c6
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
+
## [1.0.5]
|
|
4
|
+
### Fixed
|
|
5
|
+
- Return chef.bintray.com based urls for el5 artifacts.
|
|
6
|
+
|
|
3
7
|
## [1.0.4]
|
|
4
8
|
### Fixed
|
|
5
9
|
- use `SHA256Managed` instead of `SHA256CryptoServiceProvider` to be compatible with .Net 2.0 which is the default runtime on Windows 2008 R2
|
|
@@ -219,7 +219,7 @@ module Mixlib
|
|
|
219
219
|
platform_info = parse_platform_info(artifact_map)
|
|
220
220
|
|
|
221
221
|
base_url = case "#{platform_info[:platform]}-#{platform_info[:platform_version]}"
|
|
222
|
-
when "freebsd-9"
|
|
222
|
+
when "freebsd-9", "el-5"
|
|
223
223
|
COMPAT_DOWNLOAD_URL_ENDPOINT
|
|
224
224
|
else
|
|
225
225
|
DOWNLOAD_URL_ENDPOINT
|
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: 1.0.
|
|
4
|
+
version: 1.0.5
|
|
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: 2016-04-
|
|
12
|
+
date: 2016-04-11 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: artifactory
|