souls 0.49.0 → 0.50.0

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: acb1a478eea7adee5b08030cc7684079c61c2923638a26a12283ea1415a83578
4
- data.tar.gz: 7f705d45cfc5172d6ef3e9a3d2194113a8d698056457c28b541eb114acea93b7
3
+ metadata.gz: f09e978fcff3505869e0f90ec0361236dc9ab49060a02877ee2be566920873d2
4
+ data.tar.gz: d752f6115d32fed0193905455e0cac1ffb799d3e2845a8e7f71807955de399ec
5
5
  SHA512:
6
- metadata.gz: 569f199d2f30351f729939d09ed6cd63bd1d254f15b1750ebca5b07c7ebde57ebf9405c03861af4cd73d40adaa460b1550fedaf4dc5187f165724e0d01f89ba8
7
- data.tar.gz: 53082a4de7a34616c46e8015ac89fefedff53162434041d351575d258e3f5498184f270d8aae42c46e9790b64e0eabab495038129d3f7c49fe41773cea761c7d
6
+ metadata.gz: 48020ee00fc64db00d1f98c08aa087fe2dd41bb1bbfdf0b5c68d418bd3ce90726c43016bd6c5215fdb338c01ab4e5fba046d147aeb64878728b1f565899750b4
7
+ data.tar.gz: 91398508a99065252a54dabc29141bea6432ba0448936796ba2eda2c10eb64d8340b2763ebcab1c61e5ca10851628997a97f4953e499d109c6fa489da40255b3
@@ -59,7 +59,8 @@ module Souls
59
59
  pubsub = Google::Cloud::Pubsub.new
60
60
 
61
61
  topic = pubsub.topic(topic_id)
62
- topic.subscribe(subscription_id, endpoint: endpoint)
62
+ sub = topic.subscribe(subscription_id, endpoint: endpoint, deadline: 20)
63
+ sub.expires_in = nil
63
64
  puts("Push subscription #{subscription_id} created.")
64
65
  end
65
66
 
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.49.0".freeze
2
+ VERSION = "0.50.0".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.28.0
1
+ 0.29.0
@@ -1 +1 @@
1
- 0.28.0
1
+ 0.29.0
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.49.0
4
+ version: 0.50.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI