aws-sdk-sns 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: 2b2b03f73481eb3747cbaf4c58038e3f5e2b4b8a
4
- data.tar.gz: adf6616e1ded0464baa260e97a32239bfa09bc84
3
+ metadata.gz: d51f0c1adc3903e57189787109fff47d324d1ced
4
+ data.tar.gz: d5a921ffa7c352b7c71d650b320be6552e8b077c
5
5
  SHA512:
6
- metadata.gz: 5db9af7d5a6884b3406f5093c28d5b7403b6b309180b6408cee0f8594c7610545c861f30cd21b43643121ad9950d99e21a4d22f4392b9c732ebc8f8a20f869b9
7
- data.tar.gz: ef054f22a64d699f4cd63d42aff2e4b3a7dadb0634bb4daaadfb81a9a3f3562993ff4372c30e2498a2dca655398a3e9f8e7ca57a118f564e4dab73c895d798b8
6
+ metadata.gz: f7ec1ecab087719587d556369ccc70afc284172502775f1fda16a3ed15cc28ef33837d9856f559e0ce9bc85bb7f05e596f11e3ccf49eba97e326f2801cf99816
7
+ data.tar.gz: 4405d80df07e65c39bac757d653a48fc41a5803973cb6363c59540bb7b1356a0d400bc4dbe68c3e130df9271696a243a0d557f87ecc024c7972fdd7678937b49
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-sns/customizations'
46
46
  # @service
47
47
  module Aws::SNS
48
48
 
49
- GEM_VERSION = '1.0.0.rc2'
49
+ GEM_VERSION = '1.0.0.rc4'
50
50
 
51
51
  end
@@ -1592,7 +1592,7 @@ module Aws::SNS
1592
1592
  params: params,
1593
1593
  config: config)
1594
1594
  context[:gem_name] = 'aws-sdk-sns'
1595
- context[:gem_version] = '1.0.0.rc2'
1595
+ context[:gem_version] = '1.0.0.rc4'
1596
1596
  Seahorse::Client::Request.new(handlers, context)
1597
1597
  end
1598
1598
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-sns
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