canzea 0.1.157 → 0.1.158
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 +4 -4
- data/lib/canzea/version.rb +1 -1
- data/lib/canzea.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f0bc1447d6fd96a26700a0c165699ec57e2cb83a
|
4
|
+
data.tar.gz: 7c538e4f8d608f0a714f930aeda8b6cf53623839
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 034d18fc801c279626e7fd075a2b3ea0ffb7809ead60f76973b4ed2223d7ece5569951dff7cf3dbd9c90aa05899a74be18dd64cfbe1e41c5623ba71220a785f1
|
7
|
+
data.tar.gz: ca0722ff4549fb9a501dee768b7e157b96a7c677cada60c3687aee7d0b32317bec1fe74cab7ca6a8fb2722315a0970059121e07a164d23f9b8a9071e8062bfc8
|
data/lib/canzea/version.rb
CHANGED
data/lib/canzea.rb
CHANGED
@@ -149,6 +149,7 @@ module Canzea
|
|
149
149
|
publicIp = File.read("#{Canzea::config[:pwd]}/vps-#{opts[:serverBase]}-#{opts[:serverNumber]}.json")
|
150
150
|
publicIp.strip!
|
151
151
|
|
152
|
+
basePath = "#{Pathname.new(Canzea::config[:catalog_location]).realpath}"
|
152
153
|
root = "#{basePath}/blocks/#{opts[:solution]}"
|
153
154
|
if File.exists? root
|
154
155
|
phases.each { | phase |
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: canzea
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.158
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Canzea Technologies
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-09-
|
11
|
+
date: 2018-09-14 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|