souls 0.28.8 → 0.28.9

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: 4e6e0a87f1f18ccbe0bece1b0e9bfcd6095feb13a351a6e2c5434c4586b0c015
4
- data.tar.gz: 31d688d7b2eb864f54cf35d538455b2a4dc07083aa95a1d8124412e18789226f
3
+ metadata.gz: e3e2c868621fbdddc2d17765b0b7a37afee86bdf5297cc25137cfecabdbacbf8
4
+ data.tar.gz: db5f3c6cd2ded3009de9e53a2d424b2c30a04470fe8d8bc6ad3b00749fa1d118
5
5
  SHA512:
6
- metadata.gz: eab9de5ba2ba06f8f050d299d88590bf4732f059c07c93b365b3a454af51d0ab2d2f76db01f3da16df060369411b736e6ba4e9cb0cc9d901ef609f7da510bf4b
7
- data.tar.gz: e415af61a46b01c3292bbcadaf40b971e95f65844e306282b7c1cc18abf665cfc3bbc6fdf74edac47f4c5ba3c9dc01ea9a479c4d073faf9c7d4aa403c1f9a2ff
6
+ metadata.gz: 41735607ef60bda8cf37448c15eef9dc264f112db2ffcbe3f02761bf54501250274036e36a49454d23e41abcf6ca866b0f00ccd5a0dbc2d4d44b1c89b03f37f5
7
+ data.tar.gz: c6939886910b88741b3884a9f89ce96dc4569c2af70072e751f4f2e66215771b2d1f53480294054835ffa7127c1484fa266630a579bef6a0eb0c05b036e0efe8
@@ -22,21 +22,8 @@ module Souls
22
22
  )
23
23
  end
24
24
 
25
- def update_pubsub_subscription(
26
- topic_name: "send-user-mail",
27
- project_id: "souls-app",
28
- service_account: "souls-app",
29
- endpoint: "https:://test.com"
30
- )
31
- system(
32
- "gcloud pubsub subscriptions update #{topic_name}-sub \
33
- --topic #{topic_name} \
34
- --topic-project #{project_id} \
35
- --push-auth-service-account #{service_account} \
36
- --push-endpoint #{endpoint} \
37
- --expiration-period never
38
- "
39
- )
25
+ def update_pubsub_subscription(endpoint: "https:://test.com")
26
+ system("gcloud pubsub subscriptions update #{topic_name}-sub --push-endpoint #{endpoint} ")
40
27
  end
41
28
  end
42
29
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.28.8".freeze
2
+ VERSION = "0.28.9".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.7.8
1
+ 0.7.9
@@ -1 +1 @@
1
- 0.7.8
1
+ 0.7.9
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.28.8
4
+ version: 0.28.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI