log4j-jars 1.2.15-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 ADDED
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: e56eaa2252d31c14108dac1d0d73182268e49ef6
4
+ data.tar.gz: 5bed5099ff971ee0cfd2d7bfecb96cff7bf4ce9a
5
+ SHA512:
6
+ metadata.gz: b8924deca6c9570b03e80f89cb6f272b509fc5fab82b70c04b239e0d00b933bce8c34fb4834248818fe50181a35ff457bdcbaf30f425bd25795757f529b6fa46
7
+ data.tar.gz: e760f87dadd57b5edb641bce852fe9a9e22976df8993a440febeb26118b1e4f52877e6d6c2feddad5b9913d3c5b716c10bae1cb0217d68525edbfe9c21db7449
Binary file
data/lib/log4j-jars.rb ADDED
@@ -0,0 +1,5 @@
1
+ # encoding: utf-8
2
+
3
+ require 'java'
4
+
5
+ Dir["#{File.expand_path('..', __FILE__)}/*.jar"].each { |jar| require(jar) }
metadata ADDED
@@ -0,0 +1,47 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: log4j-jars
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.2.15
5
+ platform: java
6
+ authors:
7
+ - Theo Hultberg
8
+ - Mathias Söderberg
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+ date: 2016-10-26 00:00:00.000000000 Z
13
+ dependencies: []
14
+ description: ''
15
+ email:
16
+ - theo@iconara.net
17
+ - mths@sdrbrg.se
18
+ executables: []
19
+ extensions: []
20
+ extra_rdoc_files: []
21
+ files:
22
+ - lib/log4j-1.2.15.jar
23
+ - lib/log4j-jars.rb
24
+ homepage: http://logging.apache.org/log4j/1.2/
25
+ licenses: []
26
+ metadata: {}
27
+ post_install_message:
28
+ rdoc_options: []
29
+ require_paths:
30
+ - lib
31
+ required_ruby_version: !ruby/object:Gem::Requirement
32
+ requirements:
33
+ - - '>='
34
+ - !ruby/object:Gem::Version
35
+ version: '0'
36
+ required_rubygems_version: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - '>='
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ requirements: []
42
+ rubyforge_project: log4j-jars
43
+ rubygems_version: 2.4.5
44
+ signing_key:
45
+ specification_version: 4
46
+ summary: Log4j jars
47
+ test_files: []