logback 0.9.14.1 → 0.9.15.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.
- data/History.txt +5 -1
- data/Manifest.txt +3 -3
- data/README.txt +2 -2
- data/Rakefile +1 -1
- data/lib/logback/base.rb +1 -1
- data/lib/logback/{logback-access-0.9.14.jar → logback-access-0.9.15.jar} +0 -0
- data/lib/logback/{logback-classic-0.9.14.jar → logback-classic-0.9.15.jar} +0 -0
- data/lib/logback/{logback-core-0.9.14.jar → logback-core-0.9.15.jar} +0 -0
- data/pom.xml +2 -2
- metadata +6 -6
data/History.txt
CHANGED
data/Manifest.txt
CHANGED
|
@@ -8,6 +8,6 @@ lib/logback/base.rb
|
|
|
8
8
|
lib/logback.rb
|
|
9
9
|
lib/logback/access.rb
|
|
10
10
|
test/test_logback.rb
|
|
11
|
-
lib/logback/logback-core-0.9.
|
|
12
|
-
lib/logback/logback-classic-0.9.
|
|
13
|
-
lib/logback/logback-access-0.9.
|
|
11
|
+
lib/logback/logback-core-0.9.15.jar
|
|
12
|
+
lib/logback/logback-classic-0.9.15.jar
|
|
13
|
+
lib/logback/logback-access-0.9.15.jar
|
data/README.txt
CHANGED
|
@@ -14,7 +14,7 @@ packaged in the slf4j gem.
|
|
|
14
14
|
|
|
15
15
|
=== Logback Ruby
|
|
16
16
|
|
|
17
|
-
Copyright (C) 2008 David Kellum
|
|
17
|
+
Copyright (C) 2008-2009 David Kellum
|
|
18
18
|
|
|
19
19
|
Logback Ruby is free software: you can redistribute it and/or
|
|
20
20
|
modify it under the terms of the
|
|
@@ -31,7 +31,7 @@ Lesser General Public License for more details.
|
|
|
31
31
|
|
|
32
32
|
Logback: the reliable, generic, fast and flexible logging library for Java.
|
|
33
33
|
|
|
34
|
-
Copyright (C) 2000-
|
|
34
|
+
Copyright (C) 2000-2008, QOS.ch
|
|
35
35
|
|
|
36
36
|
This library is free software, you can redistribute it and/or modify
|
|
37
37
|
it under the terms of the GNU Lesser General Public License as
|
data/Rakefile
CHANGED
|
@@ -84,7 +84,7 @@ end
|
|
|
84
84
|
|
|
85
85
|
hoe = Hoe.new( "logback", Logback::VERSION ) do |p|
|
|
86
86
|
p.developer( "David Kellum", "dek-ruby@gravitext.com" )
|
|
87
|
-
p.extra_deps << [ 'slf4j', '~> 1.5.6' ]
|
|
87
|
+
p.extra_deps << [ 'slf4j', '~> 1.5.6.1' ]
|
|
88
88
|
p.rubyforge_name = "rjack"
|
|
89
89
|
p.rdoc_pattern = /^(lib.*\.(rb|txt))|[^\/]*\.txt$/
|
|
90
90
|
end
|
data/lib/logback/base.rb
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
data/pom.xml
CHANGED
|
@@ -12,14 +12,14 @@
|
|
|
12
12
|
<dependency>
|
|
13
13
|
<groupId>ch.qos.logback</groupId>
|
|
14
14
|
<artifactId>logback-classic</artifactId>
|
|
15
|
-
<version>0.9.
|
|
15
|
+
<version>0.9.15</version>
|
|
16
16
|
<scope>runtime</scope>
|
|
17
17
|
</dependency>
|
|
18
18
|
|
|
19
19
|
<dependency>
|
|
20
20
|
<groupId>ch.qos.logback</groupId>
|
|
21
21
|
<artifactId>logback-access</artifactId>
|
|
22
|
-
<version>0.9.
|
|
22
|
+
<version>0.9.15</version>
|
|
23
23
|
<scope>runtime</scope>
|
|
24
24
|
</dependency>
|
|
25
25
|
|
metadata
CHANGED
|
@@ -42,9 +42,9 @@ files:
|
|
|
42
42
|
- lib/logback.rb
|
|
43
43
|
- lib/logback/access.rb
|
|
44
44
|
- test/test_logback.rb
|
|
45
|
-
- lib/logback/logback-core-0.9.
|
|
46
|
-
- lib/logback/logback-classic-0.9.
|
|
47
|
-
- lib/logback/logback-access-0.9.
|
|
45
|
+
- lib/logback/logback-core-0.9.15.jar
|
|
46
|
+
- lib/logback/logback-classic-0.9.15.jar
|
|
47
|
+
- lib/logback/logback-access-0.9.15.jar
|
|
48
48
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
49
49
|
requirements:
|
|
50
50
|
- - '>='
|
|
@@ -58,12 +58,12 @@ requirements: []
|
|
|
58
58
|
|
|
59
59
|
authors:
|
|
60
60
|
- David Kellum
|
|
61
|
-
date: 2009-
|
|
61
|
+
date: 2009-02-15 08:00:00 +00:00
|
|
62
62
|
platform: ruby
|
|
63
63
|
test_files:
|
|
64
64
|
- test/test_logback.rb
|
|
65
65
|
version: !ruby/object:Gem::Version
|
|
66
|
-
version: 0.9.
|
|
66
|
+
version: 0.9.15.1
|
|
67
67
|
require_paths:
|
|
68
68
|
- lib
|
|
69
69
|
dependencies:
|
|
@@ -72,7 +72,7 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - ~>
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 1.5.6
|
|
75
|
+
version: 1.5.6.1
|
|
76
76
|
version:
|
|
77
77
|
type: :runtime
|
|
78
78
|
version_requirement:
|