log4j-jars 2.0.2-java → 2.16.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
- SHA1:
3
- metadata.gz: 90f604f5aa2a8d036e3da63d66f0448e37d508f8
4
- data.tar.gz: 8d2fd50cd5d086085bb039263f768e87873fa3d2
2
+ SHA256:
3
+ metadata.gz: 30df82af2ea4c9665ac116b321aa506df08b3e0e91257b4db324ea0be0870cd1
4
+ data.tar.gz: 93eda418c25ddb1872cca0602710b2911404189ebb676d41c8734cc1824ec734
5
5
  SHA512:
6
- metadata.gz: c9fd85c5803416b118496ec8b5f155580bb2aefb73d17531f3e273122b2ef14bb4c0e14105266448108a42cd0e73ea484b3a2f2ea5b273848077d899915f8eb4
7
- data.tar.gz: 3d07a81a67938f7e70d8b348513bbf2e1d5a9a5bdaf11da283af0af709496252b610e95329375a23910c67b70af4b68b830066cf7795c75426d1a470e736dc81
6
+ metadata.gz: 697e7f69e45e457b4aec7a6e9f41a5f7a2fb23439817550484a8717c3ceeb2c270695243d9f30db477c56eaccc70f850fd82b9a5c24cd50c4173cd890c787b77
7
+ data.tar.gz: d3c2ff59780345182b5d11776ecacda0a66e2af291f7c115f434c6f1b6c7cd71b993493068a0f2089f1bcf9452cee096ecb3672a47804887ae5184b8b4b53473
Binary file
Binary file
Binary file
data/lib/log4j-jars.rb CHANGED
@@ -1,6 +1,7 @@
1
1
  # encoding: utf-8
2
2
 
3
3
  require 'java'
4
- require 'log4j-api-2.0.2'
5
- require 'log4j-core-2.0.2'
6
- require 'log4j-slf4j-impl-2.0.2'
4
+ require 'log4j-api-2.16.0'
5
+ require 'log4j-1.2-api-2.16.0'
6
+ require 'log4j-core-2.16.0'
7
+ require 'log4j-slf4j-impl-2.16.0'
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.0.2
4
+ version: 2.16.0
5
5
  platform: java
6
6
  authors:
7
7
  - Theo Hultberg
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-24 00:00:00.000000000 Z
11
+ date: 2021-12-17 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ''
14
14
  email:
@@ -17,10 +17,11 @@ executables: []
17
17
  extensions: []
18
18
  extra_rdoc_files: []
19
19
  files:
20
- - lib/log4j-api-2.0.2.jar
21
- - lib/log4j-core-2.0.2.jar
20
+ - lib/log4j-1.2-api-2.16.0.jar
21
+ - lib/log4j-api-2.16.0.jar
22
+ - lib/log4j-core-2.16.0.jar
22
23
  - lib/log4j-jars.rb
23
- - lib/log4j-slf4j-impl-2.0.2.jar
24
+ - lib/log4j-slf4j-impl-2.16.0.jar
24
25
  homepage: http://logging.apache.org/log4j/2.x/
25
26
  licenses: []
26
27
  metadata: {}
@@ -30,17 +31,16 @@ require_paths:
30
31
  - lib
31
32
  required_ruby_version: !ruby/object:Gem::Requirement
32
33
  requirements:
33
- - - '>='
34
+ - - ">="
34
35
  - !ruby/object:Gem::Version
35
36
  version: '0'
36
37
  required_rubygems_version: !ruby/object:Gem::Requirement
37
38
  requirements:
38
- - - '>='
39
+ - - ">="
39
40
  - !ruby/object:Gem::Version
40
41
  version: '0'
41
42
  requirements: []
42
- rubyforge_project: log4j-jars
43
- rubygems_version: 2.2.1
43
+ rubygems_version: 3.2.15
44
44
  signing_key:
45
45
  specification_version: 4
46
46
  summary: Log4j jars
Binary file
Binary file
Binary file