souls 0.8.2 → 0.8.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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/lib/souls.rb +1 -1
  3. data/lib/souls/version.rb +1 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cc9a28012025af5ddad7c91cd7fc8738d41f91e2348ce3fc32ee7d97610d4177
4
- data.tar.gz: f8dfd8d2cc6573d29e9069b5d51271ef0af3c45d8d337984a0b292852f87073c
3
+ metadata.gz: ba6949269bd50c172b4daeb162ce1667245fd7d9e64c4c667840cf84c74713ea
4
+ data.tar.gz: 8c3b2f15b9144ed33e3685e204275f966f56178d4bb99312f5c23e906e74730e
5
5
  SHA512:
6
- metadata.gz: d674883bcc4208a98960b3cc6a363e830515f3d120a810fe39e6a220587c13a2687a98ebea76dc27bbb0d26578ec24f8cba6822617f4b48cdd621f7657c03843
7
- data.tar.gz: 914d33cf7642f4563985e49d2bec7c44ca203fee95f5bf3cf62c313a5ab0c6b05a33c4c2212c5a72f4a6c68d3bf21c3586c9eef553c7fd44ec9d0d4a1e6128f3
6
+ metadata.gz: 9a18ce07f509e90b00faf60356920d738fc3d415a9743c2ec37cce781f7ed712d6922cf03413d020d3ca63e7b7ecd47733d7c01e9abe866c861fee5ed4f15a5d
7
+ data.tar.gz: de6602b9586212185510318a9f18346c3d313c972c449c3d4ac304f7d0dacd1de2787dfc51bfb66201c757b523094bb7a0d0d99eaf5e52cda09e7e22d93445cd
@@ -125,7 +125,7 @@ module Souls
125
125
  def export_network_group
126
126
  app = Souls.configuration.app
127
127
  system "NEG_NAME=$(gcloud compute network-endpoint-groups list | grep #{app} | awk '{print $1}')"
128
- `echo $NEG_NAME > ./infra/config/neg_name`
128
+ `echo $NEG_NAME > ./config/neg_name`
129
129
  end
130
130
 
131
131
  def delete_network_group_list neg_name:
@@ -1,3 +1,3 @@
1
1
  module Souls
2
- VERSION = "0.8.2"
2
+ VERSION = "0.8.3"
3
3
  end
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.8.2
4
+ version: 0.8.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI