rwdconfig.dist in rwdtorrent-0.05 vs rwdconfig.dist in rwdtorrent-0.06

- old
+ new

@@ -1,6 +1,6 @@ -##VERSION:1.66 +##VERSION:1.69 # rwdtinker core configuration file ##NAME: ConfigLocation:0 ConfigLocation="" ##NAME: ZipsLocation:0 ZipsLocation="" @@ -8,10 +8,14 @@ $testharnessarray = ["rwdtinker_all_tests"] ##NAME:TestNow:0 TestNow=false # turning this on will run the unit tests ##NAME:$testharness:0 $testharness=true +##NAME:$tinkerhelpaboutarray:0 +$tinkerhelpaboutarray = ["Tinker"] ##NAME:$tinkerdocumentsarray:0 $tinkerdocumentsarray = ["Readme.txt"] - - +##NAME:$tinkeruninstallarray:0 +$tinkeruninstallarray = ["Tinker"] +##NAME:JumpLink:0 +JumpLink = Hash.new { |hh, kk| hh[kk] = "ERROR: link not found: #{kk.inspect}."; hh[kk] }