souls 1.0.7 → 1.0.8

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: d7b736a335a76f10ffa0da25993fa9006d29935ab83c73f4b7704d950ae61782
4
- data.tar.gz: a7ddd65dd7447105eccb753a5fc68354bf2cef1d1ad0859d0cfe1be27d9b6f39
3
+ metadata.gz: 4ec1eb06deb10c04bc1889717068b3cc94bdc65d70c8a34bc8afde5f74185dab
4
+ data.tar.gz: 3d78c3de6c7d8a99a45b390b4fb8762ed0dfbdbb19136e3d64fe7d34623508c5
5
5
  SHA512:
6
- metadata.gz: 1e47a9beb0c375140e0b1411c30113125459da199423c7b8132a736dd9721c1d979c05bb9249f551b9ff066253911e05e9458b28343d830c784c7ca3159ff3c3
7
- data.tar.gz: 8eb8d3b3f9181b1ac1e76583e258561d546540741aabcb283807860188bc370da28ce9529042a623de2c5f3aace4a2ae18e1cfbb4a76d9ee833cad1990681399
6
+ metadata.gz: 9dd359c317c6ce1faafe10f8599111c14fddc5e363eabfe242d34613b16e793fb2fcaa833c9c95329e9f42bedc000e7ecfef2e816001685270b1419ab53d089d
7
+ data.tar.gz: 66627a105b146d41e3ea021cc5d170f0888e48678a2e711b51dbc5824b895f19b81c6f5dc12f30fe81958f05a75a96bcfa53242a458725a02a7b30334a950bbc
@@ -59,7 +59,7 @@ module Souls
59
59
  pubsub = Google::Cloud::Pubsub.new(project_id: project_id)
60
60
  subscription_id = "#{topic_id}_sub"
61
61
  subscription = pubsub.subscription(subscription_id)
62
- subscription.detach
62
+ subscription.delete
63
63
  end
64
64
 
65
65
  def create_push_subscription(topic_id: "mailer")
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.0.7".freeze
2
+ VERSION = "1.0.8".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.0.7
1
+ 1.0.8
@@ -1 +1 @@
1
- 1.0.7
1
+ 1.0.8
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: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI