kitchen-terraform 5.1.0 → 5.1.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a58ded2457dfe5e355c87402ae28ff582e35a6f340c479ddb4b3cd600f985f60
4
- data.tar.gz: a0e69bff3d5a102c0f8d4ab3e0e5d3e0878f587b348c7d9518798219cf37b3d0
3
+ metadata.gz: 87c376e5a70ddafbed0a060b327f76d89447a975131983a7f4593c0987d4fdac
4
+ data.tar.gz: a41d6d0fc75aaec9de8cddc2adc236fe3e29b43da7765f7916a1bb5e1e9dd798
5
5
  SHA512:
6
- metadata.gz: 2d5d327821d0e725339e8e9d9bc8c14a72f836058014b30454df7f20e800ddb5cc93b1d941f93342168c41e7b40001cc8837c161141eadb5ffae4630883c72cf
7
- data.tar.gz: 06c069a31faaec0a39103f1ecde8aa58400a69bba1b06173b8125a21ca402486873b781c7a907c663d1c8f0c5ea610ec0204d949284a13ebca618e37d16aa97f
6
+ metadata.gz: f4ff76d4c4a2357a0651b29524b371358b9f5f15bf9d0db494c6f4141061b97e22e0ea8da8ca7783f9514810089589d820d38edc0252f79309828205ca4cf3a7
7
+ data.tar.gz: 8a5301f8d490038734cda34b3a637d24596ed42ec310692581075f4befb3533ff637e417256316a010f512e59a1cb914bd6132d977171ad22008e9becce0a2c5
checksums.yaml.gz.sig CHANGED
Binary file
data.tar.gz.sig CHANGED
Binary file
data/README.md CHANGED
@@ -115,6 +115,16 @@ conflicts.
115
115
  More information can be found in the
116
116
  [RubyGems: Installing Gems][rubygems-installing-gems] article.
117
117
 
118
+ #### Extra Dependencies
119
+
120
+ The RbNaCl gem may need to be [installed][rbnacl-installation] in order
121
+ to use Ed25519-type SSH keys to connect to systems with the SSH backend.
122
+ This gem implicitly depends on the system package libsodium, and its
123
+ presence when libsodium is not installed causes unexpected errors when
124
+ loading InSpec transport plugins like GCP, so it is not included by
125
+ default to reduce the burden on users whom do not require support for
126
+ Ed25519-type SSH keys.
127
+
118
128
  ## Usage
119
129
 
120
130
  ### Configuration
@@ -388,6 +398,7 @@ Kitchen-Terraform is distributed under the [Apache License][license].
388
398
  [new-context-twitter]: https://twitter.com/newcontext
389
399
  [new-context]: https://newcontext.com/
390
400
  [rbenv]: https://github.com/rbenv/rbenv
401
+ [rbnacl-installation]: https://github.com/crypto-rb/rbnacl/tree/v4.0.2#installation
391
402
  [ruby-branches]: https://www.ruby-lang.org/en/downloads/branches/
392
403
  [ruby-gem-documentation]: http://www.rubydoc.info/github/newcontext-oss/kitchen-terraform/
393
404
  [ruby-gems-what-is]: http://guides.rubygems.org/ruby-gems-what-is/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 "5.1.0" if not @value
75
+ self.value = ::Gem::Version.new "5.1.1" 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: 5.1.0
4
+ version: 5.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Aaron Lane
@@ -61,7 +61,7 @@ cert_chain:
61
61
  XAjP/LERlXAwM+NCUycJw7BZMn7L2wIdnq6Le1rL6VJS17CZt2heuRtsF+3g0egR
62
62
  x97GmUumeM67PGeVodlIV65tdXrdlqKlHcE=
63
63
  -----END CERTIFICATE-----
64
- date: 2019-07-06 00:00:00.000000000 Z
64
+ date: 2019-08-29 00:00:00.000000000 Z
65
65
  dependencies:
66
66
  - !ruby/object:Gem::Dependency
67
67
  name: guard-bundler
@@ -349,20 +349,6 @@ dependencies:
349
349
  - - "~>"
350
350
  - !ruby/object:Gem::Version
351
351
  version: '2.2'
352
- - !ruby/object:Gem::Dependency
353
- name: rbnacl
354
- requirement: !ruby/object:Gem::Requirement
355
- requirements:
356
- - - "~>"
357
- - !ruby/object:Gem::Version
358
- version: '4.0'
359
- type: :runtime
360
- prerelease: false
361
- version_requirements: !ruby/object:Gem::Requirement
362
- requirements:
363
- - - "~>"
364
- - !ruby/object:Gem::Version
365
- version: '4.0'
366
352
  - !ruby/object:Gem::Dependency
367
353
  name: test-kitchen
368
354
  requirement: !ruby/object:Gem::Requirement
metadata.gz.sig CHANGED
Binary file