souls 0.68.1 → 0.68.2

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: 6f0ecf3c4d7ed19f71c77c666d6a04136607799edf909212cb5a36f7cc4a0d43
4
- data.tar.gz: d139a13a4bfa5017e0a359308abfdeb61ead755548c43264ce34d83c901d6442
3
+ metadata.gz: 420bd82f0189ae76a1ff615426954b652d4459d913ba302d96e4be139df4cac0
4
+ data.tar.gz: 94d6355a219f279444b7de60585b9e95cfae580dcc378d9091f91248c75b2b5f
5
5
  SHA512:
6
- metadata.gz: 6343d5e59243629addafc281c618c9e3191c909096937525a90710be443315f1a672730b44e67cfc9d4252a1b173e4125a223c233466e52afa44f57bfd73620d
7
- data.tar.gz: fdc1b3ad6fb2a74c957c18e927a045d9d63418e9e979040ba86b5d79d6f46e406feee139816113e0ebbef7b7485bd07259a90bc55b6db050a5bec86d8c89494d
6
+ metadata.gz: 516c7692c53c20a8a11d2aa1acc3524482b72a54022073cedb1ccc15e4a052be488fd0a6e42ebf60edc6b4002438067f193fdcc57579e11c8d418fdd9e46dc28
7
+ data.tar.gz: e9db926ca043aa388f5202a426e412a0c0cbf6d573f0eb9344a04f356cf47540fe21a577a572108eb417eae59f486e4ee9a808a76b672c07f6f06bb52741e2b6
@@ -68,7 +68,7 @@ module Souls
68
68
  project_id = Souls.configuration.project_id
69
69
  pubsub = Google::Cloud::Pubsub.new(project_id: project_id)
70
70
 
71
- topic = pubsub.topic(topic_name)
71
+ topic = pubsub.topic(topic_id)
72
72
  sub = topic.subscribe(subscription_id, endpoint: endpoint, deadline: 20)
73
73
  sub.expires_in = nil
74
74
  puts("Push subscription #{subscription_id} created.")
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.68.1".freeze
2
+ VERSION = "0.68.2".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.47.1
1
+ 0.47.2
@@ -1 +1 @@
1
- 0.47.1
1
+ 0.47.2
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.68.1
4
+ version: 0.68.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI