lib/loggability.rb in loggability-0.14.0 vs lib/loggability.rb in loggability-0.15.0.pre20190714094638
- old
+ new
@@ -1,8 +1,8 @@
# -*- ruby -*-
# vim: set nosta noet ts=4 sw=4:
-# encoding: utf-8
+# frozen_string_literal: true
require 'logger'
require 'date'
# A mixin that provides a top-level logging subsystem based on Logger.
@@ -10,10 +10,10 @@
# Package version constant
VERSION = '0.14.0'
# VCS revision
- REVISION = %q$Revision: 500260d36bfb $
+ REVISION = %q$Revision$
# The key for the global logger (Loggability's own logger)
GLOBAL_KEY = :__global__
# The methods that are delegated across all loggers