exception_notification_sns 0.1.2 → 0.1.3

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: 6ed7fcedf2d9c72542426a5772e14e6b0908cb39
4
- data.tar.gz: 00e42003cb09a1fb766e685820f333f6adf3b7dd
3
+ metadata.gz: 5dfa3cbc2642d58192e77af2ab359fbc91e04380
4
+ data.tar.gz: 247a9c6bb41940003843b49e431dee3b7af11698
5
5
  SHA512:
6
- metadata.gz: 9dabda8af83560cce6a88656bcf54a4f8184eae42f103796f0f8a787ab10a0d504ca642bb93a4ffceabee7eec84d783d3e25c826e8fab950023bce4c18a9ef02
7
- data.tar.gz: eab94d05fb5c182d424de703fdef52ca7e4801de10606cd54a2b1fb2cefc31929280b0fc6fb3496f6b6a1827f0ebbe75f87462203da675fe7e77b74e8d184c1b
6
+ metadata.gz: d8179c127b1c723db16ccaad938e5050f54e890c1b0d656bc7efccc64fb7a0646ad215ca450e2af81fdb0f66aa2dbdb91f092f42a4b31463dbd7fb02a61efb5e
7
+ data.tar.gz: 5d3da8b0defc545cf15f18543f9e23ba9eff9065aab1d567184b89f6121cc5b86bc1f8536329150ba96cbcb1aaec9acd142e825f29f366c43cd60a54b3a03daa
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- exception_notification_sns (0.1.2)
4
+ exception_notification_sns (0.1.3)
5
5
  aws-sdk-v1 (>= 1, < 3)
6
6
  exception_notification (= 4.2.1)
7
7
 
@@ -2,7 +2,7 @@
2
2
  Gem::Specification.new do |s|
3
3
  s.platform = Gem::Platform::RUBY
4
4
  s.name = 'exception_notification_sns'
5
- s.version = '0.1.2'
5
+ s.version = '0.1.3'
6
6
  s.summary = 'exception_notification extension for aws sns v1'
7
7
  s.description = 'exception_notification_sns gem is used for sending application extensions to aws sns. It extends exception_notification gem, uses aws-sdk-v1 gem to push exception notificatons to amazon sns'
8
8
  s.required_ruby_version = '>= 2.2.0'
@@ -31,7 +31,7 @@ module ExceptionNotifier
31
31
  end
32
32
 
33
33
  def active?
34
- !@sns_client.nil? && !@topic_arn.nil?
34
+ !@sns_client.nil? && @topic_arn.present?
35
35
  end
36
36
 
37
37
  def compose_info
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: exception_notification_sns
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.2
4
+ version: 0.1.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matej Minažek
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-18 00:00:00.000000000 Z
11
+ date: 2017-01-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: exception_notification