souls 1.5.0 → 1.5.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: 3469889eb53b99c477008678edde936ac8b0eb2d706c8e9558f952fe909d6777
4
- data.tar.gz: 1c7b81422aa93ab37bfca70caf243ec02f3946bbc7c656d6a934835400d79fed
3
+ metadata.gz: 610ae84aae1c7d75c24a0362d9aa8d26d8db04f5fceb3156a89717c2a04d2f43
4
+ data.tar.gz: d7aa00e87059adc6c94669ae690ac2d44553d798518f9e4241d9539e391d1a9c
5
5
  SHA512:
6
- metadata.gz: 32c16bd091866026827fec6c897622baa598197ebc89088f7ef6d0b3491532cd2d0dff775d6cd67671eae1b72fdf9e8d6dd0fbaab22270cef1c7c6ac3784d556
7
- data.tar.gz: 2afe09c0a90271def102750e8b20d4b6bc894627c48738418fb580516ef5b8bdcef165e6e42d3d3b550c2f5786f64603f1da5cd2b9308bdb9d0a0b55ef0f3834
6
+ metadata.gz: d1e30d414c8464bdeff2abc95bd92a26f58f234e731ccba69dc034a010c1043150e62affd95309d1197cd418c2ebdbc51c31fba65a65268f2b2b77126b006f3e
7
+ data.tar.gz: dcc28cc09610d9263bd060290f6399017f6bad0c8b6962f01c1c226fda890d126b61dd83e6b9877a4ecbbc3cec6108b6e48084c707993704f999bf3be9998a55
@@ -8,7 +8,7 @@ module Souls
8
8
  password = prompt.mask("Set DB PassWord:")
9
9
  app_name = Souls.configuration.app
10
10
  project_id = Souls.configuration.project_id
11
- instance_name = Souls.configuration.instance_name if instance_name.blank?
11
+ instance_name = Souls.configuration.instance_name
12
12
  region = Souls.configuration.region if options[:region].blank?
13
13
  db_type = options[:mysql] ? "MYSQL_8_0" : "POSTGRES_13"
14
14
 
data/lib/souls/version.rb CHANGED
@@ -1,4 +1,4 @@
1
1
  module Souls
2
- VERSION = "1.5.0".freeze
2
+ VERSION = "1.5.1".freeze
3
3
  public_constant :VERSION
4
4
  end
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.5.1
@@ -1 +1 @@
1
- 1.5.0
1
+ 1.5.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.5.0
4
+ version: 1.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - POPPIN-FUMI