souls 1.7.36 → 1.7.37

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: a7ee9d4f6e8bf7b52ca5903e041ed577174f072a04acdb52c9cb0b65612ec1d7
4
- data.tar.gz: 06073c4a087485d3edf678e1b3010201b8ed703eba8a24a4396e0f118d64bbb1
3
+ metadata.gz: 0cd8eec591f7d5b10a536d34e3b69c59692fce68b5e9f9e7c0687f0e3904f44d
4
+ data.tar.gz: de25f07672bed6df782dd1f1d434428ffe84555f3c877cda030b3382f79c1cb1
5
5
  SHA512:
6
- metadata.gz: ae6ad8c7a40c866fa4b5eb0e5a2b6ed7065db367b896032a2b7047c98164f32d515acad4198f3a3c68716d4fa41c1862568f1d10914472c4ad439a83e122b893
7
- data.tar.gz: 7dee04160574b5644a25de0ef32d036ffef71f5dfb1320c29ac3b183b155dab244ff4be687295e1c9dc10c85578a5e3d7ff48140bb8c347b7b85303745cab422
6
+ metadata.gz: afa3e315aeb4136fbbd692d6cea2bdbc1e616a150257b4a24d6a16cd19a5b9b1785d63b940d2d7eaba956d537abb8b6758b3c58b2db8a7d2f8edb59e1bc87662
7
+ data.tar.gz: 5bdaa0dd92d4071e97d15fda826c4f64652f1a6922becdd25651c6d959d0018fbed9c8b69b0c19696a9f084264c46a1d4e0a2cbbe9233b1e5d6b1e4383c6d23c
@@ -38,7 +38,7 @@ module Souls
38
38
 
39
39
  worker_paths = Souls.configuration.workers.map { |n| n[:name].split("-").last }
40
40
  worker_paths.each do |path|
41
- system("rm ./apps/#{path}/.env", chdir: Souls.get_mother_path)
41
+ system("rm -f ./apps/#{path}/.env", chdir: Souls.get_mother_path)
42
42
  system("cp -f ./apps/api/.env ./apps/#{path}/.env", chdir: Souls.get_mother_path)
43
43
  end
44
44
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.7.36".freeze
2
+ VERSION = "1.7.37".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.7.36
1
+ 1.7.37
@@ -1 +1 @@
1
- 1.7.36
1
+ 1.7.37
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: 1.7.36
4
+ version: 1.7.37
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI