rjack-slf4j 1.7.2.0-java → 1.7.5.0-java

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.rdoc CHANGED
@@ -1,3 +1,6 @@
1
+ === 1.7.5.0 (2013-4-17)
2
+ * Upgraded to SLF4J 1.7.5
3
+
1
4
  === 1.7.2.0 (2012-11-9)
2
5
  * Upgraded to SLF4J 1.7.2
3
6
  * Fix mutation by dup'ing input message in <level>_ex calls,
data/Manifest.txt CHANGED
@@ -18,12 +18,12 @@ lib/rjack-slf4j/log4j-over-slf4j.rb
18
18
  lib/rjack-slf4j/log4j12.rb
19
19
  lib/rjack-slf4j/nop.rb
20
20
  lib/rjack-slf4j/simple.rb
21
- lib/rjack-slf4j/jcl-over-slf4j-1.7.2.jar
22
- lib/rjack-slf4j/jul-to-slf4j-1.7.2.jar
23
- lib/rjack-slf4j/log4j-over-slf4j-1.7.2.jar
24
- lib/rjack-slf4j/slf4j-api-1.7.2.jar
25
- lib/rjack-slf4j/slf4j-jcl-1.7.2.jar
26
- lib/rjack-slf4j/slf4j-jdk14-1.7.2.jar
27
- lib/rjack-slf4j/slf4j-log4j12-1.7.2.jar
28
- lib/rjack-slf4j/slf4j-nop-1.7.2.jar
29
- lib/rjack-slf4j/slf4j-simple-1.7.2.jar
21
+ lib/rjack-slf4j/jcl-over-slf4j-1.7.5.jar
22
+ lib/rjack-slf4j/jul-to-slf4j-1.7.5.jar
23
+ lib/rjack-slf4j/log4j-over-slf4j-1.7.5.jar
24
+ lib/rjack-slf4j/slf4j-api-1.7.5.jar
25
+ lib/rjack-slf4j/slf4j-jcl-1.7.5.jar
26
+ lib/rjack-slf4j/slf4j-jdk14-1.7.5.jar
27
+ lib/rjack-slf4j/slf4j-log4j12-1.7.5.jar
28
+ lib/rjack-slf4j/slf4j-nop-1.7.5.jar
29
+ lib/rjack-slf4j/slf4j-simple-1.7.5.jar
data/README.rdoc CHANGED
@@ -37,7 +37,7 @@ components in a JRuby application.
37
37
 
38
38
  === rjack-slf4j gem
39
39
 
40
- Copyright (c) 2008-2012 David Kellum
40
+ Copyright (c) 2008-2013 David Kellum
41
41
  All rights reserved.
42
42
 
43
43
  The SLF4J ruby wrapper and gem packaging is released under the same
data/Rakefile CHANGED
@@ -8,6 +8,7 @@ RJack::TarPit.new( 'rjack-slf4j' ) do |tp|
8
8
 
9
9
  tp.rdoc_destinations <<
10
10
  'dekellum@rubyforge.org:/var/www/gforge-projects/rjack/slf4j'
11
+ tp.publish_rdoc_rsync_flags = %w[ -rL ]
11
12
 
12
13
  tp.spec.loaders.each do |adapter|
13
14
  file( "lib/rjack-slf4j/#{adapter}.rb" =>
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2012 David Kellum
2
+ # Copyright (c) 2008-2013 David Kellum
3
3
  #
4
4
  # Permission is hereby granted, free of charge, to any person
5
5
  # obtaining a copy of this software and associated documentation files
@@ -26,7 +26,7 @@ module RJack
26
26
  module SLF4J
27
27
 
28
28
  # SLF4J-java version
29
- SLF4J_VERSION = '1.7.2'
29
+ SLF4J_VERSION = '1.7.5'
30
30
  # SLF4J gem version
31
31
  VERSION = SLF4J_VERSION + '.0'
32
32
 
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2012 David Kellum
2
+ # Copyright (c) 2008-2013 David Kellum
3
3
  # All rights reserved.
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person obtaining
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2012 David Kellum
2
+ # Copyright (c) 2008-2013 David Kellum
3
3
  #
4
4
  # Permission is hereby granted, free of charge, to any person
5
5
  # obtaining a copy of this software and associated documentation files
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2012 David Kellum
2
+ # Copyright (c) 2008-2013 David Kellum
3
3
  #
4
4
  # Licensed under the Apache License, Version 2.0 (the "License"); you
5
5
  # may not use this file except in compliance with the License. You
Binary file
Binary file
data/lib/rjack-slf4j.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2012 David Kellum
2
+ # Copyright (c) 2008-2013 David Kellum
3
3
  #
4
4
  # Permission is hereby granted, free of charge, to any person
5
5
  # obtaining a copy of this software and associated documentation files
data/pom.xml CHANGED
@@ -16,34 +16,34 @@
16
16
  <dependency>
17
17
  <groupId>org.slf4j</groupId>
18
18
  <artifactId>slf4j-api</artifactId>
19
- <version>1.7.2</version>
19
+ <version>1.7.5</version>
20
20
  </dependency>
21
21
 
22
22
  <dependency>
23
23
  <groupId>org.slf4j</groupId>
24
24
  <artifactId>jcl-over-slf4j</artifactId>
25
- <version>1.7.2</version>
25
+ <version>1.7.5</version>
26
26
  <scope>runtime</scope>
27
27
  </dependency>
28
28
 
29
29
  <dependency>
30
30
  <groupId>org.slf4j</groupId>
31
31
  <artifactId>jul-to-slf4j</artifactId>
32
- <version>1.7.2</version>
32
+ <version>1.7.5</version>
33
33
  <scope>runtime</scope>
34
34
  </dependency>
35
35
 
36
36
  <dependency>
37
37
  <groupId>org.slf4j</groupId>
38
38
  <artifactId>log4j-over-slf4j</artifactId>
39
- <version>1.7.2</version>
39
+ <version>1.7.5</version>
40
40
  <scope>runtime</scope>
41
41
  </dependency>
42
42
 
43
43
  <dependency>
44
44
  <groupId>org.slf4j</groupId>
45
45
  <artifactId>slf4j-jdk14</artifactId>
46
- <version>1.7.2</version>
46
+ <version>1.7.5</version>
47
47
  <scope>runtime</scope>
48
48
  <optional>true</optional>
49
49
  </dependency>
@@ -51,7 +51,7 @@
51
51
  <dependency>
52
52
  <groupId>org.slf4j</groupId>
53
53
  <artifactId>slf4j-log4j12</artifactId>
54
- <version>1.7.2</version>
54
+ <version>1.7.5</version>
55
55
  <scope>runtime</scope>
56
56
  <optional>true</optional>
57
57
  </dependency>
@@ -59,7 +59,7 @@
59
59
  <dependency>
60
60
  <groupId>org.slf4j</groupId>
61
61
  <artifactId>slf4j-jcl</artifactId>
62
- <version>1.7.2</version>
62
+ <version>1.7.5</version>
63
63
  <scope>runtime</scope>
64
64
  <optional>true</optional>
65
65
  </dependency>
@@ -67,7 +67,7 @@
67
67
  <dependency>
68
68
  <groupId>org.slf4j</groupId>
69
69
  <artifactId>slf4j-simple</artifactId>
70
- <version>1.7.2</version>
70
+ <version>1.7.5</version>
71
71
  <scope>runtime</scope>
72
72
  <optional>true</optional>
73
73
  </dependency>
@@ -75,7 +75,7 @@
75
75
  <dependency>
76
76
  <groupId>org.slf4j</groupId>
77
77
  <artifactId>slf4j-nop</artifactId>
78
- <version>1.7.2</version>
78
+ <version>1.7.5</version>
79
79
  <scope>runtime</scope>
80
80
  <optional>true</optional>
81
81
  </dependency>
@@ -1,6 +1,6 @@
1
1
  #!/usr/bin/env jruby
2
2
  #--
3
- # Copyright (c) 2008-2012 David Kellum
3
+ # Copyright (c) 2008-2013 David Kellum
4
4
  #
5
5
  # Permission is hereby granted, free of charge, to any person
6
6
  # obtaining a copy of this software and associated documentation files
data/test/test_slf4j.rb CHANGED
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2008-2012 David Kellum
5
+ # Copyright (c) 2008-2013 David Kellum
6
6
  #
7
7
  # Permission is hereby granted, free of charge, to any person
8
8
  # obtaining a copy of this software and associated documentation files
metadata CHANGED
@@ -2,14 +2,14 @@
2
2
  name: rjack-slf4j
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 1.7.2.0
5
+ version: 1.7.5.0
6
6
  platform: java
7
7
  authors:
8
8
  - David Kellum
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2012-11-10 00:00:00.000000000 Z
12
+ date: 2013-04-17 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: minitest
@@ -72,15 +72,15 @@ files:
72
72
  - lib/rjack-slf4j/log4j12.rb
73
73
  - lib/rjack-slf4j/nop.rb
74
74
  - lib/rjack-slf4j/simple.rb
75
- - lib/rjack-slf4j/jcl-over-slf4j-1.7.2.jar
76
- - lib/rjack-slf4j/jul-to-slf4j-1.7.2.jar
77
- - lib/rjack-slf4j/log4j-over-slf4j-1.7.2.jar
78
- - lib/rjack-slf4j/slf4j-api-1.7.2.jar
79
- - lib/rjack-slf4j/slf4j-jcl-1.7.2.jar
80
- - lib/rjack-slf4j/slf4j-jdk14-1.7.2.jar
81
- - lib/rjack-slf4j/slf4j-log4j12-1.7.2.jar
82
- - lib/rjack-slf4j/slf4j-nop-1.7.2.jar
83
- - lib/rjack-slf4j/slf4j-simple-1.7.2.jar
75
+ - lib/rjack-slf4j/jcl-over-slf4j-1.7.5.jar
76
+ - lib/rjack-slf4j/jul-to-slf4j-1.7.5.jar
77
+ - lib/rjack-slf4j/log4j-over-slf4j-1.7.5.jar
78
+ - lib/rjack-slf4j/slf4j-api-1.7.5.jar
79
+ - lib/rjack-slf4j/slf4j-jcl-1.7.5.jar
80
+ - lib/rjack-slf4j/slf4j-jdk14-1.7.5.jar
81
+ - lib/rjack-slf4j/slf4j-log4j12-1.7.5.jar
82
+ - lib/rjack-slf4j/slf4j-nop-1.7.5.jar
83
+ - lib/rjack-slf4j/slf4j-simple-1.7.5.jar
84
84
  homepage: http://rjack.rubyforge.org/slf4j
85
85
  licenses: []
86
86
  post_install_message:
Binary file
Binary file
Binary file