lib/caterpillar.rb in caterpillar-1.0.0 vs lib/caterpillar.rb in caterpillar-1.0.1

- old
+ new

@@ -3,10 +3,10 @@ # See the file LICENSES.txt included with the distribution for # software license details. #++ module Caterpillar - VERSION='1.0.0' + VERSION='1.0.1' end this_file = File.symlink?(__FILE__) ? File.readlink(__FILE__) : __FILE__ this_dir = File.dirname(File.expand_path(this_file))