log4j-jars 2.0.0.rc1-java → 2.15.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: 2ea73f5adf11fb2ec6678b874dcd623be60adef4
4
- data.tar.gz: c92e39e0282835a5feb998b6b308c067326c9e09
2
+ SHA256:
3
+ metadata.gz: 2d099ef1799bd12fb9b06fdb88fe8200d2b52275b2ab883c5dc1de0fc96ca17b
4
+ data.tar.gz: 027e867403652917865614c76b3e0d0e540d31f0624354e0cf8c92d305c36726
5
5
  SHA512:
6
- metadata.gz: 767cac5ca86fc2019ca76eb2f3376634054d8f5288a31d864fdbf431bf00e29603bc235a365b4fb4225741b7be827ad06c224813f623d79217db3ae4e08732e4
7
- data.tar.gz: e1844ac254fe5c9731916e9ec90a2fdb548bff6564663abf50cadea8466efb37c921bad6db962f218cfec1283520b55fb2a3571675f3f6966acbc5a034471e71
6
+ metadata.gz: de4941d8ceac4bbc4e48ee2ba07df2e3a9ce5bb302372ad3786b3c4ada268fdf16de887833a43a25b93fb81e0a262a0593bf5adb5430105638762be1f6bc4142
7
+ data.tar.gz: 25216b1b6b99fa463820bf62b83d9599aac19436c48b697174b3f130f2c9f43c59751172aeca9050533c52e9c4ac13743953f3326b25f209b0dc704c5d0c848e
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-rc1'
5
- require 'log4j-core-2.0-rc1'
6
- require 'log4j-slf4j-impl-2.0-rc1'
4
+ require 'log4j-api-2.15.0'
5
+ require 'log4j-1.2-api-2.15.0'
6
+ require 'log4j-core-2.15.0'
7
+ require 'log4j-slf4j-impl-2.15.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.0.rc1
4
+ version: 2.15.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-06-23 00:00:00.000000000 Z
11
+ date: 2021-12-13 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-rc1.jar
21
- - lib/log4j-core-2.0-rc1.jar
20
+ - lib/log4j-1.2-api-2.15.0.jar
21
+ - lib/log4j-api-2.15.0.jar
22
+ - lib/log4j-core-2.15.0.jar
22
23
  - lib/log4j-jars.rb
23
- - lib/log4j-slf4j-impl-2.0-rc1.jar
24
+ - lib/log4j-slf4j-impl-2.15.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
- version: 1.3.1
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