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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e04117caacc1d361b5c1839b5545065afa651673
4
- data.tar.gz: 87dc3dcf2c2ce8af0687de30090a8fb179f419cd
3
+ metadata.gz: a0ca92f1ad94c16dec422009024e4a09fa56e2ef
4
+ data.tar.gz: c0aa79d9f2e2f8507d72a1dee251cf820af1c835
5
5
  SHA512:
6
- metadata.gz: f2e549a6174ead790ba570d389f420986c1b6355b9e8b8f37609122b6eb2573de5113c1e2a9d1fd1f9785f25b61ae384badba33309164282664677fc2de82ea1
7
- data.tar.gz: 68e06b1d12dc8420e53a4de338e006c6b06ae09995e79cc4b5c76422a8f90d4684a1194e2d86502ebe1ba715e439052a9856b93f1a3a42f65991c7db57e1ba79
6
+ metadata.gz: eb38194003eadef566268975a683325ac9f2c1ada4c3d8b378396cdbcf9e47b505d88eb6b91b68ccdc5f13045ced3094a1c2836e5441ec0968a98dc754dfa981
7
+ data.tar.gz: a704b132497584fd2fbb4643b34882d9678744124c9a3235e4996b815dea4fae8add42d9376f71675484119d672937218d3180ca483dd48ae1f35ede10eb55c6
@@ -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
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class Install
3
- VERSION = "1.0.4"
3
+ VERSION = "1.0.5"
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: 1.0.4
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-06 00:00:00.000000000 Z
12
+ date: 2016-04-11 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: artifactory