souls 0.54.5 → 0.54.6

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 67f7095a375672b1a1c6afa3f952f08884b88aad0c121963fd70708052ef2332
4
- data.tar.gz: 3827ecad5d12367fa018bf7bc5d073e6172d69bfaa0063dea0e22a43db2e9ee5
3
+ metadata.gz: c1fc9772856d936fd0736885d412e15d60094daec790001e2c530c0a05e758c3
4
+ data.tar.gz: ca5a614a7c34c6002769d2dceb720d7036ce1bfa376217dd1d1d50e9a637257b
5
5
  SHA512:
6
- metadata.gz: 77b152892d353af386cd550ef0c872362b8dc9e71590c63f84ad5e992f821cdebd70d6c1a988f67b0ddd34d787e0c6b1a221383f1ac42523ef04385c63095a4f
7
- data.tar.gz: 624356116448f8a84790fec1eaedc237ba61bda08a0e9d0f18d4fddf6d44b2ba2c1e15fbdb23c2bfb30db568a10b61b5669fa25a3fed6b5d635842eedc892375
6
+ metadata.gz: '0968ce4aac80f3f22da301a0c89dd69b00628730010d3ea07609c6dc50d8d524d2996f4ea28cf301c08e90168376266a5be3260588fd8e9950c0df34018f0809'
7
+ data.tar.gz: 55c05a2a726b45f991cfb8c98f36abc6e3486d52a38a15987c7fe783a4afb6194fd4e76bc77b26a003d0b380fcbadd474331acbfa0754db7748c92c60beab087
data/exe/souls CHANGED
@@ -11,7 +11,6 @@ begin
11
11
  "help",
12
12
  "api",
13
13
  "create",
14
- "gcloud",
15
14
  "worker",
16
15
  "",
17
16
  nil
@@ -9,10 +9,12 @@ module Souls
9
9
  raise(StandardError, "Same Worker Already Exist!") if Dir.exist?(file_dir)
10
10
 
11
11
  workers = Souls.configuration.workers
12
+ app = Souls.configuration.app
12
13
  port = 3000 + workers.size
14
+ souls_worker_name = "souls-#{app}-#{options[:name]}"
13
15
  download_worker(worker_name: options[:name])
14
- souls_conf_update(worker_name: options[:name])
15
- souls_conf_update(worker_name: options[:name], strain: "api")
16
+ souls_conf_update(worker_name: souls_worker_name)
17
+ souls_conf_update(worker_name: souls_worker_name, strain: "api")
16
18
  workflow(worker_name: options[:name])
17
19
  procfile(worker_name: options[:name], port: port)
18
20
  mother_procfile(worker_name: options[:name])
@@ -34,6 +34,7 @@ module Souls
34
34
 
35
35
  desc "config_set", "gcloud config set"
36
36
  def config_set
37
+ require("#{Souls.get_api_path}/config/souls")
37
38
  project_id = Souls.configuration.project_id
38
39
  system("gcloud config set project #{project_id}")
39
40
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.54.5".freeze
2
+ VERSION = "0.54.6".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.33.5
1
+ 0.33.6
@@ -1 +1 @@
1
- 0.33.5
1
+ 0.33.6
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.54.5
4
+ version: 0.54.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
@@ -10,7 +10,7 @@ authors:
10
10
  autorequire:
11
11
  bindir: exe
12
12
  cert_chain: []
13
- date: 2021-09-23 00:00:00.000000000 Z
13
+ date: 2021-09-24 00:00:00.000000000 Z
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
16
16
  name: activesupport