log4j-jars 2.0.0.rc1-java → 2.0.2-java

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 2ea73f5adf11fb2ec6678b874dcd623be60adef4
4
- data.tar.gz: c92e39e0282835a5feb998b6b308c067326c9e09
3
+ metadata.gz: 90f604f5aa2a8d036e3da63d66f0448e37d508f8
4
+ data.tar.gz: 8d2fd50cd5d086085bb039263f768e87873fa3d2
5
5
  SHA512:
6
- metadata.gz: 767cac5ca86fc2019ca76eb2f3376634054d8f5288a31d864fdbf431bf00e29603bc235a365b4fb4225741b7be827ad06c224813f623d79217db3ae4e08732e4
7
- data.tar.gz: e1844ac254fe5c9731916e9ec90a2fdb548bff6564663abf50cadea8466efb37c921bad6db962f218cfec1283520b55fb2a3571675f3f6966acbc5a034471e71
6
+ metadata.gz: c9fd85c5803416b118496ec8b5f155580bb2aefb73d17531f3e273122b2ef14bb4c0e14105266448108a42cd0e73ea484b3a2f2ea5b273848077d899915f8eb4
7
+ data.tar.gz: 3d07a81a67938f7e70d8b348513bbf2e1d5a9a5bdaf11da283af0af709496252b610e95329375a23910c67b70af4b68b830066cf7795c75426d1a470e736dc81
Binary file
Binary file
data/lib/log4j-jars.rb CHANGED
@@ -1,6 +1,6 @@
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.0.2'
5
+ require 'log4j-core-2.0.2'
6
+ require 'log4j-slf4j-impl-2.0.2'
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.0.2
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: 2014-09-24 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: ''
14
14
  email:
@@ -17,10 +17,10 @@ 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-api-2.0.2.jar
21
+ - lib/log4j-core-2.0.2.jar
22
22
  - lib/log4j-jars.rb
23
- - lib/log4j-slf4j-impl-2.0-rc1.jar
23
+ - lib/log4j-slf4j-impl-2.0.2.jar
24
24
  homepage: http://logging.apache.org/log4j/2.x/
25
25
  licenses: []
26
26
  metadata: {}
@@ -35,9 +35,9 @@ required_ruby_version: !ruby/object:Gem::Requirement
35
35
  version: '0'
36
36
  required_rubygems_version: !ruby/object:Gem::Requirement
37
37
  requirements:
38
- - - '>'
38
+ - - '>='
39
39
  - !ruby/object:Gem::Version
40
- version: 1.3.1
40
+ version: '0'
41
41
  requirements: []
42
42
  rubyforge_project: log4j-jars
43
43
  rubygems_version: 2.2.1
Binary file
Binary file
Binary file