mixlib-install 1.2.2 → 1.2.3

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: 2d18d8c1c90dce1d5b13dc0a8a07100e3edd6d00
4
- data.tar.gz: 35c920addbde19c96293902799a43740f5211444
3
+ metadata.gz: f8ae407cc23cb10c74e3f29cad983a29205761fa
4
+ data.tar.gz: 155be20c8f41258ccc1bc585632e683e89a7e49a
5
5
  SHA512:
6
- metadata.gz: c1dca339b332b64c7bd0dab7a00a256309c0020d0271cb511cb77fc33afa104a18f63c6dc5418f5fa5bae70f0fb2eb27df3d7956cb6e064fafcacf1e2834fd1b
7
- data.tar.gz: 849619cd75412e711e3ecba1d7b107ab5d730fd06280fdca4671807ec91a8b0c5247ef3e9974369ba2529b791d338bca4f88e168d653d4980c3dbdc006b995b5
6
+ metadata.gz: ba739160f69b9d0d28813e81badb95e58919eb87ee89600dca2a6c82b6dc546f300d7c35245e33f717647de621ecdeb12a561f98497fb21a425a7a3008bd953c
7
+ data.tar.gz: fb389fceb26a6f6625055cd6957a6ff854c6b570231e0392e17355994e10a9351c87e68733ddb2b477c12cbd716e4c665e5f5c013699947cc7bdbf91a32242a2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Change Log
2
2
 
3
+ ## [1.2.3]
4
+ - Add inspec as a supported product
5
+
3
6
  ## [1.2.2]
4
7
  - Add a .gitattributes file to ensure files are checked out with lf line endings
5
8
 
data/PRODUCT_MATRIX.md CHANGED
@@ -12,6 +12,7 @@
12
12
  | Chef Compliance | compliance |
13
13
  | Delivery | delivery |
14
14
  | Chef Server High Availability addon | ha |
15
+ | InSpec | inspec |
15
16
  | Management Console | manage |
16
17
  | Chef Cloud Marketplace addon | marketplace |
17
18
  | Omnibus Toolchain | omnibus-toolchain |
@@ -250,6 +250,11 @@ PRODUCT_MATRIX = Mixlib::Install::ProductMatrix.new do
250
250
  config_file "/etc/opscode/chef-server.rb"
251
251
  end
252
252
 
253
+ product "inspec" do
254
+ product_name "InSpec"
255
+ package_name "inspec"
256
+ end
257
+
253
258
  product "manage" do
254
259
  product_name "Management Console"
255
260
  package_name do |v|
@@ -1,5 +1,5 @@
1
1
  module Mixlib
2
2
  class Install
3
- VERSION = "1.2.2"
3
+ VERSION = "1.2.3"
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.2.2
4
+ version: 1.2.3
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-09-20 00:00:00.000000000 Z
12
+ date: 2016-09-22 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: artifactory
@@ -250,7 +250,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
250
250
  version: '0'
251
251
  requirements: []
252
252
  rubyforge_project:
253
- rubygems_version: 2.6.4
253
+ rubygems_version: 2.6.6
254
254
  signing_key:
255
255
  specification_version: 4
256
256
  summary: A mixin to help with omnitruck installs