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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f9f7d09e8b16c08a3fab8db0563f30c7e78cfdbd8c3123efcca5a190cec46a36
4
- data.tar.gz: 07b6c38e961a56c56ef818d4b5cdec097e2b124b2757db65c0a224d70f032476
3
+ metadata.gz: 00b77385e05a2f9433bc8f8d6ebeaaad34c80019e7b321692f08fccd3ef2a91a
4
+ data.tar.gz: e7615a0d259ae86b95789249cebc7ded083d546f95174b3d6d6e7026f48938ec
5
5
  SHA512:
6
- metadata.gz: afa47f86fb1880c3bd90847baebec5656651c7d3a1eda2509e5e8e30ef75d542dfbf26c2e165233320722048048fb1144cd92c3c6c8390bc9033b9ca00723be5
7
- data.tar.gz: c47b19f998aec9026ebac628c95815c3f531e6be23939ffa9d8920f7565588c3ca44836915f1bf930b862c7e6ca1a6b79d86602848b777e9bdb9db1c71f900da
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("lsb_release -a").stdout
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
@@ -72,7 +72,7 @@ module ::Kitchen::Terraform::Version
72
72
 
73
73
  # @api private
74
74
  def value
75
- self.value = ::Gem::Version.new "4.0.1" if not @value
75
+ self.value = ::Gem::Version.new "4.0.2" if not @value
76
76
  @value
77
77
  end
78
78
 
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.1
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-16 00:00:00.000000000 Z
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