lib/juicer.rb in juicer-0.2.0 vs lib/juicer.rb in juicer-0.2.1

- old
+ new

@@ -1,10 +1,10 @@ require "logger" module Juicer # :stopdoc: - VERSION = '0.2.0' + VERSION = '0.2.1' LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR LOGGER = Logger.new(STDOUT) @@home = nil # :startdoc: