pjstadig-logging 1.1.4.1 → 1.1.4.2
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.
- data/lib/logging.rb +2 -1
- metadata +5 -3
data/lib/logging.rb
CHANGED
|
@@ -16,7 +16,7 @@ require? 'fastthread'
|
|
|
16
16
|
#
|
|
17
17
|
module Logging
|
|
18
18
|
# :stopdoc:
|
|
19
|
-
VERSION = '1.1.4'
|
|
19
|
+
VERSION = '1.1.4.2'
|
|
20
20
|
LIBPATH = ::File.expand_path(::File.dirname(__FILE__)) + ::File::SEPARATOR
|
|
21
21
|
PATH = ::File.dirname(LIBPATH) + ::File::SEPARATOR
|
|
22
22
|
LEVELS = {}
|
|
@@ -456,6 +456,7 @@ module Logging
|
|
|
456
456
|
end
|
|
457
457
|
end # module Logging
|
|
458
458
|
|
|
459
|
+
require Logging.libpath(%w[logging appender])
|
|
459
460
|
require Logging.libpath(%w[logging layout])
|
|
460
461
|
require Logging.libpath(%w[logging log_event])
|
|
461
462
|
require Logging.libpath(%w[logging logger])
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pjstadig-logging
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.1.4.
|
|
4
|
+
version: 1.1.4.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Tim Pease
|
|
@@ -9,7 +9,7 @@ autorequire:
|
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
11
|
|
|
12
|
-
date: 2009-05-28 00:00:00 -
|
|
12
|
+
date: 2009-05-28 00:00:00 -04:00
|
|
13
13
|
default_executable:
|
|
14
14
|
dependencies:
|
|
15
15
|
- !ruby/object:Gem::Dependency
|
|
@@ -123,6 +123,8 @@ files:
|
|
|
123
123
|
- test/test_utils.rb
|
|
124
124
|
has_rdoc: true
|
|
125
125
|
homepage: http://logging.rubyforge.org/
|
|
126
|
+
licenses: []
|
|
127
|
+
|
|
126
128
|
post_install_message:
|
|
127
129
|
rdoc_options:
|
|
128
130
|
- --main
|
|
@@ -144,7 +146,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
144
146
|
requirements: []
|
|
145
147
|
|
|
146
148
|
rubyforge_project: logging
|
|
147
|
-
rubygems_version: 1.
|
|
149
|
+
rubygems_version: 1.3.5
|
|
148
150
|
signing_key:
|
|
149
151
|
specification_version: 2
|
|
150
152
|
summary: A flexible and extendable logging library for Ruby
|