slf4j-jars 1.6.2-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.
Binary file
@@ -0,0 +1,8 @@
1
+ # encoding: utf-8
2
+
3
+ require 'java'
4
+
5
+ $SLF4J_BACKEND ||= 'nop'
6
+
7
+ Dir["#{File.expand_path('..', __FILE__)}/slf4j-api-*.jar"].each { |jar| require(jar) }
8
+ Dir["#{File.expand_path('..', __FILE__)}/slf4j-#{$SLF4J_BACKEND}-*.jar"].each { |jar| require(jar) }
Binary file
Binary file
Binary file
metadata ADDED
@@ -0,0 +1,63 @@
1
+ --- !ruby/object:Gem::Specification
2
+ name: slf4j-jars
3
+ version: !ruby/object:Gem::Version
4
+ prerelease:
5
+ version: 1.6.2
6
+ platform: java
7
+ authors:
8
+ - Theo Hultberg
9
+ autorequire:
10
+ bindir: bin
11
+ cert_chain: []
12
+
13
+ date: 2011-09-25 00:00:00 +02:00
14
+ default_executable:
15
+ dependencies: []
16
+
17
+ description: ""
18
+ email:
19
+ - theo@iconara.net
20
+ executables: []
21
+
22
+ extensions: []
23
+
24
+ extra_rdoc_files: []
25
+
26
+ files:
27
+ - lib/slf4j-jars.rb
28
+ - lib/slf4j-api-1.6.2.jar
29
+ - lib/slf4j-jcl-1.6.2.jar
30
+ - lib/slf4j-jdk14-1.6.2.jar
31
+ - lib/slf4j-log4j12-1.6.2.jar
32
+ - lib/slf4j-nop-1.6.2.jar
33
+ - lib/slf4j-simple-1.6.2.jar
34
+ has_rdoc: true
35
+ homepage: http://www.slf4j.org/
36
+ licenses: []
37
+
38
+ post_install_message:
39
+ rdoc_options: []
40
+
41
+ require_paths:
42
+ - lib
43
+ required_ruby_version: !ruby/object:Gem::Requirement
44
+ none: false
45
+ requirements:
46
+ - - ">="
47
+ - !ruby/object:Gem::Version
48
+ version: "0"
49
+ required_rubygems_version: !ruby/object:Gem::Requirement
50
+ none: false
51
+ requirements:
52
+ - - ">="
53
+ - !ruby/object:Gem::Version
54
+ version: "0"
55
+ requirements: []
56
+
57
+ rubyforge_project: slf4j-jars
58
+ rubygems_version: 1.5.1
59
+ signing_key:
60
+ specification_version: 3
61
+ summary: SLF4J jars
62
+ test_files: []
63
+