souls 1.16.1 → 1.16.2
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 59e6bb04a7d9f70bdee570ac60232fe7d41b3430d20e14b959dee532fc918b6b
|
|
4
|
+
data.tar.gz: 4d10e7c200afad5081005b4901e9518620c6b2e619aa52d2968666e563dc3de1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8bf61d6276da51d2d285464cbfbd05e9be9347ebdc7cb7fe7b2e94bb0de235d6f47f283dd333693085a969954b44bc58afb70ade1541de2a6e95c852fe3354da
|
|
7
|
+
data.tar.gz: 81705961ca83c7c91f311ee507112a7f5cc50d353c854901416231eecdac7c6519b773bdddd6c21ab5bb2fde5c1a5d9115d4769683f5e4fb835c52ade6793572
|
|
@@ -3,6 +3,7 @@ module Souls
|
|
|
3
3
|
desc "deploy", "Deploy Cloud Functions"
|
|
4
4
|
def deploy
|
|
5
5
|
require(Souls.get_mother_path.to_s + "/config/souls")
|
|
6
|
+
project_id = Souls.configuration.project_id
|
|
6
7
|
current_dir = FileUtils.pwd.split("/").last
|
|
7
8
|
unless current_dir.match?(/^cf_/)
|
|
8
9
|
Souls::Painter.error("You are at wrong dir!\nPlease go to `apps/functions` dir!")
|
data/lib/souls/version.rb
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.16.
|
|
1
|
+
1.16.2
|
|
@@ -1 +1 @@
|
|
|
1
|
-
1.16.
|
|
1
|
+
1.16.2
|