lib/loggability.rb in loggability-0.18.1 vs lib/loggability.rb in loggability-0.18.2

- old
+ new

@@ -7,10 +7,10 @@ # A mixin that provides a top-level logging subsystem based on Logger. module Loggability # Package version constant - VERSION = '0.18.1' + VERSION = '0.18.2' # The key for the global logger (Loggability's own logger) GLOBAL_KEY = :__global__ # The methods that are delegated across all loggers