lib/logging.rb in logging-1.1.0 vs lib/logging.rb in logging-1.1.1

- old
+ new

@@ -28,10 +28,10 @@ # # module Logging # :stopdoc: - VERSION = '1.1.0' + VERSION = '1.1.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 = []