souls 0.40.0 → 0.40.1

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: 1fbe1578d6e8e0cb026243d7796df2e826a3c8850151de318170f8a80afb2879
4
- data.tar.gz: 5b22531a5e03fcd18494ff61e0cfc28e6699ef7a5b526c91c04450d5a9db62af
3
+ metadata.gz: e777d40acc58d576ed2f737e9524903c29e2cfe6a5242cbfa90ffa76292df395
4
+ data.tar.gz: e793146caaf8286f1240441e0b9bfdc789f0aa3bc64bd231482d2da49586a905
5
5
  SHA512:
6
- metadata.gz: 0dfdb6a0bf05853ded99da0a75f73005f02129ba78c5c23dabd58c6e8073d7d04a74fb0f9fb50fbe4c6d5ecbb7015da57005059aac89ecb70a435c9145db7b74
7
- data.tar.gz: aab8c8adb4ef5da4f0855a9b3d4aa9f5a3244a1f17228754d64daf4c2232466e6fcba0e700a3ab6162b68222af33045c4f38fa15acfddc93e83ab756ba3737a2
6
+ metadata.gz: b9873772fe08923d77ba44a5c7a773689914f625060f30f6c16ec907cac2e07606ab0f0702973e7ff8d115fcb6bc2f6d3ec1567d67c66553ae8a75e9957f7247
7
+ data.tar.gz: a1fb4a32637d210e27a42ee6d3755eb0089054a6841e00553d6705a08bad77279efeb4abf1fc0c0a9ff4746e94e979b19ece86b98b7df71491a5afe66260c431
@@ -12,7 +12,6 @@ module Souls
12
12
  pubsub = Google::Cloud::Pubsub.new
13
13
  topics = pubsub.topics
14
14
 
15
- puts("Topics in project:")
16
15
  topic_names =
17
16
  topics.map do |topic|
18
17
  topic.name.gsub("projects/#{project_id}/topics/", "")
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.40.0".freeze
2
+ VERSION = "0.40.1".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.19.0
1
+ 0.19.1
@@ -1 +1 @@
1
- 0.19.0
1
+ 0.19.1
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.40.0
4
+ version: 0.40.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI