logging 1.2.0 → 1.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. data/History.txt +5 -0
  2. data/lib/logging.rb +1 -1
  3. metadata +2 -2
data/History.txt CHANGED
@@ -1,3 +1,8 @@
1
+ == 1.2.1 / 2009-08-14
2
+
3
+ 1 bug fix
4
+ - Using a bug-fix version of little-plugger
5
+
1
6
  == 1.2.0 / 2009-08-14
2
7
 
3
8
  2 minor enhancements
data/lib/logging.rb CHANGED
@@ -22,7 +22,7 @@ module Logging
22
22
  extend LittlePlugger
23
23
 
24
24
  # :stopdoc:
25
- VERSION = '1.2.0'
25
+ VERSION = '1.2.1'
26
26
  LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
27
27
  PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
28
28
  LEVELS = {}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Tim Pease
@@ -40,7 +40,7 @@ dependencies:
40
40
  requirements:
41
41
  - - ">="
42
42
  - !ruby/object:Gem::Version
43
- version: 1.0.0
43
+ version: 1.0.1
44
44
  version:
45
45
  - !ruby/object:Gem::Dependency
46
46
  name: bones