kitchen-terraform 5.3.0 → 5.4.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/README.md +3 -3
- data/lib/kitchen/terraform/version.rb +1 -1
- metadata +5 -5
- 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: 9bcbe6865ba35e28aac3d217a4cbaf18d0655f4f1eb6eeb1da8b3581dfb26a21
|
|
4
|
+
data.tar.gz: fc281daa77c16e7bcad62f11e939c883245bf5d8fc427692e0bf27eca96da934
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6da972fd9308fe99d628b9d1bd63d3ef0d76a19fcffef5786bb585e925f309ddc13cee7aae79c48c97b6fe819badda2ba8135becf73904bfa2b3b10e5af18253
|
|
7
|
+
data.tar.gz: d9058ca17bf97bd8bbb1ffc412c26a6dbc8b9a179df591014b937af14ca13b0f2c0dc890ed330d8d8b8fc2be73a7dfa82c2588ba154e4e2179f552a61322541f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/README.md
CHANGED
|
@@ -50,7 +50,7 @@ Installation instructions can be found in the
|
|
|
50
50
|
|
|
51
51
|
Kitchen-Terraform aims to support all versions of Ruby that are in
|
|
52
52
|
["normal" or "security" maintenance][ruby-branches], which is currently
|
|
53
|
-
the interval of `>= 2.4, < 2.
|
|
53
|
+
the interval of `>= 2.4, < 2.8`.
|
|
54
54
|
|
|
55
55
|
[rbenv] can be used to manage versions of Ruby on the system.
|
|
56
56
|
|
|
@@ -75,7 +75,7 @@ the semantic versioning of the Ruby gem.
|
|
|
75
75
|
|
|
76
76
|
```ruby
|
|
77
77
|
source "https://rubygems.org/" do
|
|
78
|
-
gem "kitchen-terraform", "~> 5.
|
|
78
|
+
gem "kitchen-terraform", "~> 5.4"
|
|
79
79
|
end
|
|
80
80
|
```
|
|
81
81
|
|
|
@@ -102,7 +102,7 @@ example.
|
|
|
102
102
|
> Installing Kitchen-Terraform with RubyGems
|
|
103
103
|
|
|
104
104
|
```sh
|
|
105
|
-
gem install kitchen-terraform --version 5.
|
|
105
|
+
gem install kitchen-terraform --version 5.4.0
|
|
106
106
|
```
|
|
107
107
|
|
|
108
108
|
This approach is not recommended as it requires more effort to install
|
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: 5.
|
|
4
|
+
version: 5.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Aaron Lane
|
|
@@ -21,6 +21,7 @@ authors:
|
|
|
21
21
|
- curleighbraces
|
|
22
22
|
- Austin Heiman
|
|
23
23
|
- Gary Foster
|
|
24
|
+
- Ed Bartholomew
|
|
24
25
|
autorequire:
|
|
25
26
|
bindir: bin
|
|
26
27
|
cert_chain:
|
|
@@ -61,7 +62,7 @@ cert_chain:
|
|
|
61
62
|
JH4yGDzVEYaZHaohSDcYuGLK6OQylPu7oM75S+TNLWseDIT8bWgQk6NelVjtQQ2Q
|
|
62
63
|
XSbgfu863jyey/0qO01cUo3+iTqzl85cWg==
|
|
63
64
|
-----END CERTIFICATE-----
|
|
64
|
-
date: 2020-
|
|
65
|
+
date: 2020-06-01 00:00:00.000000000 Z
|
|
65
66
|
dependencies:
|
|
66
67
|
- !ruby/object:Gem::Dependency
|
|
67
68
|
name: bundler
|
|
@@ -544,7 +545,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
|
544
545
|
version: '2.4'
|
|
545
546
|
- - "<"
|
|
546
547
|
- !ruby/object:Gem::Version
|
|
547
|
-
version: '2.
|
|
548
|
+
version: '2.8'
|
|
548
549
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
549
550
|
requirements:
|
|
550
551
|
- - ">="
|
|
@@ -552,8 +553,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
552
553
|
version: '0'
|
|
553
554
|
requirements:
|
|
554
555
|
- Terraform >= v0.11.4, < v0.13.0
|
|
555
|
-
|
|
556
|
-
rubygems_version: 2.7.7
|
|
556
|
+
rubygems_version: 3.0.3
|
|
557
557
|
signing_key:
|
|
558
558
|
specification_version: 4
|
|
559
559
|
summary: Test Kitchen plugins for testing Terraform configuration
|
metadata.gz.sig
CHANGED
|
Binary file
|