souls 0.26.1 → 0.26.2

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: aacb11d1e46b687da11266cf9e3f83f6a07aec2127d275704b7ef22454d6fdde
4
+ data.tar.gz: d973b6e0665e48d70029ce6dab44c1b793228665c0bf020be002695f11b1c4f8
5
5
  SHA512:
6
- metadata.gz: e261f29bba6a2e959f5690eee223cc8119e912a0c8b866348dea1ed6664973c910b124698b1c0ef7d4663860e42c9f36f5ddddaf7a54fd655e39b70192105395
7
- data.tar.gz: baa9ce69af7d71d150be6a703a913f870da5a05c5f553bcca48728e3f487c92b16d3083e44142ae108652376f8bc7ab7e7fb545f1c019cf26b110f55e418ba8b
6
+ metadata.gz: 1f9735ce8e99f50628c4bfff3e5682aede06f155131963285f8cd33faba461f3b1c9a0f45b98551d37d585107ad81954d59816636881c42d3f04ed83a7204bc2
7
+ data.tar.gz: 4bd3cedb4d4a82d47ceb15a1f41640d12993277ac98885680c205772648b7e910e658a5d49affea21f8a44ce0e39669cf41f5be54301991a5669ddf184b4ebd5
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
36
  FileUtils.mkdir("github")
37
- system("tar -zxvf ./#{file_name} -C #{file_name}/")
37
+ system("tar -zxvf ./#{file_name} -C #{file_name}/#{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.2".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
@@ -1 +1 @@
1
- 0.5.1
1
+ 0.5.2
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.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI