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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c3da181ee82ec8c45a2134fdd0808fd3aad9a5cd
4
- data.tar.gz: d9a883bace5b628fb57b296ca4ab894f1367566f
3
+ metadata.gz: f0bc1447d6fd96a26700a0c165699ec57e2cb83a
4
+ data.tar.gz: 7c538e4f8d608f0a714f930aeda8b6cf53623839
5
5
  SHA512:
6
- metadata.gz: a507e1cf61a1a54a06f079be1760d2508d74a52bc82c11adaf1c99ebfa6b34d0327b0f0a1931d7b8f98527a7df545f6ad76f02c65e224d5ed8141984d7070c85
7
- data.tar.gz: 73d3efbc08720cf4d77f8b2a7b311dca374541c4fdae3ae09a2c8324b47729331d7d4ecee2d0e875e6d193c348b039a4cc58ab8b898629d9834be274955b78b7
6
+ metadata.gz: 034d18fc801c279626e7fd075a2b3ea0ffb7809ead60f76973b4ed2223d7ece5569951dff7cf3dbd9c90aa05899a74be18dd64cfbe1e41c5623ba71220a785f1
7
+ data.tar.gz: ca0722ff4549fb9a501dee768b7e157b96a7c677cada60c3687aee7d0b32317bec1fe74cab7ca6a8fb2722315a0970059121e07a164d23f9b8a9071e8062bfc8
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.157"
2
+ VERSION = "0.1.158"
3
3
  end
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.157
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-06 00:00:00.000000000 Z
11
+ date: 2018-09-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler