lib/loggability.rb in loggability-0.9.0 vs lib/loggability.rb in loggability-0.10.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.9.0'
+ VERSION = '0.10.0'
# VCS revision
- REVISION = %q$Revision: 469cf788e750 $
+ REVISION = %q$Revision: b1250807b56e $
# The key for the global logger (Loggability's own logger)
GLOBAL_KEY = :__global__
# The methods that are delegated across all loggers