log4j-jars 2.0.2.1-java → 2.13.1-java
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +5 -5
- data/lib/log4j-1.2-api-2.13.1.jar +0 -0
- data/lib/log4j-api-2.13.1.jar +0 -0
- data/lib/log4j-core-2.13.1.jar +0 -0
- data/lib/log4j-jars.rb +4 -4
- data/lib/log4j-slf4j-impl-2.13.1.jar +0 -0
- metadata +9 -9
- data/lib/log4j-1.2-api-2.0.2.jar +0 -0
- data/lib/log4j-api-2.0.2.jar +0 -0
- data/lib/log4j-core-2.0.2.jar +0 -0
- data/lib/log4j-slf4j-impl-2.0.2.jar +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: b672b6b8ac5b6dcefbe9d8253668c9fc2ace795fa8df643e824051dd512255cb
|
4
|
+
data.tar.gz: 764ca1518ebbd571a4ed774c69dfdbce2a5934d05513e963ca3b486486fe1592
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b0332b0ac78e5dc5d9af4b684911d57dbd644024101d0ba3805820994b45844530613a4291999812233cb087c17966694cc7582e636d04a57123747b6d161441
|
7
|
+
data.tar.gz: 7dfc1858f43c94a7b3f3b92b105ca782f8d2894f1bc758afd767b3878e6ab1b6c37a4aa44fe3589a0b3eb7a62b9b7bdd87833bab5532b2811012875b2deb4e78
|
Binary file
|
Binary file
|
Binary file
|
data/lib/log4j-jars.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# encoding: utf-8
|
2
2
|
|
3
3
|
require 'java'
|
4
|
-
require 'log4j-api-2.
|
5
|
-
require 'log4j-1.2-api-2.
|
6
|
-
require 'log4j-core-2.
|
7
|
-
require 'log4j-slf4j-impl-2.
|
4
|
+
require 'log4j-api-2.13.1'
|
5
|
+
require 'log4j-1.2-api-2.13.1'
|
6
|
+
require 'log4j-core-2.13.1'
|
7
|
+
require 'log4j-slf4j-impl-2.13.1'
|
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: log4j-jars
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.
|
4
|
+
version: 2.13.1
|
5
5
|
platform: java
|
6
6
|
authors:
|
7
7
|
- Theo Hultberg
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2020-03-31 00:00:00.000000000 Z
|
12
12
|
dependencies: []
|
13
13
|
description: ''
|
14
14
|
email:
|
@@ -17,11 +17,11 @@ executables: []
|
|
17
17
|
extensions: []
|
18
18
|
extra_rdoc_files: []
|
19
19
|
files:
|
20
|
-
- lib/log4j-1.2-api-2.
|
21
|
-
- lib/log4j-api-2.
|
22
|
-
- lib/log4j-core-2.
|
20
|
+
- lib/log4j-1.2-api-2.13.1.jar
|
21
|
+
- lib/log4j-api-2.13.1.jar
|
22
|
+
- lib/log4j-core-2.13.1.jar
|
23
23
|
- lib/log4j-jars.rb
|
24
|
-
- lib/log4j-slf4j-impl-2.
|
24
|
+
- lib/log4j-slf4j-impl-2.13.1.jar
|
25
25
|
homepage: http://logging.apache.org/log4j/2.x/
|
26
26
|
licenses: []
|
27
27
|
metadata: {}
|
@@ -31,17 +31,17 @@ require_paths:
|
|
31
31
|
- lib
|
32
32
|
required_ruby_version: !ruby/object:Gem::Requirement
|
33
33
|
requirements:
|
34
|
-
- -
|
34
|
+
- - ">="
|
35
35
|
- !ruby/object:Gem::Version
|
36
36
|
version: '0'
|
37
37
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
38
|
requirements:
|
39
|
-
- -
|
39
|
+
- - ">="
|
40
40
|
- !ruby/object:Gem::Version
|
41
41
|
version: '0'
|
42
42
|
requirements: []
|
43
43
|
rubyforge_project: log4j-jars
|
44
|
-
rubygems_version: 2.
|
44
|
+
rubygems_version: 2.6.13
|
45
45
|
signing_key:
|
46
46
|
specification_version: 4
|
47
47
|
summary: Log4j jars
|
data/lib/log4j-1.2-api-2.0.2.jar
DELETED
Binary file
|
data/lib/log4j-api-2.0.2.jar
DELETED
Binary file
|
data/lib/log4j-core-2.0.2.jar
DELETED
Binary file
|
Binary file
|