sambot 0.1.40 → 0.1.41

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: 3eee7307d635995ba962a710d76b4040edc27d8b
4
- data.tar.gz: 71002acf3250c721a4a45a16859cdaf0312a2d89
3
+ metadata.gz: ba731bab2513c08744cb5d8486759a60d6ae1683
4
+ data.tar.gz: 9eeb26209320e7ba4eb913ccf15a77ef0a40e080
5
5
  SHA512:
6
- metadata.gz: b3807217e2eb24ab86f065f54f20f56de29df3c16a596430577c91864168162ef7be7a24923d5f5959c9b8c9cf74a98cf70e5434c88e6a71a9e0c8f24ca12fc4
7
- data.tar.gz: 34e07b12568f53f3d4441b9d98379a8fd22e31fe7532e38b65c84e9500217b95f23993fcbeae8140f9c169f0033d9a90f1306f915faa35c2a32927fde67e865f
6
+ metadata.gz: 6e29ede2e9909138c15ed2e5f88105dd8474494a06575b9f92cc980165d6689322589b6c8183adeb7728e7e4272cf96329b1942fcbe1b9e4b1f1fa2e9f153fea
7
+ data.tar.gz: 03245d418abcbabbd024ef675e5991e577911c1c74669b2717087b0654321f83dc127004f83726b3daed14cd0672f415d0821ee77c8cf189c8159b61b1cf8b4b
@@ -7,7 +7,7 @@ provisioner:
7
7
  - .
8
8
 
9
9
  platforms:
10
- - name: linux
10
+ - name: centos
11
11
  driver:
12
12
  name: gce
13
13
  region: <%= ENV['GCP_REGION'] %>
@@ -7,7 +7,7 @@ provisioner:
7
7
  - .
8
8
 
9
9
  platforms:
10
- - name: linux
10
+ - name: centos
11
11
  transport:
12
12
  ssh_key: ./id_rsa
13
13
  driver:
@@ -5,5 +5,6 @@ license 'All rights reserved'
5
5
  description '<%= @cookbook_description %>'
6
6
  long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
7
7
  version '<%= @cookbook_version %>'
8
+ chef_version '>=12'
8
9
  issues_url 'https://github.exacttarget.com/ads-cookbooks/<%= @cookbook_name %>/issues'
9
10
  source_url 'https://github.exacttarget.com/ads-cookbooks/<%= @cookbook_name %>'
@@ -1,3 +1,3 @@
1
1
  module Sambot
2
- VERSION = '0.1.40'.freeze
2
+ VERSION = '0.1.41'.freeze
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sambot
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.40
4
+ version: 0.1.41
5
5
  platform: ruby
6
6
  authors:
7
7
  - Olivier Kouame
@@ -176,10 +176,10 @@ files:
176
176
  - lib/sambot/domain/cookbooks/metadata.rb
177
177
  - lib/sambot/domain/secrets/vault.rb
178
178
  - lib/sambot/templates/.gitignore
179
- - lib/sambot/templates/.kitchen.gcp.linux.yml
179
+ - lib/sambot/templates/.kitchen.centos.yml
180
+ - lib/sambot/templates/.kitchen.gcp.centos.yml
180
181
  - lib/sambot/templates/.kitchen.gcp.windows.yml
181
- - lib/sambot/templates/.kitchen.linux.yml
182
- - lib/sambot/templates/.kitchen.rackspace.linux.yml
182
+ - lib/sambot/templates/.kitchen.rackspace.centos.yml
183
183
  - lib/sambot/templates/.kitchen.rackspace.windows.yml
184
184
  - lib/sambot/templates/.kitchen.windows.yml
185
185
  - lib/sambot/templates/.rubocop.yml