amaze_sns 2.1.0 → 2.2.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.
- data/lib/amaze/request.rb +0 -1
- data/lib/amaze/topic.rb +1 -1
- metadata +2 -2
data/lib/amaze/request.rb
CHANGED
data/lib/amaze/topic.rb
CHANGED
|
@@ -305,7 +305,7 @@ class Topic
|
|
|
305
305
|
raise InvalidOptions unless ( !(token.empty?) && token.instance_of?(String) )
|
|
306
306
|
arr=[]
|
|
307
307
|
params = {
|
|
308
|
-
'TopicArn' => "#{arn}",
|
|
308
|
+
'TopicArn' => "#{@arn}",
|
|
309
309
|
'Token' => "#{token}",
|
|
310
310
|
'Action' => 'ConfirmSubscription',
|
|
311
311
|
'SignatureMethod' => 'HmacSHA256',
|
metadata
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
name: amaze_sns
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
4
|
prerelease:
|
|
5
|
-
version: 2.
|
|
5
|
+
version: 2.2.0
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
8
8
|
- Chee Yeo
|
|
@@ -11,7 +11,7 @@ autorequire:
|
|
|
11
11
|
bindir: bin
|
|
12
12
|
cert_chain: []
|
|
13
13
|
|
|
14
|
-
date: 2011-09-
|
|
14
|
+
date: 2011-09-12 00:00:00 Z
|
|
15
15
|
dependencies:
|
|
16
16
|
- !ruby/object:Gem::Dependency
|
|
17
17
|
name: eventmachine
|