canzea 0.1.143 → 0.1.144

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: 93e6f843357e22f5cdc4be83415abfeaf2af1bcd
4
- data.tar.gz: 3158dcdc0308f5a2308c4992f5915b762ca3ee9c
3
+ metadata.gz: 1461435d2fdb6caf5d6cfe1379d7854aac4db37f
4
+ data.tar.gz: 6641be56af7bd0f6eab8faecd5215c89de0a0306
5
5
  SHA512:
6
- metadata.gz: 49a264ff3f15f698cbb125ae7a3c6fa5bbaff6b23c017c7f0a7f7862291e304ba971d3b56d9f7c0053e51eea5d36a2f25e0c34266997d716a67aec5210f62250
7
- data.tar.gz: ac49ac5ba78a4d548fcccef30cdb55398fa77a55d59326d4c873b9c30c6cf5e87e243f18d160a99754490f11c8c8dd2c130f62a877cd2a4fdc347282a8d5a26a
6
+ metadata.gz: dcc56bde6268189ef8e330cb978765094154ddd40b8cea98f0a00f5e2bc56cddb2ab2944bd7a771b0ad0b9d734c74a22518afab56e3fd8715de9b1ffcec1fe8a
7
+ data.tar.gz: 0d330d1934e1ce7b02b430e67bbc4433149e73f8680e185e6f794292b0d0a6496303bd455730c4fbe302ef0b0db7c0b6aa48ca3dfb2f85a95a148e2001fffe6c
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.143"
2
+ VERSION = "0.1.144"
3
3
  end
@@ -125,7 +125,7 @@ class PlanStep
125
125
  lines = n.run cmd, start, lines - 1, true, ref
126
126
  end
127
127
 
128
- if ENV.has_key? ECOSYSTEM_CONFIG_GIT
128
+ if ENV.has_key? "ECOSYSTEM_CONFIG_GIT"
129
129
  log "-- Writing data to ecosystem git"
130
130
  adef = {
131
131
  "ES_ROLE" => role,
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: canzea
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.143
4
+ version: 0.1.144
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canzea Technologies