Sha256: bb056ec40e691c6fbe9a31ee6c79326891dfd36a572894cb53ff5c1105d85076

Contents?: true

Size: 647 Bytes

Versions: 1

Compression:

Stored size: 647 Bytes

Contents

#--
# Copyright (c) 2008-2013 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.0.9'

    # Logback gem version
    VERSION = '1.5.1'

    LOGBACK_DIR = File.dirname(__FILE__) # :nodoc:
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rjack-logback-1.5.1-java lib/rjack-logback/base.rb