slf4j-jars 1.6.2-java → 1.7.7-java

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,7 @@
1
+ ---
2
+ SHA1:
3
+ metadata.gz: 70d50911eb8e4828951984353d3aeb1a9d796f81
4
+ data.tar.gz: 35cc052e31e292815a62d15b675d39f622aa37f8
5
+ SHA512:
6
+ metadata.gz: e7dce2a2b2ced0bfd77e7f3605fef899eebe45d7d84c6ce545001e2c62b53de0b00f13e12139e5b4598ceed44a8cbc8daca0733b269f145e9fe1d35e5a7e7309
7
+ data.tar.gz: e9e9627e143d9cb87656a39bcb6cb7acac6641d011dea8724b7fd97cffdafc13fa0ef38c7aa58edcc55d2709150e52273c8138181c955897f9b5d7a1edd4d1dc
Binary file
@@ -2,7 +2,9 @@
2
2
 
3
3
  require 'java'
4
4
 
5
- $SLF4J_BACKEND ||= 'nop'
5
+ unless defined?($SLF4J_BACKEND)
6
+ $SLF4J_BACKEND = 'nop'
7
+ end
6
8
 
7
9
  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) }
10
+ Dir["#{File.expand_path('..', __FILE__)}/slf4j-#{$SLF4J_BACKEND}-*.jar"].each { |jar| require(jar) } if $SLF4J_BACKEND
Binary file
Binary file
Binary file
metadata CHANGED
@@ -1,63 +1,50 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: slf4j-jars
3
- version: !ruby/object:Gem::Version
4
- prerelease:
5
- version: 1.6.2
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.7.7
6
5
  platform: java
7
- authors:
8
- - Theo Hultberg
9
- autorequire:
6
+ authors:
7
+ - Theo Hultberg
8
+ autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
-
13
- date: 2011-09-25 00:00:00 +02:00
14
- default_executable:
11
+ date: 2014-06-20 00:00:00.000000000 Z
15
12
  dependencies: []
16
-
17
- description: ""
18
- email:
19
- - theo@iconara.net
13
+ description: ''
14
+ email:
15
+ - theo@iconara.net
20
16
  executables: []
21
-
22
17
  extensions: []
23
-
24
18
  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
19
+ files:
20
+ - lib/slf4j-api-1.7.7.jar
21
+ - lib/slf4j-jars.rb
22
+ - lib/slf4j-jcl-1.7.7.jar
23
+ - lib/slf4j-jdk14-1.7.7.jar
24
+ - lib/slf4j-log4j12-1.7.7.jar
25
+ - lib/slf4j-nop-1.7.7.jar
26
+ - lib/slf4j-simple-1.7.7.jar
35
27
  homepage: http://www.slf4j.org/
36
28
  licenses: []
37
-
38
- post_install_message:
29
+ metadata: {}
30
+ post_install_message:
39
31
  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"
32
+ require_paths:
33
+ - lib
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
36
+ - - '>='
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ required_rubygems_version: !ruby/object:Gem::Requirement
40
+ requirements:
41
+ - - '>='
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
55
44
  requirements: []
56
-
57
45
  rubyforge_project: slf4j-jars
58
- rubygems_version: 1.5.1
59
- signing_key:
60
- specification_version: 3
46
+ rubygems_version: 2.2.1
47
+ signing_key:
48
+ specification_version: 4
61
49
  summary: SLF4J jars
62
50
  test_files: []
63
-
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file