souls 0.28.3 → 0.28.4

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: 8de6aeb5238dbcaf510b31d4b38ce82e86a14b216b03b4a54470db6a7bbcd272
4
- data.tar.gz: 024bf3a280cf6717688202a79faee0d6a1b9e617a2224d9860a4cf045dc8de00
3
+ metadata.gz: 9720aa65c9827862e45cafc511e8607c430767aa62f18172adfd18e05ad7ef49
4
+ data.tar.gz: f707c017b93e52827444e880aa3365f8897796f189d788e5c570b88cd3f13415
5
5
  SHA512:
6
- metadata.gz: 905ebb4d4765e733bbe0a3fc604b765d06e26c9bf7e4b6dad351b57d18552ec6862c86354bdccf9e2a936bccf17d1ef57a39d6f87bcfc9022d7bfaae3efbc8df
7
- data.tar.gz: d42d81b343f068515f865cb252d9585a348db70f5d044afa3ff702febcf01aea687dd20ea77b147857dab58de04134bd824c6c4ef4c9812a7ac9087a67a96eba
6
+ metadata.gz: 3035bb95a8e121cf2ef107fe468e3feb73bc6bb5a8b17206559c863770c65cd1887c46c4c1a053e705de26c6e9de27da33a573926e4cd4afa5141b3cca4774ea
7
+ data.tar.gz: ca66f342d077f0b28dc48a7459ec448a0c7436e08adf8dee0f186096f98260831cf507bec0ed7f19b34652d3335b778c763c75dc3c938f654467c81ff855c090
@@ -15,7 +15,10 @@ module Souls
15
15
  project_id = Souls.configuration.project_id
16
16
  Souls::Gcloud.auth_login(project_id: project_id)
17
17
  when "enable_permissions"
18
+ service_account = Souls.configuration.app
19
+ project_id = Souls.configuration.project_id
18
20
  Souls::Gcloud.enable_permissions
21
+ Souls::Gcloud.add_permissions(service_account: service_account, project_id: project_id)
19
22
  when "create_pubsub_topic"
20
23
  topic_name = args[2] || "send-user-mail"
21
24
  Souls::Gcloud.create_pubsub_topic(topic_name: topic_name)
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.28.3".freeze
2
+ VERSION = "0.28.4".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.7.3
1
+ 0.7.4
@@ -1 +1 @@
1
- 0.7.3
1
+ 0.7.4
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.3
4
+ version: 0.28.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI