souls 0.27.0 → 0.27.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: 0c9fa990d327564396a323f48715af865bfdd1e825cbf2538dbb3318675c08aa
4
- data.tar.gz: b403de454c2c6bc8619201a36af1e7d80ece07e6561fc149e32cd4821e20b021
3
+ metadata.gz: fe217027f217b4667b0b7030cf5ba080bf12ae7fe4e5c48e0713c6adb6ca7edd
4
+ data.tar.gz: 582c1e0841cbcc9359e9eea5cbffc8e60f6a00feabe0ae64de537d6c74b0150c
5
5
  SHA512:
6
- metadata.gz: c395c5b01a546475640257ac32f05fe3f59f4a8a4c42a040f1ef3cf9543b082fe9b9b5e2f9ba094dd683e9f30d59c15b7e1e73ac27231c56b65f1814cf052b9a
7
- data.tar.gz: 50edef7da97873ec4a2521051f3bcb77e8bef07bd63e25ef53052379eacc83bf8adc96eb6dcf4167ad1a243e7fb2a2f78512828d3d5620ebe22b208a39a65976
6
+ metadata.gz: b68dd646be79a8a545fe4e79b6844dd451af26109d072120d686423714b40d26636a15bf4dcb4192d347086c9cd7cdea81d8079ed90e4e022395aa419d7bf585
7
+ data.tar.gz: 206320e626b5e5bdeaf9751f0bc9b5687e9cfe9f6cf50f388533a7077865eaed634cd8eefd5f96aeb61efca27ffaec8ebd692f48656801f911b78549ffb7e63c
@@ -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/init.rb CHANGED
@@ -20,7 +20,8 @@ module Souls
20
20
  config.app = "#{app_name}"
21
21
  config.project_id = "souls-app"
22
22
  config.strain = "#{service_name}"
23
- config.worker_endpoint = "https://worker.com"
23
+ config.github_repo = "elsoul/souls"
24
+ config.worker_endpoint = "https://worker.test.com"
24
25
  config.fixed_gems = ["excluded_gem"]
25
26
  end
26
27
  TEXT
@@ -49,10 +50,8 @@ module Souls
49
50
  config.app = "#{app_name}"
50
51
  config.project_id = "souls-app"
51
52
  config.strain = "mother"
52
- config.api = true
53
- config.worker = false
54
- config.frontend = false
55
- config.worker_endpoint = ""
53
+ config.github_repo = "elsoul/souls"
54
+ config.worker_endpoint = "https://worker.test.com"
56
55
  config.fixed_gems = ["excluded_gem"]
57
56
  end
58
57
  TEXT
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.27.0".freeze
2
+ VERSION = "0.27.4".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.4
@@ -1 +1 @@
1
- 0.6.0
1
+ 0.6.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.27.0
4
+ version: 0.27.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI