--- !ruby/object:Gem::Specification name: rjack-slf4j version: !ruby/object:Gem::Version version: 1.5.11.0 platform: java authors: - David Kellum autorequire: bindir: bin cert_chain: [] date: 2010-03-06 00:00:00 -08:00 default_executable: dependencies: - !ruby/object:Gem::Dependency name: rjack-tarpit type: :development version_requirement: version_requirements: !ruby/object:Gem::Requirement requirements: - - ~> - !ruby/object:Gem::Version version: 1.2.0 version: description: |- A JRuby adaption and gem packaging of the {Simple Logging Facade for Java}[http://www.slf4j.org/]. Provides all jar dependencies and a Ruby Logger compatible facade. SLF4J is a java logging abstraction and set of adapters to various concrete logging implementations and legacy logging APIs. The slf4j gem adds a ruby core Logger compatible facade to SLF4J, and makes any needed adapters available to JRuby applications. This makes it possible to unify and control logging output of both java and ruby components in a JRuby application. email: - dek-oss@gravitext.com executables: [] extensions: [] extra_rdoc_files: - Manifest.txt - README.rdoc - History.rdoc files: - Manifest.static - Manifest.txt - README.rdoc - History.rdoc - Rakefile - pom.xml - assembly.xml - lib/rjack-slf4j/base.rb - lib/rjack-slf4j.rb - lib/rjack-slf4j/jul-to-slf4j.rb - lib/rjack-slf4j/jul.rb - lib/rjack-slf4j/mdc.rb - test/test_slf4j.rb - lib/rjack-slf4j/jcl-over-slf4j.rb - lib/rjack-slf4j/jcl.rb - lib/rjack-slf4j/jdk14.rb - lib/rjack-slf4j/log4j-over-slf4j.rb - lib/rjack-slf4j/log4j12.rb - lib/rjack-slf4j/nop.rb - lib/rjack-slf4j/simple.rb - lib/rjack-slf4j/jcl-over-slf4j-1.5.11.jar - lib/rjack-slf4j/jul-to-slf4j-1.5.11.jar - lib/rjack-slf4j/log4j-over-slf4j-1.5.11.jar - lib/rjack-slf4j/slf4j-api-1.5.11.jar - lib/rjack-slf4j/slf4j-jcl-1.5.11.jar - lib/rjack-slf4j/slf4j-jdk14-1.5.11.jar - lib/rjack-slf4j/slf4j-log4j12-1.5.11.jar - lib/rjack-slf4j/slf4j-nop-1.5.11.jar - lib/rjack-slf4j/slf4j-simple-1.5.11.jar has_rdoc: true homepage: http://rjack.rubyforge.org licenses: [] post_install_message: rdoc_options: - --main - README.rdoc require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: "0" version: requirements: [] rubyforge_project: rjack rubygems_version: 1.3.5 signing_key: specification_version: 3 summary: A JRuby adaption and gem packaging of the {Simple Logging Facade for Java}[http://www.slf4j.org/] test_files: - test/test_slf4j.rb