souls 0.26.1 → 0.26.5

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: 8dfb7d78b585890c670003133a6e687a7a39b4f70e906144c79c27e576d36936
4
- data.tar.gz: 0b13c30a496b1c02d060eb845c03e41de79c7ea7ed8d615f53a62295d0cc0ce7
3
+ metadata.gz: 0a8d4229808e756b4642678280b1563b041def4ab33e427197741cb6e857becf
4
+ data.tar.gz: e6cc0ce93f9a19f00e7709674c8f80e6947c9d698798cd4a703c1ca4d066b408
5
5
  SHA512:
6
- metadata.gz: e261f29bba6a2e959f5690eee223cc8119e912a0c8b866348dea1ed6664973c910b124698b1c0ef7d4663860e42c9f36f5ddddaf7a54fd655e39b70192105395
7
- data.tar.gz: baa9ce69af7d71d150be6a703a913f870da5a05c5f553bcca48728e3f487c92b16d3083e44142ae108652376f8bc7ab7e7fb545f1c019cf26b110f55e418ba8b
6
+ metadata.gz: 4aaaeb7f11a2e3b9279f80ca7ec4803e24eee7e627cd6e4466b09636589cfc3390837841cbc74fda328d2b17808b66fda8db80801425b1292e3da0dfb4b3fb85
7
+ data.tar.gz: e96c0bef761a865e576ddf48cf396bcbbb49c5d020504e868c55f032dc05061a9210bc2088dbc71b6acb3b5eacc08478333b2366d22a79f022d35d44a7835dc9
data/lib/souls/init.rb CHANGED
@@ -29,12 +29,12 @@ module Souls
29
29
  puts(e)
30
30
  end
31
31
 
32
- def self.download_github_actions
32
+ def self.download_github_actions(app_name: "souls-app")
33
33
  file_name = "github.tgz"
34
34
  url = "https://storage.googleapis.com/souls-bucket/github_actions/github.tgz"
35
35
  system("curl -OL #{url}")
36
- FileUtils.mkdir("github")
37
- system("tar -zxvf ./#{file_name} -C #{file_name}/")
36
+ FileUtils.mkdir_p("#{app_name}/github")
37
+ system("tar -zxvf ./#{file_name} -C #{app_name}/")
38
38
  FileUtils.rm(file_name)
39
39
  end
40
40
 
@@ -78,7 +78,7 @@ module Souls
78
78
  service_name = (strains[choice_num.to_i - 1]).to_s
79
79
  Souls::Init.download_souls(app_name: app_name, service_name: service_name)
80
80
  Souls::Init.mother_config_init(app_name: app_name)
81
- Souls::Init.download_github_actions
81
+ Souls::Init.download_github_actions(app_name: app_name)
82
82
  Souls::Init.initial_config_init(app_name: app_name, service_name: service_name)
83
83
  else
84
84
  puts(Paint["Coming Soon...", :blue])
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.26.1".freeze
2
+ VERSION = "0.26.5".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.5
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.5
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.26.1
4
+ version: 0.26.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI