mixlib-install 0.8.0.alpha.4 → 0.8.0.alpha.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/PRODUCT_MATRIX.md +1 -0
- data/lib/mixlib/install/product.rb +5 -0
- 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: ac9bce522026f6f3564c6ae0231315bf5c663584
|
|
4
|
+
data.tar.gz: ef65e0b994a0de04254bfe8d08dbbed7d94f3af1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e984232652a8388764edd82d8bdc7ee46b1761bfa5de4ebe2423feac6615f61984e1e6ff8b999dfcf7cd226ef25388106d4a291b55eb8be5fc55d924fbd204ed
|
|
7
|
+
data.tar.gz: 68843605611c70a500f5201ab7d09849aa698c37bee5961bf5603e0601361fbca7b45b3d1dfd0e7564825f3eea369ee96db260bc81d98b17854ef952ef45f1ee
|
data/PRODUCT_MATRIX.md
CHANGED
|
@@ -12,6 +12,7 @@
|
|
|
12
12
|
| Delivery | delivery |
|
|
13
13
|
| Delivery CLI | delivery-cli |
|
|
14
14
|
| Management Console | manage |
|
|
15
|
+
| Omnibus Toolchain | omnibus-toolchain |
|
|
15
16
|
| Enterprise Chef (legacy) | private-chef |
|
|
16
17
|
| Chef Push Server | push-client |
|
|
17
18
|
| Chef Push Server | push-server |
|
|
@@ -236,6 +236,11 @@ PRODUCT_MATRIX = Mixlib::Install::ProductMatrix.new do
|
|
|
236
236
|
end
|
|
237
237
|
end
|
|
238
238
|
|
|
239
|
+
product "omnibus-toolchain" do
|
|
240
|
+
product_name "Omnibus Toolchain"
|
|
241
|
+
package_name "omnibus-toolchain"
|
|
242
|
+
end
|
|
243
|
+
|
|
239
244
|
product "private-chef" do
|
|
240
245
|
product_name "Enterprise Chef (legacy)"
|
|
241
246
|
package_name "private-chef"
|
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: 0.8.0.alpha.
|
|
4
|
+
version: 0.8.0.alpha.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-
|
|
12
|
+
date: 2016-02-02 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: artifactory
|