souls 1.3.5 → 1.3.6

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: f7be84adf2c447eaa2ecd78cd32ca799988aff10a77669daa77323829687f18d
4
- data.tar.gz: ce581a1c2d2b42bf657ea74f04076d58820b260c48fabacd46fcb064abadfef4
3
+ metadata.gz: 67562406559d88c75d9c4f6dd7364524b947a0b02cdefd241b03c0a606f03f32
4
+ data.tar.gz: f7dc79a83361b8fc49675953760f2552cefbd46b39aa83e06c5fc3282283f91c
5
5
  SHA512:
6
- metadata.gz: 7b0545fb8986cbc81658387264a3d30b545dd01e3a46522dd4b6eeafbaa7f8370969d657d536b9951f10912b1a86897066a65068d045be8e82fe16155c071734
7
- data.tar.gz: 1b1e25eaa958bc4a5c02ee0ce0ab9775e63aba4fc26faa2d4bbf22ea0f78d4b0c1ca780cffd581992f71a2bbec5ee10ebfb1d07c18b6781378ab92e4f7ab435e
6
+ metadata.gz: 697e0be85783dc17f4e4a283ab8b3bd46b9cccc693bdb170f1e4b9d33f0f221a8ac125ff21319e895a2b7f1233848d74b124b9a361041d1b583bd2b3ee4b4556
7
+ data.tar.gz: c24ba7aaba182beed99d69dd1159897a5d2164457f24f75ce0a3f0c2f9c6eab14384e181d7049054bc345b847f31615a113f45a50c3cf36ef5503192e869dc48
@@ -46,7 +46,7 @@ module Souls
46
46
 
47
47
  def update_github_actions(key:)
48
48
  Dir.chdir(Souls.get_mother_path.to_s) do
49
- file_paths = Dir["github/workflows/*.yml"]
49
+ file_paths = Dir[".github/workflows/*.yml"]
50
50
  file_paths.each do |file_path|
51
51
  File.open(file_path, "a") do |line|
52
52
  line.write(" \\ \n --set-env-vars=\"#{key.upcase}=${{ secrets.#{key.upcase} }}\"")
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.3.5".freeze
2
+ VERSION = "1.3.6".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.3.5
1
+ 1.3.6
@@ -1 +1 @@
1
- 1.3.5
1
+ 1.3.6
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: 1.3.5
4
+ version: 1.3.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI