souls 0.70.3 → 0.70.4

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: bfdd45d8bf4b6e76fd74f7b021bf81ea682859cc7abd509b18691f424b5d4f56
4
- data.tar.gz: a8c23d424ef49be05963e867eb33437388d79d3b094144e058ca447246c7b17b
3
+ metadata.gz: f303d6e98dce3fe3702af0d6a7f06e7e9380ef3b06ae8c42b5914caea712858b
4
+ data.tar.gz: 5dc2ad6585319c469e49d5a2888bcdd3dd43c9c39ccdd0e1e2ba8f59f98368f5
5
5
  SHA512:
6
- metadata.gz: 8d3b1d5b17a75d0bdae8a7bc69abc3997105e832b509acfbfba2e69950a25908786fb5c9a1fa0e64761187931332b59cd52a7f108900ca1007067fa4fd12d4a0
7
- data.tar.gz: eb4bc8998b6c4b05bc88864c8023bb6acb84dcc3e2329727857065de89552f9d6622a8151a305a25eac05225b31593a6bb4738c85e78fa68f759bf3fcb9826cb
6
+ metadata.gz: debcebcc054822bdc3c39e2e904ac11476a2ac7857a09b7a987683bf3e50c4a9d243607133e20b63dafb58cd5390952f348924afcd175eeb2e258b5e45448fe5
7
+ data.tar.gz: 2b2a537aa57ba9f5c1c0ca3ce5151291f58b030ac5c7d6d8af45c580dec3875e53dd3f03c65b7f45c17923a0d88726a38e142c10c067c1206fa4a7f428c35aa4
@@ -23,7 +23,7 @@ module Souls
23
23
  desc "get_endpoint", "Show Worker's Endpoint"
24
24
  def get_endpoint(worker_name: "")
25
25
  project_id = Souls.configuration.project_id
26
- `gcloud run services list --project #{project_id} | grep ##{worker_name} | awk '{print $4}'`
26
+ `gcloud run services list --project #{project_id} | grep #{worker_name} | awk '{print $4}'`
27
27
  rescue Thor::Error => e
28
28
  raise(Thor::Error, e)
29
29
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.70.3".freeze
2
+ VERSION = "0.70.4".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.49.3
1
+ 0.49.4
@@ -1 +1 @@
1
- 0.49.3
1
+ 0.49.4
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.3
4
+ version: 0.70.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI