kitchen-inspec 0.18.0 → 0.19.0

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: 2d65f5c69c48bd4ae468e02b345940204328493d
4
- data.tar.gz: e4aa7ab73ce6516f81f530a3f422a6dea4077c5e
3
+ metadata.gz: a8e6aef1f03e0f2df60ccf44fd58f21aca5cb695
4
+ data.tar.gz: 1767385c1cb1fb7e0000836b5e282d1b7d56df73
5
5
  SHA512:
6
- metadata.gz: 1db7b3cd4d7f663a28c163c3ca170d952da963ab070270dc3fd7ca1cfb3670f738e3b5c24198c968619bdf8e2ccfd7940a64f294d72ee69b6ca447dde2a7e1fd
7
- data.tar.gz: b67d60faa54e39f426b19a422a0d63a99a38736ef09fc891c0e74a9eec1ed250784b1e4721eed1f48650371faaf9e8355f1a51698e34cc142535b139a23949ab
6
+ metadata.gz: 2f168bc8493386e13dedacc6b8154a2d72937112533426f71f1e2151027abe893238b364cb55fb4bb5f33702afc0b4c128f7413417454ec7790054e5a4672255
7
+ data.tar.gz: 913a0a93297bbd208c98d2866f92869fb342dc17d4af9653349e422f2f7fc094b6f24e37401c90943fd6b8d75d5bcc93c51c7fd1d102d99d95f73988468c1072
@@ -1,7 +1,14 @@
1
1
  # Change Log
2
2
 
3
- ## [0.18.0](https://github.com/chef/kitchen-inspec/tree/0.18.0) (2017-04-20)
4
- [Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.17.0...0.18.0)
3
+ ## [0.19.0](https://github.com/chef/kitchen-inspec/tree/0.19.0) (2017-05-03)
4
+ [Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.18.0...0.19.0)
5
+
6
+ **Merged pull requests:**
7
+
8
+ - add sudo\_options support [\#133](https://github.com/chef/kitchen-inspec/pull/133) ([arlimus](https://github.com/arlimus))
9
+
10
+ ## [v0.18.0](https://github.com/chef/kitchen-inspec/tree/v0.18.0) (2017-04-19)
11
+ [Full Changelog](https://github.com/chef/kitchen-inspec/compare/v0.17.0...v0.18.0)
5
12
 
6
13
  **Implemented enhancements:**
7
14
 
@@ -202,6 +202,7 @@ module Kitchen
202
202
  # pass-in sudo config from kitchen verifier
203
203
  "sudo" => config[:sudo],
204
204
  "sudo_command" => config[:sudo_command],
205
+ "sudo_options" => config[:sudo_options],
205
206
  "host" => config[:host] || kitchen[:hostname],
206
207
  "port" => config[:port] || kitchen[:port],
207
208
  "user" => kitchen[:username],
@@ -20,6 +20,6 @@
20
20
  module Kitchen
21
21
  module Verifier
22
22
  # Version string for InSpec Kitchen verifier
23
- INSPEC_VERSION = "0.18.0"
23
+ INSPEC_VERSION = "0.19.0"
24
24
  end
25
25
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-inspec
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.18.0
4
+ version: 0.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Fletcher Nichol
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-04-19 00:00:00.000000000 Z
11
+ date: 2017-05-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: inspec
@@ -101,7 +101,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
101
101
  version: '0'
102
102
  requirements: []
103
103
  rubyforge_project:
104
- rubygems_version: 2.5.2
104
+ rubygems_version: 2.6.10
105
105
  signing_key:
106
106
  specification_version: 4
107
107
  summary: A Test Kitchen Verifier for InSpec