lib/loggability.rb in loggability-0.8.0 vs lib/loggability.rb in loggability-0.8.1

- 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.8.0' + VERSION = '0.8.1' # VCS revision - REVISION = %q$Revision: a4c6b86b7cbc $ + REVISION = %q$Revision: db603bf7b399 $ # The key for the global logger (Loggability's own logger) GLOBAL_KEY = :__global__ # The methods that are delegated across all loggers