souls 0.41.2 → 0.41.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
  SHA256:
3
- metadata.gz: fa53fbf9c79d49d1d58e132b0dee2b5ddc8ea26b6f0c8175e6358080907b53e9
4
- data.tar.gz: 0cfca344f041fcd6f41428909dce517b432fd4e4cedb5751a6d10b45c7b8d5e1
3
+ metadata.gz: ef9f372f2dba8df38bef5a84fc22fa4067ba65462012e7ca4b4e4ede7c20285d
4
+ data.tar.gz: a907baf558de2b4194770cb0767dbc33f4cc9f3335a84096ade0d0904204e93d
5
5
  SHA512:
6
- metadata.gz: 80ec7918fb52d203d9dfb87c1c326f9f90acd83d24055efa824061477b82177030fe7793c25ceaf736f2acbe9a7bb824c5e99400154a36bae3ca38979152cad0
7
- data.tar.gz: ee25cb4b3ae05f1af3c4b075678e50c70c1244ea320cd0826503fb15d5f83580c4d9a91a11d7e8dcf8ea25caf8f83d868d2f3dcffe07790939362816960327c7
6
+ metadata.gz: ad4dda7083db8c61b767567407af20701d4f9e8e0a6b3f75d16bd39fe59be56819c3fa9918edcf73693ead3d27226b80e9e745e731319abb0f92103af2a089a7
7
+ data.tar.gz: ee9b5c0ea15eb5484a78ec9237c7c557809fff6813805d2b9cbf65e246be7b21b073b557acd2612efea0672c18edfcdc47ff20f517ffb2835caf2a5ef4ab5e59
@@ -49,7 +49,7 @@ module Souls
49
49
  require("#{Souls.get_mother_path}/config/souls")
50
50
  worker_name = topic_id.split("_")[0]
51
51
 
52
- subscription_id = "#{topic_id}-sub"
52
+ subscription_id = "#{topic_id}_sub"
53
53
  endpoint = ""
54
54
  worker_paths = Souls.configuration.workers
55
55
  worker_paths.each do |worker|
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.41.2".freeze
2
+ VERSION = "0.41.3".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.20.2
1
+ 0.20.3
@@ -1 +1 @@
1
- 0.20.2
1
+ 0.20.3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: souls
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.41.2
4
+ version: 0.41.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI