eventq 2.5.0 → 2.5.1

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
  SHA256:
3
- metadata.gz: 59946bde6488da5c2567aec735c8a6f251e3532bc0b2636123a4940c519ce935
4
- data.tar.gz: 4b202d8435f23ea6e88a5b7351f9317d91c9179f610651152af9c7b2939a993a
3
+ metadata.gz: 358d94ac22117d5459c58cb54c647a7ab8f060b1887ab82fd9a1a3536c2e65a6
4
+ data.tar.gz: 47448f20b81d71f19583812ce1cd3835915ecb0599d91393c0ab731bb4508ccf
5
5
  SHA512:
6
- metadata.gz: 93e097eb9be108a117f855260ea2334de8018029ba5027349d587bcd28553ab9a296accaca936abfe209d628c5ced3177bbbcfe435f6e2b5bd550a701a066299
7
- data.tar.gz: b83f581d669072a79e378cd93f428628e9896ae0fa8dd09db63c8d3b39505814a29c438690829703cf3ee469b8fc2098b04b50565939323455cf1acdbb0e8c58
6
+ metadata.gz: e252f416f0db5d804221804a3d9104ccca28b46ade3019626b61d641c7126e2fae3664417a74e15e35a7ebe3fbc50cd62b075490b57641a7872a948aeaa7c536
7
+ data.tar.gz: 8ae665087cc1d45fa4b3efdacd873725748293bf4804f6cc2ef38d67ce2857e1bed1ac7ce9cdc877473806c527aaa874e0015f9cce380d5f7dd01902007c41f5
@@ -29,7 +29,7 @@ module EventQ
29
29
  namespaced_topic_arn = topic_arn.gsub(":#{EventQ.namespace}-", ":#{namespace}-")
30
30
 
31
31
  # create the sns topic - this method is idempotent & returns the topic arn if it already exists
32
- @client.sns.create_topic(name: "#{namespace}-#{event_type}".delete('.')) unless queue.isolated
32
+ @client.sns_helper.create_topic_arn("#{namespace}-#{event_type}".delete('.')) unless queue.isolated
33
33
 
34
34
  # skip subscribe if subscription for given queue/topic already exists
35
35
  # this is a workaround for a localstack issue: https://github.com/localstack/localstack/issues/933
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eventq
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.5.0
4
+ version: 2.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - SageOne
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-09-06 00:00:00.000000000 Z
11
+ date: 2019-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -268,7 +268,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
268
268
  - !ruby/object:Gem::Version
269
269
  version: '0'
270
270
  requirements: []
271
- rubygems_version: 3.0.6
271
+ rubyforge_project:
272
+ rubygems_version: 2.7.7
272
273
  signing_key:
273
274
  specification_version: 4
274
275
  summary: EventQ is a pub/sub system that uses async notifications and message queues