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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 07c1fd750790a2c8a5f46d9ef71b2b945bd00345
4
- data.tar.gz: 89eecb6433b3372b3120611c57a8e955f581df77
3
+ metadata.gz: 5333bd100f17a9c8e78db3e474e8f54cc295e24a
4
+ data.tar.gz: b0e42fbfbf94623d6a4d13b16f2d1ab11804e780
5
5
  SHA512:
6
- metadata.gz: 4fe6176806dbcf3a8e138f3f2adabc8c24cb12ef4f1ad052998a74bb48e07d5a2c4b026db17bd867c01c2ed2e0166170060db15e36d7cee0532f85e379e23732
7
- data.tar.gz: 983f4f95775fc60076b55ea030035a9911fc5365582818390390b5497c6ef5faa90082c83936aede997473b98bf1ad16bccffa18e8406d98c3c084fa51d3af83
6
+ metadata.gz: 5c2e7aa71a96b47f38a26aacdce89eeb8d3f7b109a2117218a085bf6a14f348aefb27a9822bf4efbb8aeec1e93d4f0fd33e3f52e1a7313523b13edf28272c262
7
+ data.tar.gz: 9bb3efa7d5a85fd16b142f75d91bf6fe274053e590c94791ebca3035d87182e812c6c6d02bbd3f28f9cd8d65c0cde67b842bfd5c89dc554bbebc51d12dcfa044
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.31"
2
+ VERSION = "0.1.32"
3
3
  end
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.31
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-06 00:00:00.000000000 Z
11
+ date: 2016-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler