souls 1.7.0 → 1.7.1

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: 32302ba2e0fd1c7f83b719c9dce0ab98c34a38f988f7f2b6f384fab8819a9990
4
- data.tar.gz: cdd9b060a8fdbf9ced59a1ec2398387a7a44ad6d885d4027c0d4c75ada92c065
3
+ metadata.gz: cbd18efdcae1c0612e223ac89dc05522056720f60d337c74542654db7e3a0c42
4
+ data.tar.gz: abadaea14c0ebe3e8ac51e19de602b6547779e4df92f52a8f95d8eabf6a66e9f
5
5
  SHA512:
6
- metadata.gz: 90b63307663021f3885fa96f09a49b784a3a5fd7c22f260e2602442342ad8fd630ef9e6ba76361548fce88afcb50240dec170cc3d895988b0b84d3dd8daf5e54
7
- data.tar.gz: 2546afbd6fce7bd1c08beb29b622cb851bc3ccb0fa138f6f729b05af7c38e1af168f57cb6c6d3634730a2f246c9c8787bb8ca7c89cc862996e1102de44d1102a
6
+ metadata.gz: e3bf839ed31fa103cdf2ee536bf80edf8183eebcde8471c7d3351ac3e2c19da1f1a3907346b117a332e11eeaf6d57019d2d68bd8dea1272ffd5e2fd7eff00366
7
+ data.tar.gz: 5b782a7379dddd2c58c80bce06c1dd25c6c32120fade46a39b7eb2092fe230d63ec616b914d6ba90fca1046902b91bb4aef42dbd76f602dd0b6fee24bd013d83
@@ -16,8 +16,16 @@ module Souls
16
16
  Souls::Sql.new.invoke(:setup_private_ip)
17
17
  update_workflows
18
18
  update_env
19
- puts(Paint["Cloud NAT is All Set!", :green])
20
- puts(Paint["\nYou need to deploy to update production DB_HOST environment!", :yellow])
19
+ puts(Paint["Cloud NAT is All Set!\n", :white])
20
+ puts(
21
+ Paint % [
22
+ "Your Worker's External IP: %{white_text}",
23
+ :green,
24
+ { white_text: [get_external_ip.to_s, :white] }
25
+ ]
26
+ )
27
+ puts(Paint["\nYou can add this IP to third party white list", :white])
28
+ puts(Paint["\nPlease git push to update your github workflow now!", :yellow])
21
29
  true
22
30
  rescue Thor::Error => e
23
31
  raise(Thor::Error, e)
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.7.0".freeze
2
+ VERSION = "1.7.1".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.7.1
@@ -1 +1 @@
1
- 1.7.0
1
+ 1.7.1
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.0
4
+ version: 1.7.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI
@@ -232,7 +232,7 @@ licenses:
232
232
  metadata:
233
233
  homepage_uri: https://souls.elsoul.nl
234
234
  source_code_uri: https://github.com/elsoul/souls
235
- changelog_uri: https://github.com/elsoul/souls/releases/tag/v1.7.0
235
+ changelog_uri: https://github.com/elsoul/souls/releases/tag/v1.7.1
236
236
  post_install_message:
237
237
  rdoc_options: []
238
238
  require_paths: