kitchen-sfmc-google 1.3.0 → 1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 533b303f47254b6359993e4d765684f4c415afb8
4
- data.tar.gz: cd715e0244e01233cd160a02c5bd9b81de323ec4
3
+ metadata.gz: 56af042f0f5572caee1f6e4284d03a1007fbc7dc
4
+ data.tar.gz: ab30b1cc1a26f249131ab9f47b8930ec5788756d
5
5
  SHA512:
6
- metadata.gz: c171372bf2c23b8904583f0ac541ae5a182d82d984032c26029b2a741f4d159d5f9844e79c121f6335a84120333e3349f5706ee9b7f444ac176de1b6d76248e0
7
- data.tar.gz: 30572b5ccbf01da9271f071e417108efd96c0bf73972f0a50d42d025d732d94bb2a79cee45c5422811e27dff1b8d3cb1603d1b6d2483bea3dd7d45e22fbf6113
6
+ metadata.gz: 457a14c42b2216b72f677be5e55b574130e35107eab76878a1baad7e0ec56bbfbac85b8bffac6e21a595eba194403cdb1bd672460a8d826a140027cb8b45d4b0
7
+ data.tar.gz: 0045b9584fa227208d6988372d48b8c3ef3bc4bf564c1b0c5c4c2992c0438509c2d0cb67a18ccc1acfd1f188649a06019ac5390720ad829a11456ebdec6abad7
@@ -167,7 +167,7 @@ module Kitchen
167
167
  @connection.authorization = authorization
168
168
  @connection.client_options = Google::Apis::ClientOptions.new.tap do |opts|
169
169
  opts.application_name = "kitchen-google"
170
- opts.application_version = Kitchen::Driver::GCE_VERSION
170
+ opts.application_version = Kitchen::Driver::SFMC_GOOGLE_VERSION
171
171
  end
172
172
 
173
173
  @connection
@@ -18,6 +18,6 @@
18
18
 
19
19
  module Kitchen
20
20
  module Driver
21
- SFMC_GOOGLE_VERSION = "1.3.0".freeze
21
+ SFMC_GOOGLE_VERSION = "1.4.0".freeze
22
22
  end
23
23
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kitchen-sfmc-google
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Leonard