Sha256: 0c9ffabe269c0743a1b9cd3ce56e9a5538431636fb041b5052f37543a3f5c528
Contents?: true
Size: 903 Bytes
Versions: 2
Compression:
Stored size: 903 Bytes
Contents
# encoding: utf-8 Gem::Specification.new do |spec| spec.name = "madvertise-logging" spec.version = "1.3.0" spec.authors = ["madvertise Mobile Advertising GmbH"] spec.email = ["tech@madvertise.com"] spec.description = %q{Advanced logging classes with buffer backend, transactions, multi logger, etc} spec.summary = %q{Advanced logging classes with buffer backend, transactions, multi logger, etc} spec.homepage = "https://github.com/madvertise/logging" spec.files = `git ls-files`.split($/) spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) } spec.test_files = spec.files.grep(%r{^(test|spec|features)/}) spec.require_paths = ["lib"] if RUBY_PLATFORM == "java" spec.platform = 'java' spec.add_dependency "log4jruby", "~> 1.0.0.rc1" spec.add_dependency "slyphon-log4j", "~> 1.2.15" end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
madvertise-logging-1.3.0 | madvertise-logging.gemspec |
madvertise-logging-1.3.0-java | madvertise-logging.gemspec |