souls 1.7.5 → 1.7.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: 8d89f149b6ed7303f89fb3e269b599458b03632ef231ea4e5e16f759b89b20ac
4
- data.tar.gz: fd0db8f94f5e15ff8530e620c99b2a58f0b1be080a5fe63656defb7314af9b61
3
+ metadata.gz: e741718ebcabb0d9a8f4e8845fe54fe43f1986f8f213943647976ef1c42fe29b
4
+ data.tar.gz: 3175f7064e569a2ea7d66a6658d0a0b228d5419023e9c8920a7776bef8c4d9a5
5
5
  SHA512:
6
- metadata.gz: ee48301b8981aa979ba83b87365e1a5c16486314b15b3908fb04e27ffede40ace96790b98085099df00a1aed8576e0b39761970e201a629e7ffadc27869a83d6
7
- data.tar.gz: 9cabccc639b40edeb0f2d65af212cc3fcd4185bf07d78f87bdb7dfad4bc6433c493ca097faee81f8fcf4a80904650074f94af21fe0f2a2c8e9b538932e8c387a
6
+ metadata.gz: 543bb689d4f1ae0ae5f5d9225eddce463b9eafffa8b1fec51f2d291cb7fb650355b21ca057d7ab899cb84c91f40f1a51c2a48f833b0da61f34d58b2f4fd0f662
7
+ data.tar.gz: 6bc06c28e7756dc1be35b0732d67f057d5cd528ef9bfdbb422747f36190c59271526471566f2f80947c87e399b77154fdce46d4b1e1712fcbc8b961235e85f79
@@ -131,10 +131,11 @@ module Souls
131
131
  end
132
132
  puts(Paint % ["Updated file! : %{white_text}", :green, { white_text: [api_workflow_path.to_s, :white] }])
133
133
  worker_workflow_paths.each do |file_path|
134
- File.open(file_path, "a") do |line|
135
- line.write(" \\ --vpc-connector=#{app_name}-connector \\")
136
- line.write("\n --vpc-egress=all")
137
- end
134
+ worker_workflow = File.readlines(file_path)
135
+ worker_workflow[worker_workflow.size - 1] = worker_workflow.last.chomp
136
+ worker_workflow << " \\ \n --vpc-connector=#{app_name}-connector \\"
137
+ worker_workflow << "\n --vpc-egress=all"
138
+ File.open(file_path, "w") { |f| f.write(worker_workflow.join) }
138
139
  puts(Paint % ["Updated file! : %{white_text}", :green, { white_text: [file_path.to_s, :white] }])
139
140
  end
140
141
  end
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.7.5".freeze
2
+ VERSION = "1.7.6".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.7.5
1
+ 1.7.6
@@ -1 +1 @@
1
- 1.7.5
1
+ 1.7.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.7.5
4
+ version: 1.7.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
@@ -226,7 +226,7 @@ licenses:
226
226
  metadata:
227
227
  homepage_uri: https://souls.elsoul.nl
228
228
  source_code_uri: https://github.com/elsoul/souls
229
- changelog_uri: https://github.com/elsoul/souls/releases/tag/v1.7.5
229
+ changelog_uri: https://github.com/elsoul/souls/releases/tag/v1.7.6
230
230
  post_install_message:
231
231
  rdoc_options: []
232
232
  require_paths: