canzea 0.1.166 → 0.1.167

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b9d3ac0cc571245b20ce0cc255de7a3a5f100e15
4
- data.tar.gz: fec26f1eb6912fdfa9b46cf5a4779879988d48e8
3
+ metadata.gz: cc04e83fa7fed7f2c8aa1bdcd27cea7402ecf5d5
4
+ data.tar.gz: 60862ce32ce73ab9a8dacdab3e8591e4eb5b275d
5
5
  SHA512:
6
- metadata.gz: 1648f06108685edea2773bcbae876d93b428cb53418ac19291a3d0dcfd92efb8762fb5718be871b77d83e2f5afbf656b033f3d1f27b6bc46885d4e4a2d86aed6
7
- data.tar.gz: 4707df9acf4578dbea06d1416deb5ac33ec338dfa51b10f51ef398b49bbe9a6c5d1fa6898f7b4030b76985b59748246fd572d98f9c6b223958d61b1c426c79f9
6
+ metadata.gz: 824d59fe679124f9cfb4f2757ed3920ad9b1625fd045f3a19b71a176b517ad6d1247f731f8ca681738726963a245a73d01f07d9f7ad622bf73c2d60ddca7e916
7
+ data.tar.gz: 8ed80993f560b5fbd90e29d080bacfd54a6faab3dccbfc8b18836f6ba96f1dc257edd1e1c8929b717362fc3a1d5be63186b79c5d79d01a8684b2db85ec8fba23
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.166"
2
+ VERSION = "0.1.167"
3
3
  end
data/lib/canzea.rb CHANGED
@@ -248,7 +248,7 @@ module Canzea
248
248
  puts "-- Running install step #{opts[:role]} #{opts[:solution]}"
249
249
 
250
250
  # If there are args, then parse them and put them in environment variables
251
- args = JSON.parse(opts.fetch(:args, {}))
251
+ args = JSON.parse(opts.fetch(:args, '{}'))
252
252
  args.keys.each { | k |
253
253
  if args[k].instance_of? String
254
254
  puts "-- SETTING #{k.upcase} = #{args[k].to_str}"
@@ -273,7 +273,7 @@ module Canzea
273
273
  puts "-- Running configure step #{opts[:role]} #{opts[:solution]}"
274
274
 
275
275
  # If there are args, then parse them and put them in environment variables
276
- args = JSON.parse(opts.fetch(:args, {}))
276
+ args = JSON.parse(opts.fetch(:args, '{}'))
277
277
  args.keys.each { | k |
278
278
  if args[k].instance_of? String
279
279
  puts "-- SETTING #{k.upcase} = #{args[k].to_str}"
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.166
4
+ version: 0.1.167
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canzea Technologies