souls 1.3.7 → 1.3.8
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 15b543f68c631153cb55d9db471e72bb9a0a8bf057abfcefb7abe115eb3cad50
|
4
|
+
data.tar.gz: dcb2091faf7d1dba574743f119b9019d70fd2544a07f25c46043f6a153827b59
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab28c78e9531eca9678af3a1910ae2436f2ea0739729f235516fb248f109f4511581f4dfeb0602c5c25b7d69522e7d128db8816bd8ba81b9ce7df664a6592d1a
|
7
|
+
data.tar.gz: c56cbdd2485dfc68d08f74147a5cba66cc388a32c2fc1c74fe3c0affde2385b1d9ed8b94f2fbe448d8441656e3c9c237ecb71a0a2a9216630fe31f5ca5cbc6bd
|
@@ -24,8 +24,9 @@ module Souls
|
|
24
24
|
SOULS_DB_HOST=#{get_sql_ip.strip}
|
25
25
|
SOULS_DB_PW=#{options[:root_password]}
|
26
26
|
SOULS_DB_USER=postgres
|
27
|
-
|
27
|
+
SOULS_GCP_PROJECT_ID=#{project_id}
|
28
28
|
SOULS_SECRET_KEY_BASE="#{SecureRandom.base64(64)}"
|
29
|
+
TZ="#{region_to_timezone(region: region)}"
|
29
30
|
TEXT
|
30
31
|
end
|
31
32
|
end
|
@@ -40,11 +41,12 @@ module Souls
|
|
40
41
|
SOULS_GCP_PROJECT_ID=#{project_id}
|
41
42
|
SOULS_GCP_REGION=#{region}
|
42
43
|
SOULS_GCLOUDSQL_INSTANCE="#{project_id}:#{region}:#{instance_name}"
|
43
|
-
SOULS_TZ="#{region_to_timezone(region: region)}"
|
44
44
|
SOULS_SECRET_KEY_BASE="#{SecureRandom.base64(64)}"
|
45
|
+
TZ="#{region_to_timezone(region: region)}"
|
45
46
|
TEXT
|
46
47
|
end
|
47
48
|
end
|
49
|
+
Souls::Github.new
|
48
50
|
rescue Thor::Error => e
|
49
51
|
raise(Thor::Error, e)
|
50
52
|
end
|
data/lib/souls/version.rb
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.8
|
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.8
|