rjack-slf4j 1.7.10.0-java → 1.7.19.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: ff7fa05b1380b3ae2e24344427faf5563466f717
4
- data.tar.gz: 81730d6ecda80edaad7b4770a5dbfe3b40792733
3
+ metadata.gz: 54f74a83c45be383c44bf88db88ebac9a9c55220
4
+ data.tar.gz: 43852319c917f96484d57602eacb767eb6d80786
5
5
  SHA512:
6
- metadata.gz: 1d5f833465c30b0d82e5e01e89d06a1964e75519981e15c7831f7b82b702452f004c1a3fcc48de6752abb81ba7352d237626faa599c06b69376498f1db4ad455
7
- data.tar.gz: ceb76428852fbf8e6c103bfbf5ecd3d3813629e1ef75d498d5b59cf8e4acf1e1d9e90ad0a02ce4fef542e5f08a8c792273212179993752653a4e6897336565c3
6
+ metadata.gz: 88eea52a60dadd7f3f7798ce83ce7798a007cd35fa5a7760f63e90d11631fb897b108f0c7f994fd76bd254684bd519594e68b1f56e7c8e1e09f1dca256927f8b
7
+ data.tar.gz: 472a72a177bb88da3dd5d6029c4b0d3de1f0e1484749eacd13b5aed9ced07be7d30de3e55a5b0ed607648c9c380cd4891c9a0e5280a8d5697a95be6721782520
@@ -1,3 +1,6 @@
1
+ === 1.7.19.0 (2016-3-24)
2
+ * Upgraded to SLF4J 1.7.19
3
+
1
4
  === 1.7.10.0 (2015-1-30)
2
5
  * Upgraded to SLF4J 1.7.10
3
6
  * Somewhere in the JRuby 1.7.x series, exceptions from java that are
@@ -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.10.jar
22
- lib/rjack-slf4j/jul-to-slf4j-1.7.10.jar
23
- lib/rjack-slf4j/log4j-over-slf4j-1.7.10.jar
24
- lib/rjack-slf4j/slf4j-api-1.7.10.jar
25
- lib/rjack-slf4j/slf4j-jcl-1.7.10.jar
26
- lib/rjack-slf4j/slf4j-jdk14-1.7.10.jar
27
- lib/rjack-slf4j/slf4j-log4j12-1.7.10.jar
28
- lib/rjack-slf4j/slf4j-nop-1.7.10.jar
29
- lib/rjack-slf4j/slf4j-simple-1.7.10.jar
21
+ lib/rjack-slf4j/jcl-over-slf4j-1.7.19.jar
22
+ lib/rjack-slf4j/jul-to-slf4j-1.7.19.jar
23
+ lib/rjack-slf4j/log4j-over-slf4j-1.7.19.jar
24
+ lib/rjack-slf4j/slf4j-api-1.7.19.jar
25
+ lib/rjack-slf4j/slf4j-jcl-1.7.19.jar
26
+ lib/rjack-slf4j/slf4j-jdk14-1.7.19.jar
27
+ lib/rjack-slf4j/slf4j-log4j12-1.7.19.jar
28
+ lib/rjack-slf4j/slf4j-nop-1.7.19.jar
29
+ lib/rjack-slf4j/slf4j-simple-1.7.19.jar
@@ -37,7 +37,7 @@ components in a JRuby application.
37
37
 
38
38
  === rjack-slf4j gem
39
39
 
40
- Copyright (c) 2008-2015 David Kellum
40
+ Copyright (c) 2008-2016 David Kellum
41
41
  All rights reserved.
42
42
 
43
43
  The SLF4J ruby wrapper and gem packaging is released under the same
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2015 David Kellum
2
+ # Copyright (c) 2008-2016 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-2015 David Kellum
2
+ # Copyright (c) 2008-2016 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.10'
29
+ SLF4J_VERSION = '1.7.19'
30
30
  # SLF4J gem version
31
31
  VERSION = SLF4J_VERSION + '.0'
32
32
 
@@ -1,5 +1,5 @@
1
1
  #--
2
- # Copyright (c) 2008-2015 David Kellum
2
+ # Copyright (c) 2008-2016 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-2015 David Kellum
2
+ # Copyright (c) 2008-2016 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-2015 David Kellum
2
+ # Copyright (c) 2008-2016 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
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.10</version>
19
+ <version>1.7.19</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.10</version>
25
+ <version>1.7.19</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.10</version>
32
+ <version>1.7.19</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.10</version>
39
+ <version>1.7.19</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.10</version>
46
+ <version>1.7.19</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.10</version>
54
+ <version>1.7.19</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.10</version>
62
+ <version>1.7.19</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.10</version>
70
+ <version>1.7.19</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.10</version>
78
+ <version>1.7.19</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-2015 David Kellum
3
+ # Copyright (c) 2008-2016 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
@@ -2,7 +2,7 @@
2
2
  #.hashdot.profile += jruby-shortlived
3
3
 
4
4
  #--
5
- # Copyright (c) 2008-2015 David Kellum
5
+ # Copyright (c) 2008-2016 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
@@ -1,19 +1,19 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rjack-slf4j
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.10.0
4
+ version: 1.7.19.0
5
5
  platform: java
6
6
  authors:
7
7
  - David Kellum
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-01-31 00:00:00.000000000 Z
11
+ date: 2016-03-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  requirement: !ruby/object:Gem::Requirement
15
15
  requirements:
16
- - - ~>
16
+ - - "~>"
17
17
  - !ruby/object:Gem::Version
18
18
  version: 4.7.4
19
19
  name: minitest
@@ -21,13 +21,13 @@ dependencies:
21
21
  type: :development
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
- - - ~>
24
+ - - "~>"
25
25
  - !ruby/object:Gem::Version
26
26
  version: 4.7.4
27
27
  - !ruby/object:Gem::Dependency
28
28
  requirement: !ruby/object:Gem::Requirement
29
29
  requirements:
30
- - - ~>
30
+ - - "~>"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 4.0.1
33
33
  name: rdoc
@@ -35,13 +35,13 @@ dependencies:
35
35
  type: :development
36
36
  version_requirements: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - ~>
38
+ - - "~>"
39
39
  - !ruby/object:Gem::Version
40
40
  version: 4.0.1
41
41
  - !ruby/object:Gem::Dependency
42
42
  requirement: !ruby/object:Gem::Requirement
43
43
  requirements:
44
- - - ~>
44
+ - - "~>"
45
45
  - !ruby/object:Gem::Version
46
46
  version: '2.1'
47
47
  name: rjack-tarpit
@@ -49,7 +49,7 @@ dependencies:
49
49
  type: :development
50
50
  version_requirements: !ruby/object:Gem::Requirement
51
51
  requirements:
52
- - - ~>
52
+ - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '2.1'
55
55
  description: A JRuby adaption and gem packaging of the Simple Logging Facade for Java. Provides all jar dependencies and a Ruby Logger compatible facade.
@@ -66,52 +66,52 @@ files:
66
66
  - README.rdoc
67
67
  - Rakefile
68
68
  - assembly.xml
69
- - pom.xml
70
- - lib/rjack-slf4j/base.rb
71
69
  - lib/rjack-slf4j.rb
72
- - lib/rjack-slf4j/jul-to-slf4j.rb
73
- - lib/rjack-slf4j/jul.rb
74
- - lib/rjack-slf4j/mdc.rb
75
- - test/example_jul_to_slf4j.rb
76
- - test/test_slf4j.rb
70
+ - lib/rjack-slf4j/base.rb
71
+ - lib/rjack-slf4j/jcl-over-slf4j-1.7.19.jar
77
72
  - lib/rjack-slf4j/jcl-over-slf4j.rb
78
73
  - lib/rjack-slf4j/jcl.rb
79
74
  - lib/rjack-slf4j/jdk14.rb
75
+ - lib/rjack-slf4j/jul-to-slf4j-1.7.19.jar
76
+ - lib/rjack-slf4j/jul-to-slf4j.rb
77
+ - lib/rjack-slf4j/jul.rb
78
+ - lib/rjack-slf4j/log4j-over-slf4j-1.7.19.jar
80
79
  - lib/rjack-slf4j/log4j-over-slf4j.rb
81
80
  - lib/rjack-slf4j/log4j12.rb
81
+ - lib/rjack-slf4j/mdc.rb
82
82
  - lib/rjack-slf4j/nop.rb
83
83
  - lib/rjack-slf4j/simple.rb
84
- - lib/rjack-slf4j/jcl-over-slf4j-1.7.10.jar
85
- - lib/rjack-slf4j/jul-to-slf4j-1.7.10.jar
86
- - lib/rjack-slf4j/log4j-over-slf4j-1.7.10.jar
87
- - lib/rjack-slf4j/slf4j-api-1.7.10.jar
88
- - lib/rjack-slf4j/slf4j-jcl-1.7.10.jar
89
- - lib/rjack-slf4j/slf4j-jdk14-1.7.10.jar
90
- - lib/rjack-slf4j/slf4j-log4j12-1.7.10.jar
91
- - lib/rjack-slf4j/slf4j-nop-1.7.10.jar
92
- - lib/rjack-slf4j/slf4j-simple-1.7.10.jar
84
+ - lib/rjack-slf4j/slf4j-api-1.7.19.jar
85
+ - lib/rjack-slf4j/slf4j-jcl-1.7.19.jar
86
+ - lib/rjack-slf4j/slf4j-jdk14-1.7.19.jar
87
+ - lib/rjack-slf4j/slf4j-log4j12-1.7.19.jar
88
+ - lib/rjack-slf4j/slf4j-nop-1.7.19.jar
89
+ - lib/rjack-slf4j/slf4j-simple-1.7.19.jar
90
+ - pom.xml
91
+ - test/example_jul_to_slf4j.rb
92
+ - test/test_slf4j.rb
93
93
  homepage: http://rjack.gravitext.com/slf4j
94
94
  licenses: []
95
95
  metadata: {}
96
96
  post_install_message:
97
97
  rdoc_options:
98
- - --main
98
+ - "--main"
99
99
  - README.rdoc
100
100
  require_paths:
101
101
  - lib
102
102
  required_ruby_version: !ruby/object:Gem::Requirement
103
103
  requirements:
104
- - - '>='
104
+ - - ">="
105
105
  - !ruby/object:Gem::Version
106
106
  version: '0'
107
107
  required_rubygems_version: !ruby/object:Gem::Requirement
108
108
  requirements:
109
- - - '>='
109
+ - - ">="
110
110
  - !ruby/object:Gem::Version
111
111
  version: '0'
112
112
  requirements: []
113
113
  rubyforge_project:
114
- rubygems_version: 2.1.9
114
+ rubygems_version: 2.4.8
115
115
  signing_key:
116
116
  specification_version: 4
117
117
  summary: A JRuby adaption and gem packaging of the Simple Logging Facade for Java.