sqspoller 0.0.2 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
@@ -41,7 +41,7 @@ module SQSPoller
41
41
  begin
42
42
  sns_msg = msg.as_sns_message
43
43
  sns_msg_data = sns_msg.to_h
44
- sns_msg_body = JSON.load(msg_data[:body])
44
+ sns_msg_body = JSON.load(sns_msg_data[:body])
45
45
  rescue
46
46
  SQSPoller.warn("#{@queue_name}: Message is not a properly formatted SNS message")
47
47
  return
@@ -1,3 +1,3 @@
1
1
  module SQSPoller
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 0
8
- - 2
9
- version: 0.0.2
8
+ - 3
9
+ version: 0.0.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - Brian Wong