canzea 0.1.49 → 0.1.50

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: dded2e1b52469625e6060072e436749e8b48d34e
4
- data.tar.gz: f5bfde927918e775bbb6caac4ca79886cf1b24b7
3
+ metadata.gz: 73d03a590320ab23b8f5581dc0b5bff40b95ff15
4
+ data.tar.gz: b0709457def60c8679abf768559922e99cae160b
5
5
  SHA512:
6
- metadata.gz: 11180ead8f93b4aade0160996de9b0eea61af2ddbb9fba896e7d513dbfbaff45ef15d73101d1503172087e1244d6258219dd25196a9c8fd1ef660c2e5515fc4d
7
- data.tar.gz: 48a824f14cc21bc18d472430f918df6474f75a280f82e3445ebc6854af358d22421c967d12a5f2165fd743dfc75bfc867aef357c634c05a3fe30a345941dc5a7
6
+ metadata.gz: 3472ca16a92084bcddca59fb491311b9afb78667ba3f3983f58cfbb5b859e680640bc825c0d107ea456dd6b233215fc88671183b96911803287453cc2b051a22
7
+ data.tar.gz: dbc422fad43188b3f837e3ebbbe35f6c421fbe83e6baca8abc7eff238bb95f39445df6167d701a2bff47275539bc41cbe22716416fd206f175158bdf91536dc3
@@ -1,3 +1,3 @@
1
1
  module Canzea
2
- VERSION = "0.1.49"
2
+ VERSION = "0.1.50"
3
3
  end
@@ -45,7 +45,14 @@ class Worker
45
45
  elsif ( l.chomp.end_with?(".sh") && !l.chomp.end_with?(".atomic.sh") && !l.include?("cp ") && !l.include?("chmod") )
46
46
  log.info("#{lines + 1} RECURSE: " + l)
47
47
 
48
- lines = run l.chomp, start, lines
48
+ workingDir = "#{Pathname.new(Canzea::config[:catalog_location]).realpath}/catalog"
49
+
50
+ Dir.chdir(workingDir){
51
+
52
+ newCommand = Pathname.new(l.chomp).realpath
53
+
54
+ lines = run newCommand, start, lines
55
+ }
49
56
  else
50
57
 
51
58
  if ( (lines + 1) < start )
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.49
4
+ version: 0.1.50
5
5
  platform: ruby
6
6
  authors:
7
7
  - Canzea Technologies