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: 72bd5b4cded40b625ae03c8fc8a6e6cadb35bc41cd51d1ecbea455fb408b97f4
4
- data.tar.gz: 1adce2db13e657ba9f602a65e8bc75742ac9f1200edb449b9f385bd55092a47d
3
+ metadata.gz: e172a062be20012e3571aa688bc8110c311346e4d6b8dfb58717ffca1c3a26ff
4
+ data.tar.gz: 3b967b956ff328c0cfa31e576160734919fa13bedf1797ef244f3e37c42029d6
5
5
  SHA512:
6
- metadata.gz: b12eafb2701ebfcc26cc0b770d2fe1c0ae93540d49ccffaa5393e0946520e87cfbbb13c110830a89f3d74e3d05f363633762102e7270ffa9f77171d487fcea1c
7
- data.tar.gz: 13e8d4c8032e1901189fabec8907cb9425558f8946832570e85842cc92bc67cfd382ce5b35a3026012e1f61d0bdb971cccc40702e260b6c2e3979997aab08444
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.app_name
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,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.36.2".freeze
2
+ VERSION = "0.36.3".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.15.2
1
+ 0.15.3
@@ -1 +1 @@
1
- 0.15.2
1
+ 0.15.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.36.2
4
+ version: 0.36.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI