aws-sdk-iot 1.0.0.rc3 → 1.0.0.rc4

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: 31a6a4f19654cd6067dc20d5a8b847e3392e8770
4
- data.tar.gz: ec3155e66f801f4908b76f6c44ce4617399a903b
3
+ metadata.gz: 7697a831c24baecec9bf31663663b9543c5d5515
4
+ data.tar.gz: 862c2adbebfe1d5889fb56de9b8cc060618ce900
5
5
  SHA512:
6
- metadata.gz: 30bc5bd64a20afbd8538946d56dcd0f59f998df5307511e1b2d7fc358d6116addc42f8a82e3bdbbf02da5b6662fb92634514e7d6f41eda9f431ca79994001ce1
7
- data.tar.gz: 38226be148261aef3d33a214804c2205343e24daddaad8dc9f2f8be9dd63469a6b6b0c1587d32f186a6b7819abdd11976ff8cf26504e82ee175b9dad382624ac
6
+ metadata.gz: 1f15fc01afb13df8384ff00506aa972980233e3eb8b814d651952dadf069c8f78790689db39a7b26b255cb9f322a645eff7adc952188a0ac1aba462d4ab35b1f
7
+ data.tar.gz: b0252d6da02649dedefc2014944c7c52b2919e9d7feed9a1b024a2ee07ab2bc1dbbb09368336f73b0052725a76d933c3574840192b65cff5828bd2e67e83ef55
data/lib/aws-sdk-iot.rb CHANGED
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-iot/customizations'
42
42
  # @service
43
43
  module Aws::IoT
44
44
 
45
- GEM_VERSION = '1.0.0.rc2'
45
+ GEM_VERSION = '1.0.0.rc4'
46
46
 
47
47
  end
@@ -2307,7 +2307,7 @@ module Aws::IoT
2307
2307
  params: params,
2308
2308
  config: config)
2309
2309
  context[:gem_name] = 'aws-sdk-iot'
2310
- context[:gem_version] = '1.0.0.rc2'
2310
+ context[:gem_version] = '1.0.0.rc4'
2311
2311
  Seahorse::Client::Request.new(handlers, context)
2312
2312
  end
2313
2313
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-iot
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.rc3
4
+ version: 1.0.0.rc4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services