souls 0.27.2 → 0.27.6

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: 1cf1ae4a3de56f9fde7d3c7200ba4e7eba448e0a6fe09d577ba7f550aa5e9618
4
- data.tar.gz: 0bfface843f917a3ec74627e272622524b7887f1597b0782e32b26974391fef5
3
+ metadata.gz: 127a584a0cf093aecdf37c59bf8372887dbd08a63e9af00274a645686b09e3c6
4
+ data.tar.gz: dc93ff76d142c2406b0f0bafe0b844c6d3b0d0b73869721e9085fbf623803b2d
5
5
  SHA512:
6
- metadata.gz: 5f3057f60c46593bee1a501fa0c53e9849afdbe8ee58b23c83e81d44d6bbb82cceea8a6942b00c75bdb24417da511f245156bd6f44507340fd51bf632c68cb10
7
- data.tar.gz: c83202c8309d651a1c430e4b88a8ac5cd7f91aefcb8fe843d23a5d0e41a0b16e2c49d5cb8f1659f9d61c503c85f51e8ec2282f0e99b040ca129840c2fb64aa30
6
+ metadata.gz: 64b5de28635faff971a8cf46c06dd6c81c1f9783b2e8bf720d148176af5fe515917be8c414ad21ffb04d646008dd7fcf1794d8f3bcc615077917b9ff3d52b05f
7
+ data.tar.gz: a811586dee06161fc0fa6b79b3e680e0788aa245a5770bf7adc964e97cbcac11d8b49b1a10dc817c756149dbb7b35a85d3fd5b27d7a37ad86c98192e25c5d830
@@ -29,7 +29,7 @@ module Souls
29
29
  key = text.join(",").gsub(/^,/, "").chomp!
30
30
  puts(Paint[key, :white])
31
31
  puts(Paint["======= above(ここまで)=======", :cyan])
32
- github_secret_url = "https://github.com/#{github_repo}/#{app_name}/settings/secrets/actions"
32
+ github_secret_url = "https://github.com/#{github_repo}/settings/secrets/actions"
33
33
  souls_doc_url = "https://souls.elsoul.nl/docs/chapter2/#43-github-シークレットキーの登録"
34
34
  txt1 = <<~TEXT
35
35
 
@@ -48,7 +48,7 @@ module Souls
48
48
  { yellow_text: [github_secret_url, :yellow], yellow_text2: [souls_doc_url, :yellow] }
49
49
  ]
50
50
  )
51
- fileutils.rm(file_path)
51
+ FileUtils.rm(file_path)
52
52
  end
53
53
 
54
54
  def add_service_account_role(service_account: "souls-app", project_id: "souls-app", role: "roles/firebase.admin")
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.27.2".freeze
2
+ VERSION = "0.27.6".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.6.2
1
+ 0.6.6
@@ -1 +1 @@
1
- 0.6.2
1
+ 0.6.6
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.27.2
4
+ version: 0.27.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI