souls 1.7.31 → 1.7.32

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: dacaa8204429d10d4c47a1f13dcff780c1e9984314b297d7e99142e34025b4a4
4
- data.tar.gz: 2f75725f2aa4c2364b2a5590408b964079644add22f104a58d7dc805fb21f5f7
3
+ metadata.gz: eb5a2331815decfceac613eba1aaf62b1da94bc93029bc2a7ea3633d3d49515f
4
+ data.tar.gz: 85893b36c5e653d01202e8ea230a872eb2843b287b5e290c4ea75d66bfbbfb1a
5
5
  SHA512:
6
- metadata.gz: 60ceef310ddad467a8c0c54461ece1958e6c27cf707804eee71afd6fa0100554c5ef1e8ca58df63dfb0118aacb8e18ed1d03010d30b57261a35c2fc729987ffe
7
- data.tar.gz: 9da15cc3507dbbbdbc2019dd118d2b674750c08c0ec61737dddc28fe450615b1027149eb56e423cae8796e617d80dcecdf63020197610b513ab1db8477742eb0
6
+ metadata.gz: cf6f4b88c770fa08d62b58dcf4720980d7570f4267b7c61881eb841304480fc31fab5b7284f1aaa0ed25eb62b23e017146af113a356a0f69fe45a1ff55fed637
7
+ data.tar.gz: 061e956b41e9a78d872b2d0b13aacd00d2bb9a9408be8bee68d3c647a7d6ed5a6517c52ce1cc0a0aca66f5d3da749786f44a488f67b44f96bb77075c7dbc7d28
@@ -73,7 +73,6 @@ module Souls
73
73
  def update_github_actions(key:)
74
74
  Dir.chdir(Souls.get_mother_path.to_s) do
75
75
  file_paths = Dir[".github/workflows/*.yml"]
76
- file_paths.delete(".github/workflows/api.yml")
77
76
  file_paths.each do |file_path|
78
77
  worker_workflow = File.readlines(file_path)
79
78
  worker_workflow[worker_workflow.size - 1] = worker_workflow.last.chomp
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.7.31".freeze
2
+ VERSION = "1.7.32".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.7.31
1
+ 1.7.32
@@ -1 +1 @@
1
- 1.7.31
1
+ 1.7.32
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.7.31
4
+ version: 1.7.32
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI