lib/loggability.rb in loggability-0.6.1 vs lib/loggability.rb in loggability-0.7.0

- old
+ new

@@ -7,13 +7,13 @@ # A mixin that provides a top-level logging subsystem based on Logger. module Loggability # Package version constant - VERSION = '0.6.1' + VERSION = '0.7.0' # VCS revision - REVISION = %q$Revision: 27cc08ff66dc $ + REVISION = %q$Revision: 7e7b1c51eb3e $ # The key for the global logger (Loggability's own logger) GLOBAL_KEY = :__global__ # The methods that are delegated across all loggers