souls 0.26.4 → 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: ae0f756645176179171c222fa964f834b33eabb0682c9e52746ab04190cc50fa
4
- data.tar.gz: 6bc7df88728c49e170403ee72cacf2d3201d1ff2f19f8df4aa80d00ac3bf646b
3
+ metadata.gz: 0a8d4229808e756b4642678280b1563b041def4ab33e427197741cb6e857becf
4
+ data.tar.gz: e6cc0ce93f9a19f00e7709674c8f80e6947c9d698798cd4a703c1ca4d066b408
5
5
  SHA512:
6
- metadata.gz: 35bb79ed3fe0403f4653d363b9cfa8c787c3d5320bdec04beb2b86920a61e10cb7b9f4ad844898a7859b6096e52543f314aa47a7966d0b8ea859aad7345188f3
7
- data.tar.gz: 6a806db17149e8cbabcd06b840611a4c0b3e83e0442198e83a60a80ad979cc827ff42ebed93b23a7299493cc83f4002f67a515ad44f8832d8929ff70f67a5288
6
+ metadata.gz: 4aaaeb7f11a2e3b9279f80ca7ec4803e24eee7e627cd6e4466b09636589cfc3390837841cbc74fda328d2b17808b66fda8db80801425b1292e3da0dfb4b3fb85
7
+ data.tar.gz: e96c0bef761a865e576ddf48cf396bcbbb49c5d020504e868c55f032dc05061a9210bc2088dbc71b6acb3b5eacc08478333b2366d22a79f022d35d44a7835dc9
data/lib/souls/init.rb CHANGED
@@ -34,7 +34,7 @@ module Souls
34
34
  url = "https://storage.googleapis.com/souls-bucket/github_actions/github.tgz"
35
35
  system("curl -OL #{url}")
36
36
  FileUtils.mkdir_p("#{app_name}/github")
37
- system("tar -zxvf ./#{file_name} -C #{app_name}/github/")
37
+ system("tar -zxvf ./#{file_name} -C #{app_name}/")
38
38
  FileUtils.rm(file_name)
39
39
  end
40
40
 
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "0.26.4".freeze
2
+ VERSION = "0.26.5".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 0.5.4
1
+ 0.5.5
@@ -1 +1 @@
1
- 0.5.4
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.4
4
+ version: 0.26.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI