souls 0.28.6 → 0.28.10

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: a7d285b6cc65c31bf256621732e25cf82a154d894bd842c7925cf4d9a2436d0b
4
- data.tar.gz: b01e120cb0f88735771573afe76d35dfe20997ebb151e8d2fe487b4444a38945
3
+ metadata.gz: 57692fea02d6270aab8751550ff1fa34917526e47577d94cdb6264ee6b1bc056
4
+ data.tar.gz: 1b758e0c0f554d6eae37062023a826cc13f6f901e75fc3768a08fdf103aa5f5c
5
5
  SHA512:
6
- metadata.gz: a35c8eb77e9284149d4e172eb0edbf9484a9515226f9f5e653e9917f8029faf18d76b609fd9e592ea98fc83afdcb37057fd0856aaa4c11a1f483de5b40e7b422
7
- data.tar.gz: 273aca15999564d3d79555653a44e68979b79f9b39648a6e0da8283fcf9da1128af4e651fa634fcf2a0f48a4dbdfbc6017b4dbbde09a54bff296b9033c8616b4
6
+ metadata.gz: c06c5f1bd4c11839d79e7dafe348f3190261b3a7e15ea72286d73c69b3c4662b37450521fc1ae7f844c98c07018e6862e78f0501905947d9c3f9948014bf635f
7
+ data.tar.gz: bdb00623ab362142fab74855c5477720a64950bef071d6f2689df4994a2b208c06ddf369f5923f9ea0d04bbdf1e9c0460ebd64cb22052c90c6621f3d50ca7df8
@@ -21,6 +21,13 @@ module Souls
21
21
  "
22
22
  )
23
23
  end
24
+
25
+ def update_pubsub_subscription(
26
+ topic_name: "send-user-mail",
27
+ endpoint: "https:://test.com"
28
+ )
29
+ system("gcloud pubsub subscriptions update #{topic_name}-sub --push-endpoint #{endpoint} ")
30
+ end
24
31
  end
25
32
  end
26
33
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.28.6".freeze
2
+ VERSION = "0.28.10".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.7.6
1
+ 0.7.10
@@ -1 +1 @@
1
- 0.7.6
1
+ 0.7.10
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.6
4
+ version: 0.28.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI