souls 0.36.2 → 0.36.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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e172a062be20012e3571aa688bc8110c311346e4d6b8dfb58717ffca1c3a26ff
|
|
4
|
+
data.tar.gz: 3b967b956ff328c0cfa31e576160734919fa13bedf1797ef244f3e37c42029d6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: eb222dd9b80ecbd9001b03633a22c94ab214f40cd8e7967ebadb3d053d894721f3f8caea7ddc3d1342c61b441f31004b1cdb508c06d4c3e5f4a56b2bcc9cec2b
|
|
7
|
+
data.tar.gz: 786b0b7aaf9a7ff2f1f815de106ed9f7bcf3203374d2b12703a66e8843c23c8631f2152e05934505a44298a9887a9e76c776fac94387f4ed98c8da358511d5b5
|
|
@@ -175,7 +175,7 @@ end
|
|
|
175
175
|
end
|
|
176
176
|
|
|
177
177
|
def souls_config_init(worker_name: "mailer")
|
|
178
|
-
app_name = Souls.configuration.
|
|
178
|
+
app_name = Souls.configuration.app
|
|
179
179
|
project_id = Souls.configuration.project_id
|
|
180
180
|
config_dir = "apps/#{worker_name}/config"
|
|
181
181
|
FileUtils.mkdir_p(config_dir) unless Dir.exist?(config_dir)
|
data/lib/souls/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
0.15.
|
|
1
|
+
0.15.3
|
|
@@ -1 +1 @@
|
|
|
1
|
-
0.15.
|
|
1
|
+
0.15.3
|