kitchen-terraform 0.1.1 → 0.1.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 -1
- data/lib/terraform/version.rb +1 -1
- metadata +2 -2
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6a27ab58eeb77a3f295cac3a661cb62fa5ef3cd0
|
4
|
+
data.tar.gz: 6ac7e39c7633a958f5d8cc11de98efbe937bdaa3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e1fa7f9220fde72842c57dd646b0fa0a04dd758fd98c6a21540a53053cde99d50aad13ce0fa9a128eaaf1f1579f1ac3d575b87c0d36d672f9c92623f58a6f25a
|
7
|
+
data.tar.gz: b8c77cd97d2735d5f8427cd405402a08aa34234859e90faaa0ef1bdcd77f46d3c19f11352e68b6729fbb586f930cb6501020dfd9d2bb323e85321846c729b3b7
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data.tar.gz.sig
CHANGED
Binary file
|
data/README.md
CHANGED
@@ -46,7 +46,7 @@ https://raw.githubusercontent.com/newcontext/kitchen-terraform/master/certs/ncs-
|
|
46
46
|
Then, install the bundle and verify all of the gems:
|
47
47
|
|
48
48
|
```sh
|
49
|
-
bundle install --trust-policy
|
49
|
+
bundle install --trust-policy LowSecurity
|
50
50
|
```
|
51
51
|
|
52
52
|
[Ruby Gem]: http://guides.rubygems.org/what-is-a-gem/index.html
|
data/lib/terraform/version.rb
CHANGED
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: 0.1.
|
4
|
+
version: 0.1.2
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Aaron Lane
|
@@ -32,7 +32,7 @@ cert_chain:
|
|
32
32
|
KucGZX3OeACVUSpmCOCQyma6sDHYWQZM/IgWi7tbLtG5b2GslkauPm4S3wadHi6W
|
33
33
|
LOU=
|
34
34
|
-----END CERTIFICATE-----
|
35
|
-
date: 2016-
|
35
|
+
date: 2016-08-04 00:00:00.000000000 Z
|
36
36
|
dependencies:
|
37
37
|
- !ruby/object:Gem::Dependency
|
38
38
|
name: bundler-audit
|
metadata.gz.sig
CHANGED
Binary file
|