canzea 0.1.31 → 0.1.32
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 +3 -3
- 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: 5333bd100f17a9c8e78db3e474e8f54cc295e24a
|
4
|
+
data.tar.gz: b0e42fbfbf94623d6a4d13b16f2d1ab11804e780
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c2e7aa71a96b47f38a26aacdce89eeb8d3f7b109a2117218a085bf6a14f348aefb27a9822bf4efbb8aeec1e93d4f0fd33e3f52e1a7313523b13edf28272c262
|
7
|
+
data.tar.gz: 9bb3efa7d5a85fd16b142f75d91bf6fe274053e590c94791ebca3035d87182e812c6c6d02bbd3f28f9cd8d65c0cde67b842bfd5c89dc554bbebc51d12dcfa044
|
data/lib/canzea/version.rb
CHANGED
data/lib/canzea.rb
CHANGED
@@ -104,7 +104,7 @@ module Canzea
|
|
104
104
|
lifecycle = opts[:lifecycle]
|
105
105
|
|
106
106
|
if lifecycle == 'install'
|
107
|
-
puts "Running install step #{opts[:role]} #{opts[:solution]}"
|
107
|
+
puts "-- Running install step #{opts[:role]} #{opts[:solution]}"
|
108
108
|
ps = PlanStep.new
|
109
109
|
ps.runPhaseInstall opts[:role], opts[:solution], test, Integer(opts.fetch(:task, 1))
|
110
110
|
|
@@ -119,13 +119,13 @@ module Canzea
|
|
119
119
|
end
|
120
120
|
|
121
121
|
if lifecycle == 'configure'
|
122
|
-
puts "Running configure step #{opts[:role]} #{opts[:solution]}"
|
122
|
+
puts "-- Running configure step #{opts[:role]} #{opts[:solution]}"
|
123
123
|
ps = PlanStep.new
|
124
124
|
ps.runPhaseConfigure opts[:role], opts[:solution], test, Integer(opts.fetch(:task, 1))
|
125
125
|
end
|
126
126
|
|
127
127
|
if lifecycle == 'wire'
|
128
|
-
puts "Running helper #{opts[:solution]} #{opts[:action]}"
|
128
|
+
puts "-- Running helper #{opts[:solution]} #{opts[:action]}"
|
129
129
|
ps = HelperRun.new
|
130
130
|
ps.run opts[:solution], opts[:action], opts[:args], opts.fetch(:status,nil)
|
131
131
|
end
|
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.32
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Canzea Technologies
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2016-12-
|
11
|
+
date: 2016-12-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|