lib/logging.rb in logging-0.9.5 vs lib/logging.rb in logging-0.9.6

- old
+ new

@@ -15,10 +15,10 @@ # # module Logging # :stopdoc: - VERSION = '0.9.5' + VERSION = '0.9.6' 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 = []