souls 0.69.0 → 0.70.0

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: 6b61a64dda33348af32114cd6c7b6894b6cb98751b7989caebc381d10fd135ef
4
- data.tar.gz: ef0ae0691b1b1f36c28b1ed550e5c1ee235e1ecd2aed12a29f15c0911a424810
3
+ metadata.gz: c5f1f81de877043807192efa739ad9ab10478e24c2a7dbc1b2fc44bb138d0b60
4
+ data.tar.gz: af6f1713d21fbbd8a5bd1f6ae7d29be36d31f2b0b32c9b4aa2024051775a4c36
5
5
  SHA512:
6
- metadata.gz: f517555e97d304344a3f9af0b55bfcfc30f5ddf88e16be81110a9a1676cc3efa7a0b72c9cafd86700892e18da795d663d6f4675c1fa253e2a18cf1eb5f2f2298
7
- data.tar.gz: 8c1887fdee4fc99e0bda89a85aae9221f0db583102f7ce8e56825510567d3ab7b51339be7c77db7979cb39b4a4064109f4b77acbf4d63b021fbd4130d0b234dc
6
+ metadata.gz: d448d65e700e0ca81f2bd4f80657de021633d0cf31fc5b3ad1bc5e3938fa489671cff5e322fd2f448216e1531fb37c4b14fb7d9bf28276a3360a05850f01e27a
7
+ data.tar.gz: 7e2b752564b89f51595852f28a2a18b2580a9b1305dace7dc2c3d79af526c7774cbd2a4853fc13b7d6458b0b8f67a3a610b9bfaceb7a08597a7c378ea41cd011
@@ -15,7 +15,7 @@ module Souls
15
15
 
16
16
  def cp_and_dl_files(dir: "db")
17
17
  require("#{Souls.get_mother_path}/config/souls")
18
- worker_paths = Souls.configuration.workers.map { |n| n[:name] }
18
+ worker_paths = Souls.configuration.workers.map { |n| n[:name].split("-").last }
19
19
  worker_paths.each do |path|
20
20
  cp_path = "./apps/api/#{dir}"
21
21
  old_path = "./apps/#{path}/#{dir}"
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.69.0".freeze
2
+ VERSION = "0.70.0".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.48.0
1
+ 0.49.0
@@ -1 +1 @@
1
- 0.48.0
1
+ 0.49.0
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.69.0
4
+ version: 0.70.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI