souls 0.26.3 → 0.26.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: de4eff0876018a8bd7068f3b5f3e8241813a15abb9e6cb1af26a40d8c4d559d9
4
- data.tar.gz: a0116cd30e3d448d26aeb37e39330efb93b8fcbce48a52dc4c18e4e45e70e947
3
+ metadata.gz: ae0f756645176179171c222fa964f834b33eabb0682c9e52746ab04190cc50fa
4
+ data.tar.gz: 6bc7df88728c49e170403ee72cacf2d3201d1ff2f19f8df4aa80d00ac3bf646b
5
5
  SHA512:
6
- metadata.gz: cf81a79b321003740af706da0e81818ca92f5663b154c83045cd9fb52768df0eecea14dc85d8d3851064a489bd0181ebd0177f7212bc3ce69fb41ec2ec47d6e5
7
- data.tar.gz: 922a6620c36b865eb47c2625425818669144f04b7472177adf99084795d036075ccce430c49cda6818a7805826310df803af010969e420830f512626144a5b93
6
+ metadata.gz: 35bb79ed3fe0403f4653d363b9cfa8c787c3d5320bdec04beb2b86920a61e10cb7b9f4ad844898a7859b6096e52543f314aa47a7966d0b8ea859aad7345188f3
7
+ data.tar.gz: 6a806db17149e8cbabcd06b840611a4c0b3e83e0442198e83a60a80ad979cc827ff42ebed93b23a7299493cc83f4002f67a515ad44f8832d8929ff70f67a5288
data/lib/souls/init.rb CHANGED
@@ -33,7 +33,7 @@ module Souls
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")
36
+ FileUtils.mkdir_p("#{app_name}/github")
37
37
  system("tar -zxvf ./#{file_name} -C #{app_name}/github/")
38
38
  FileUtils.rm(file_name)
39
39
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.26.3".freeze
2
+ VERSION = "0.26.4".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.5.3
1
+ 0.5.4
@@ -1 +1 @@
1
- 0.5.3
1
+ 0.5.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.26.3
4
+ version: 0.26.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI