lib/caterpillar.rb in caterpillar-1.0.5 vs lib/caterpillar.rb in caterpillar-1.0.6

- old
+ new

@@ -4,10 +4,10 @@ # See the file MIT-LICENSE included with the distribution for # software license details. #++ module Caterpillar - VERSION='1.0.5' + VERSION='1.0.6' end this_file = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__ this_dir = File.dirname(File.expand_path(this_file))