souls 0.70.4 → 0.70.5

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: f303d6e98dce3fe3702af0d6a7f06e7e9380ef3b06ae8c42b5914caea712858b
4
- data.tar.gz: 5dc2ad6585319c469e49d5a2888bcdd3dd43c9c39ccdd0e1e2ba8f59f98368f5
3
+ metadata.gz: 45b256b14cfcb5107253f3f651c9c0991ac09f39892aa0d0eecd7fd5ac4cb6d2
4
+ data.tar.gz: 0dc54c83d05d7a24448bd76f9d5f2a6989924bacdcde536d4a5dec11a0d01a09
5
5
  SHA512:
6
- metadata.gz: debcebcc054822bdc3c39e2e904ac11476a2ac7857a09b7a987683bf3e50c4a9d243607133e20b63dafb58cd5390952f348924afcd175eeb2e258b5e45448fe5
7
- data.tar.gz: 2b2a537aa57ba9f5c1c0ca3ce5151291f58b030ac5c7d6d8af45c580dec3875e53dd3f03c65b7f45c17923a0d88726a38e142c10c067c1206fa4a7f428c35aa4
6
+ metadata.gz: c497467897603f8bcf9b3e2bcba5cfa73812213d38b637e05de35ef0067eb8f5e9900780b61bc183fac0023a7d2388961c6c21a9207145c73e0c942f9a0a7473
7
+ data.tar.gz: 48858107441f184987d2b87775a0941699820a9104fe0bd657a1b4a8067bda44ae758cdca5db094fc58cb12558f9e4a0e8d6fe18af1bcc2adb7d27008a44273c
@@ -76,7 +76,7 @@ module Souls
76
76
 
77
77
  def get_workers
78
78
  require("#{Souls.get_mother_path}/config/souls")
79
- worker_paths = Souls.configuration.workers.map { |n| n[:name] }
79
+ worker_paths = Souls.configuration.workers.map { |n| n[:name].split("-").last }
80
80
  response = {}
81
81
  Dir.chdir(Souls.get_mother_path.to_s) do
82
82
  worker_paths.each do |worker|
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.70.4".freeze
2
+ VERSION = "0.70.5".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.49.4
1
+ 0.49.5
@@ -1 +1 @@
1
- 0.49.4
1
+ 0.49.5
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.70.4
4
+ version: 0.70.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI