canzea 0.1.50 → 0.1.51

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: 73d03a590320ab23b8f5581dc0b5bff40b95ff15
4
- data.tar.gz: b0709457def60c8679abf768559922e99cae160b
3
+ metadata.gz: 95ec2420425b4a54598beb613960dd41b4c99cca
4
+ data.tar.gz: 71643349ac431c5a42782c1bdf0c7d4e51b83c7a
5
5
  SHA512:
6
- metadata.gz: 3472ca16a92084bcddca59fb491311b9afb78667ba3f3983f58cfbb5b859e680640bc825c0d107ea456dd6b233215fc88671183b96911803287453cc2b051a22
7
- data.tar.gz: dbc422fad43188b3f837e3ebbbe35f6c421fbe83e6baca8abc7eff238bb95f39445df6167d701a2bff47275539bc41cbe22716416fd206f175158bdf91536dc3
6
+ metadata.gz: 3c68281883a8a9bd8a74d9e1d9d3e2a55ff536ca436b64a6880158bbdd2e091676c9521e879696e90ee4d7db587508b2c49482826ddc86f5fc2995bd4918c799
7
+ data.tar.gz: a7d9a0511826b81d1d2441e2c0fccbccad28c45f5b824df3e4fca74aa4187b8e965913c5c32c2b7c6e4fa4c58439dbb781a4fcfd87fb31f297c163534b9c2383
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.50"
2
+ VERSION = "0.1.51"
3
3
  end
@@ -49,7 +49,7 @@ class Worker
49
49
 
50
50
  Dir.chdir(workingDir){
51
51
 
52
- newCommand = Pathname.new(l.chomp).realpath
52
+ newCommand = "#{Pathname.new(l.chomp).realpath}"
53
53
 
54
54
  lines = run newCommand, start, lines
55
55
  }
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.50
4
+ version: 0.1.51
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canzea Technologies