kitchen-terraform 4.0.1 → 4.0.2
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
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +1 -9
- data/lib/kitchen/terraform/version.rb +1 -1
- metadata +10 -4
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 00b77385e05a2f9433bc8f8d6ebeaaad34c80019e7b321692f08fccd3ef2a91a
|
|
4
|
+
data.tar.gz: e7615a0d259ae86b95789249cebc7ded083d546f95174b3d6d6e7026f48938ec
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 571a74fe2435487e3dbd6779f4f7a821234f681b627da61ed31632b718b73755ce4c947474a7d2a0ef169acb048dfe1d0e3f3054cd33de9e73bba02e22689cc5
|
|
7
|
+
data.tar.gz: 417fec99dbcb1ad541777b8b9ff6f76a41f41bbb7f72cfaba807d03ef5700441481b447a193f40b73dbc5d87875a59466e0a00f69c1c1a786ecc408d120f3def
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -251,7 +251,7 @@ name: example
|
|
|
251
251
|
control "operating_system" do
|
|
252
252
|
describe "the operating system" do
|
|
253
253
|
subject do
|
|
254
|
-
command("
|
|
254
|
+
command("cat /etc/os-release").stdout
|
|
255
255
|
end
|
|
256
256
|
|
|
257
257
|
it "is Ubuntu" do
|
|
@@ -301,13 +301,6 @@ Kitchen-Terraform thrives on community contributions.
|
|
|
301
301
|
Information about contributing to Kitchen-Terraform can be found in the
|
|
302
302
|
[Contributing document][contributing-document].
|
|
303
303
|
|
|
304
|
-
## Developing
|
|
305
|
-
|
|
306
|
-
Pull requests to Kitchen-Terraform are always welcome!
|
|
307
|
-
|
|
308
|
-
Information about developing Kitchen-Terraform can be found in the
|
|
309
|
-
[Developing document][developing-document].
|
|
310
|
-
|
|
311
304
|
## Changelog
|
|
312
305
|
|
|
313
306
|
Kitchen-Terraform adheres to semantic versioning and documents all
|
|
@@ -369,7 +362,6 @@ Kitchen-Terraform is distributed under the [Apache License][license].
|
|
|
369
362
|
[bundler]: https://bundler.io/index.html#getting-started
|
|
370
363
|
[changelog]: https://github.com/newcontext-oss/kitchen-terraform/blob/master/CHANGELOG.md
|
|
371
364
|
[contributing-document]: https://github.com/newcontext-oss/kitchen-terraform/blob/master/CONTRIBUTING.md
|
|
372
|
-
[developing-document]: https://github.com/newcontext-oss/kitchen-terraform/blob/master/DEVELOPING.md
|
|
373
365
|
[docker]: https://www.docker.com/
|
|
374
366
|
[docker-community-edition]: https://store.docker.com/editions/community/docker-ce-server-ubuntu
|
|
375
367
|
[docker-provider]: https://www.terraform.io/docs/providers/docker/index.html
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: kitchen-terraform
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 4.0.
|
|
4
|
+
version: 4.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Lane
|
|
@@ -57,7 +57,7 @@ cert_chain:
|
|
|
57
57
|
BVaY4PA1920fVWRcwrNEzxNhWvlAlNCU9d63OhVIo1rD46E5/+fuWunp4ZyEJHIX
|
|
58
58
|
lema55cN
|
|
59
59
|
-----END CERTIFICATE-----
|
|
60
|
-
date: 2018-09-
|
|
60
|
+
date: 2018-09-26 00:00:00.000000000 Z
|
|
61
61
|
dependencies:
|
|
62
62
|
- !ruby/object:Gem::Dependency
|
|
63
63
|
name: guard
|
|
@@ -371,14 +371,20 @@ dependencies:
|
|
|
371
371
|
name: inspec
|
|
372
372
|
requirement: !ruby/object:Gem::Requirement
|
|
373
373
|
requirements:
|
|
374
|
-
- -
|
|
374
|
+
- - ">="
|
|
375
|
+
- !ruby/object:Gem::Version
|
|
376
|
+
version: 2.2.70
|
|
377
|
+
- - "<="
|
|
375
378
|
- !ruby/object:Gem::Version
|
|
376
379
|
version: 2.2.78
|
|
377
380
|
type: :runtime
|
|
378
381
|
prerelease: false
|
|
379
382
|
version_requirements: !ruby/object:Gem::Requirement
|
|
380
383
|
requirements:
|
|
381
|
-
- -
|
|
384
|
+
- - ">="
|
|
385
|
+
- !ruby/object:Gem::Version
|
|
386
|
+
version: 2.2.70
|
|
387
|
+
- - "<="
|
|
382
388
|
- !ruby/object:Gem::Version
|
|
383
389
|
version: 2.2.78
|
|
384
390
|
- !ruby/object:Gem::Dependency
|
metadata.gz.sig
CHANGED
|
Binary file
|