inspec-core 2.1.81 → 2.1.83

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e04abd6a479177a2e9e17e9e1b88d893914e87eda7229bdcd7c02abef2dec16f
4
- data.tar.gz: 3b034b2f956196432056108ff94ebfe04783e8c715608d83bc4f795a19da4ade
3
+ metadata.gz: 48fb337bc5038db0285d7264215f03ec129e590b02fc7b5b32c4fca8c89047b0
4
+ data.tar.gz: f7cd5184aaf2b0e2b91321f38b2a6ebd2ae93892fac2c7a12c2e82a3927c861e
5
5
  SHA512:
6
- metadata.gz: a6d3574fe0384e35452f9e333c4882e881a190697f7ec1d45bc195e5d357b1925176ca736a68a1d486c12df0b16bc9f78a10f3e68ff92fa80e752cb39f2c904f
7
- data.tar.gz: 7b0c9cfa07b6905dc949e726efab49dc0a8c93c84edf90b0939c85698d93ad17db18981c5cd673b4b143090088adadd7eff4c78d1295a83c6c2814d35a801927
6
+ metadata.gz: ab6cfdee206debbe0ed90feb97323ffa383d95f848ce290677df0a711fa7ea96233eaedab9e1702ad662c9a19a6707042a3ff934284cdbe318cbf863e14c8c10
7
+ data.tar.gz: decf3b72f0ad721b01231ed71baad917454bed4dfef1bcf17efb93f14cbc6ef9422fd2b901c6293bdd87f33e9167b458d95590f375fb988e9842185a9a39c915
@@ -1,26 +1,32 @@
1
1
  # Change Log
2
2
  <!-- usage documentation: http://expeditor-docs.es.chef.io/configuration/changelog/ -->
3
- <!-- latest_release 2.1.81 -->
4
- ## [v2.1.81](https://github.com/chef/inspec/tree/v2.1.81) (2018-05-17)
3
+ <!-- latest_release 2.1.83 -->
4
+ ## [v2.1.83](https://github.com/chef/inspec/tree/v2.1.83) (2018-05-18)
5
5
 
6
6
  #### Merged Pull Requests
7
- - Update Train pin to pull in msi env [#3068](https://github.com/chef/inspec/pull/3068) ([jquick](https://github.com/jquick))
7
+ - Test new gem builds [#3071](https://github.com/chef/inspec/pull/3071) ([jquick](https://github.com/jquick))
8
8
  <!-- latest_release -->
9
9
 
10
- <!-- release_rollup since=2.1.80 -->
11
- ### Changes since 2.1.80 release
10
+ <!-- release_rollup since=2.1.81 -->
11
+ ### Changes since 2.1.81 release
12
12
 
13
13
  #### Merged Pull Requests
14
- - Update Train pin to pull in msi env [#3068](https://github.com/chef/inspec/pull/3068) ([jquick](https://github.com/jquick)) <!-- 2.1.81 -->
14
+ - Test new gem builds [#3071](https://github.com/chef/inspec/pull/3071) ([jquick](https://github.com/jquick)) <!-- 2.1.83 -->
15
+ - Update ruby required version. [#3070](https://github.com/chef/inspec/pull/3070) ([jquick](https://github.com/jquick)) <!-- 2.1.82 -->
15
16
  <!-- release_rollup -->
16
17
 
17
18
  <!-- latest_stable_release -->
19
+ ## [v2.1.81](https://github.com/chef/inspec/tree/v2.1.81) (2018-05-17)
20
+
21
+ #### Merged Pull Requests
22
+ - Update Train pin to pull in msi env [#3068](https://github.com/chef/inspec/pull/3068) ([jquick](https://github.com/jquick))
23
+ <!-- latest_stable_release -->
24
+
18
25
  ## [v2.1.80](https://github.com/chef/inspec/tree/v2.1.80) (2018-05-17)
19
26
 
20
27
  #### Merged Pull Requests
21
28
  - Add job_uuid passthrough for automate report [#3064](https://github.com/chef/inspec/pull/3064) ([jquick](https://github.com/jquick))
22
29
  - Bump train pin [#3065](https://github.com/chef/inspec/pull/3065) ([jquick](https://github.com/jquick))
23
- <!-- latest_stable_release -->
24
30
 
25
31
  ## [v2.1.78](https://github.com/chef/inspec/tree/v2.1.78) (2018-05-16)
26
32
 
data/README.md CHANGED
@@ -46,7 +46,7 @@ inspec exec test.rb -t docker://container_id
46
46
 
47
47
  ## Installation
48
48
 
49
- InSpec requires Ruby ( >1.9 ).
49
+ InSpec requires Ruby ( >2.2 ).
50
50
 
51
51
  ### Install as package
52
52
 
@@ -38,3 +38,4 @@ The stability indices are as follows:
38
38
  * `Stability: Experimental` - New features may change or are removed in future versions
39
39
  * `Stability: Stable` - API is well established and proofed. Maintaining compatibility is a high priority
40
40
  * `Stability: Locked` - Only security and performance fixes are allowed
41
+
@@ -4,5 +4,5 @@
4
4
  # author: Christoph Hartmann
5
5
 
6
6
  module Inspec
7
- VERSION = '2.1.81'
7
+ VERSION = '2.1.83'
8
8
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: inspec-core
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.1.81
4
+ version: 2.1.83
5
5
  platform: ruby
6
6
  authors:
7
7
  - Dominik Richter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-17 00:00:00.000000000 Z
11
+ date: 2018-05-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: train-core