souls 0.70.1 → 0.70.2

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: e3a397035f6d28d12e2a81013b5dcbb7a9ac484017ef2665525e7d7cacdc6dd5
4
- data.tar.gz: ff6c174834e355ea58a24c86ee6d882441b8c162b644308e07e80dcf23f2a0f4
3
+ metadata.gz: 04a83864e4ef97cf7d05a2bfad00072c6ac166b016cb7a1507c88f265afc2bb3
4
+ data.tar.gz: 0fc0baae89d5951397c7ec30423e3bf0418be933823ff95756c3500eb62d1cf2
5
5
  SHA512:
6
- metadata.gz: ad7b79f92e568270686b946aa3c9e19e2503c555d948d815e1487c744f847d6d736c87aa19b264fe8955176bf29ce17172cba53ae3f9f8281f6eb47458a19df6
7
- data.tar.gz: b3f5bd8df452a32e85baffe282025ac1388dd6d98e73be73457eaa62199b1724a825d829e22c54873f7b36fecc39fe4a4098bc4acfa4d311b9a41c1704e4bb65
6
+ metadata.gz: 3ed5978e7f65a14a1f1065297bf897da87095eb34d485211dd2b8a76e6007da94ac84292ab7f86d2252a43e412dcba82448f5259d61a853df6921137e0057ca0
7
+ data.tar.gz: 8764bca4fa95beb1f9631eb4228962b1dd84fa13b2ff22f0c8fbd0d516df02a00c1c990bd11fba5db359051047c9f6a7be1fa24c0cab9d101550f08834597ff8
@@ -25,7 +25,7 @@ module Souls
25
25
  app_name = Souls.configuration.app
26
26
  project_id = Souls.configuration.project_id
27
27
  `gcloud run services list --project #{project_id}
28
- --platform managed | grep #{app_name}-souls-#{worker_name} | awk '{print $4}'`
28
+ | grep ##{worker_name} | awk '{print $4}'`
29
29
  rescue Thor::Error => e
30
30
  raise(Thor::Error, e)
31
31
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.70.1".freeze
2
+ VERSION = "0.70.2".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.49.1
1
+ 0.49.2
@@ -1 +1 @@
1
- 0.49.1
1
+ 0.49.2
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.70.1
4
+ version: 0.70.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI