canzea 0.1.25 → 0.1.26

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: 41f84345c5d2cceaa0c628583a965082217c4562
4
- data.tar.gz: ca35d843ccefbea35755bee757d895cb34cf80f7
3
+ metadata.gz: 5ea4de06b351e31befa7419925de3aa36cf91571
4
+ data.tar.gz: b51738ff5a317c942f73466bc932593dc1e5d346
5
5
  SHA512:
6
- metadata.gz: f48584aef2ae932700441ddb8f45a431ad19edec3adbdf982a3b6a6d2ba228d4c93d563085bd441d1187628e5781117dbc9868e930720febfdd313bc370d9979
7
- data.tar.gz: a9a57c1899b3645fcfa9ef5dae7cef4bbc84005cd25645319f8e8450988fa66f6a0aae670028c3ef311dbf6446f9f7b17a65ff14a62c901445d68af4b687cfc7
6
+ metadata.gz: 45f3b3de26b85c1c7a2f4cf9d3abd5bae95a87838d722e9f6c33cb065583dced5812de3b9e44e673afc6769a2cfc4168018fee779f486d7a824221e91f85aef7
7
+ data.tar.gz: 1ad8e965054cd0c6bdab4af593b3a831df84902363d8b9840b4ad4bc9a9a8e71bf7b4d00bf3e43e959bae119fd00fbde2b26e8a839c7f3b1acda2b3e9e048268
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.25"
2
+ VERSION = "0.1.26"
3
3
  end
data/lib/canzea.rb CHANGED
@@ -109,7 +109,7 @@ module Canzea
109
109
  File.open("#{gitRoot}/configure.sh", 'a') { |file| file.puts("#!/bin/bash") }
110
110
  end
111
111
 
112
- File.open("#{gitRoot}/configure.sh", 'a') { |file| file.puts("canzea --enable #{ARGV.join(' ')}") }
112
+ File.open("#{gitRoot}/configure.sh", 'a') { |file| file.puts("canzea --lifecycle=configure #{ARGV.join(' ')}") }
113
113
  end
114
114
  end
115
115
 
@@ -18,4 +18,5 @@ class GetCatalog
18
18
  puts "Branch '#{g.branch}' Commit #{g.log[0]}"
19
19
  puts "Source #{catalogLocation}"
20
20
  end
21
+
21
22
  end
@@ -21,6 +21,8 @@ class PlanStep
21
21
  start = Integer(task)
22
22
  lines = 1
23
23
 
24
+ cmd = "undefined"
25
+
24
26
  begin
25
27
 
26
28
  plan['plan'].each do |item|
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.25
4
+ version: 0.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canzea Technologies