lib/logging.rb in logging-0.7.0 vs lib/logging.rb in logging-0.7.1

- old
+ new

@@ -1,6 +1,6 @@ -# $Id: logging.rb 98 2008-02-13 00:40:28Z tim_pease $ +# $Id: logging.rb 105 2008-02-26 04:43:21Z tim_pease $ # Equivalent to a header guard in C/C++ # Used to prevent the class/module from being loaded more than once unless defined? Logging @@ -10,10 +10,10 @@ # # module Logging # :stopdoc: - VERSION = '0.7.0' + VERSION = '0.7.1' LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR WIN32 = %r/djgpp|(cyg|ms|bcc)win|mingw/ =~ RUBY_PLATFORM LEVELS = {} LNAMES = {}