sambot 0.1.220 → 0.1.221

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
  SHA1:
3
- metadata.gz: be24c61be67746ca0541bd4bfaa73b78c85ef8e2
4
- data.tar.gz: 355d7fc441ea881b6a17ae89b44c4d0d674dbe87
3
+ metadata.gz: c106e0cdb8e87f293de0cd0be00585e67147ed2e
4
+ data.tar.gz: eb29cae2f87abf046b16261b43eb31e32b6b24e3
5
5
  SHA512:
6
- metadata.gz: 55606498feff855d8632e7eca6f34be0d90496f03ad245f7221e730036cf1912b42a5391a80609d466c4a2f28ca1cfd4b093dd03acb1cd21f7ca2ea357cd9561
7
- data.tar.gz: b07b398d3a241ceb021f3de5a5c7a086d537a87ecbfe1c1d47319db4cbb7dc803c0ea2e19273f593f13ead8977b9f0fff13c0216ea611a65e085f9720ea745af
6
+ metadata.gz: 6383c3b3ca1174d9a785cc240988a5d3e916b0db1c7efa7f79e02c34b635a16c2331652a251db1614155570711ca08ff0cc3663c1d27f7332aea98c15f589e9c
7
+ data.tar.gz: ec254acd03d49a21305b98b96633f48fbbb0953ecb3cb4ec6e4d0b10ad88b47551a673491e51a7687604c1c3c5992fccd8fd4514f04bae75dd668332744477df
@@ -44,7 +44,7 @@ module Sambot
44
44
  suite['attributes'] = suite['attributes'] || {}
45
45
  suite['attributes']['cloud_platform'] = platform
46
46
  suite['attributes']['vault'] = suite['attributes']['vault'] || {}
47
- suite['attributes']['vault']['exec_renew'] = false
47
+ suite['attributes']['vault']['exec_renew'] = suite['attributes']['vault']['exec_renew'] || false
48
48
  end
49
49
  end
50
50
 
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Sambot
4
- VERSION = '0.1.220'
4
+ VERSION = '0.1.221'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.220
4
+ version: 0.1.221
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-08-07 00:00:00.000000000 Z
11
+ date: 2017-08-08 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: thor-hollaback