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.
@@ -1,8 +1,12 @@
1
+ === 0.9.15.1 / 2009-02-15
2
+
3
+ * Upgraded to Logback 0.9.15
4
+ * Fixed fuzzy slf4j dependency as "~> 1.5.6.1"
5
+
1
6
  === 0.9.14.1 / 2009-01-04
2
7
 
3
8
  * Upgraded to Logback 0.9.14
4
9
 
5
-
6
10
  === 0.9.13.1 / 2008-12-06
7
11
 
8
12
  * Upgraded to Logback 0.9.13
@@ -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.14.jar
12
- lib/logback/logback-classic-0.9.14.jar
13
- lib/logback/logback-access-0.9.14.jar
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-2006, QOS.ch
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
@@ -14,7 +14,7 @@
14
14
  #++
15
15
 
16
16
  module Logback
17
- LOGBACK_VERSION = '0.9.14'
17
+ LOGBACK_VERSION = '0.9.15'
18
18
  VERSION = LOGBACK_VERSION + '.1'
19
19
 
20
20
  LOGBACK_DIR = File.dirname(__FILE__) # :nodoc:
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.14</version>
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.14</version>
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.14.jar
46
- - lib/logback/logback-classic-0.9.14.jar
47
- - lib/logback/logback-access-0.9.14.jar
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-01-04 08:00:00 +00:00
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.14.1
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: