bin/dsktool.rb in dsktool-0.1.5 vs bin/dsktool.rb in dsktool-0.1.6

- old
+ new

@@ -31,10 +31,10 @@ # dsktool.rb -e HELLO -o HELLO.bas DOS3MASTR.dsk # dsktool.rb -x DOS3MASTR.dsk.gz # dsktool.rb -x DOS3MASTR.dsk.gz -o /tmp/DOS3MASTR/ # dsktool.rb -c http://jamtronix.com/dsks/apshai.dsk.gz -DSKTOOL_VERSION="0.1.5" +DSKTOOL_VERSION="0.1.6" #make sure the relevant folder with our libraries is in the require path lib_path=File.expand_path(File.dirname(__FILE__)+"//..//lib") $:.unshift(lib_path) unless $:.include?(lib_path)