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.
@@ -1,6 +1,5 @@
1
1
  require "rubygems"
2
2
  require 'crack/xml'
3
- require 'ruby-debug'
4
3
 
5
4
  require File.dirname(__FILE__) + "/helpers"
6
5
  require File.dirname(__FILE__) + "/exceptions"
@@ -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.1.0
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-11 00:00:00 Z
14
+ date: 2011-09-12 00:00:00 Z
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
17
17
  name: eventmachine