Sha256: 9b6c9fa804a7718a0613b0fc81f34550676e4815334dcefe63c12fa39978f92c
Contents?: true
Size: 648 Bytes
Versions: 1
Compression:
Stored size: 648 Bytes
Contents
#-- # Copyright (c) 2008-2017 David Kellum # # rjack-logback is free software: you can redistribute it and/or # modify it under the terms of either of following licenses: # # GNU Lesser General Public License v3 or later # Eclipse Public License v1.0 # # rjack-logback is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. #++ module RJack module Logback # Logback java version LOGBACK_VERSION = '1.1.11' # Logback gem version VERSION = '1.9.0' LOGBACK_DIR = File.dirname(__FILE__) # :nodoc: end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
rjack-logback-1.9.0-java | lib/rjack-logback/base.rb |