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 +4 -4
- data/lib/aws-sdk-sns.rb +1 -1
- data/lib/aws-sdk-sns/client.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d51f0c1adc3903e57189787109fff47d324d1ced
|
4
|
+
data.tar.gz: d5a921ffa7c352b7c71d650b320be6552e8b077c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f7ec1ecab087719587d556369ccc70afc284172502775f1fda16a3ed15cc28ef33837d9856f559e0ce9bc85bb7f05e596f11e3ccf49eba97e326f2801cf99816
|
7
|
+
data.tar.gz: 4405d80df07e65c39bac757d653a48fc41a5803973cb6363c59540bb7b1356a0d400bc4dbe68c3e130df9271696a243a0d557f87ecc024c7972fdd7678937b49
|
data/lib/aws-sdk-sns.rb
CHANGED
data/lib/aws-sdk-sns/client.rb
CHANGED
@@ -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.
|
1595
|
+
context[:gem_version] = '1.0.0.rc4'
|
1596
1596
|
Seahorse::Client::Request.new(handlers, context)
|
1597
1597
|
end
|
1598
1598
|
|