# -*- encoding: utf-8 -*- # stub: mtn_log4r 1.1.11 ruby lib Gem::Specification.new do |s| s.name = "mtn_log4r".freeze s.version = "1.1.11".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Colby Gutierrez-Kraybill".freeze] s.date = "2013-12-17" s.description = "See also: http://logging.apache.org/log4j".freeze s.email = "colby@astro.berkeley.edu".freeze s.files = ["doc/content/contact.html".freeze, "doc/content/contribute.html".freeze, "doc/content/index.html".freeze, "doc/content/license.html".freeze, "doc/content/manual.html".freeze, "doc/dev/README.developers".freeze, "doc/dev/checklist".freeze, "doc/dev/things-to-do".freeze, "doc/images/log4r-logo.png".freeze, "doc/images/logo2.png".freeze, "doc/log4r.css".freeze, "doc/rdoc-log4r.css".freeze, "doc/templates/main.html".freeze, "examples/README".freeze, "examples/ancestors.rb".freeze, "examples/chainsaw_settings.xml".freeze, "examples/customlevels.rb".freeze, "examples/filelog.rb".freeze, "examples/fileroll.rb".freeze, "examples/gmail.rb".freeze, "examples/gmail.yaml".freeze, "examples/log4r_yaml.yaml".freeze, "examples/logclient.rb".freeze, "examples/logserver.rb".freeze, "examples/moderate.xml".freeze, "examples/moderateconfig.rb".freeze, "examples/myformatter.rb".freeze, "examples/outofthebox.rb".freeze, "examples/rdoc-gen".freeze, "examples/rrconfig.xml".freeze, "examples/rrsetup.rb".freeze, "examples/simpleconfig.rb".freeze, "examples/syslogcustom.rb".freeze, "examples/xmlconfig.rb".freeze, "examples/yaml.rb".freeze, "lib/log4r.rb".freeze, "lib/log4r/GDC.rb".freeze, "lib/log4r/MDC.rb".freeze, "lib/log4r/NDC.rb".freeze, "lib/log4r/base.rb".freeze, "lib/log4r/config.rb".freeze, "lib/log4r/configurator.rb".freeze, "lib/log4r/formatter/formatter.rb".freeze, "lib/log4r/formatter/log4jxmlformatter.rb".freeze, "lib/log4r/formatter/patternformatter.rb".freeze, "lib/log4r/lib/drbloader.rb".freeze, "lib/log4r/lib/xmlloader.rb".freeze, "lib/log4r/logevent.rb".freeze, "lib/log4r/logger.rb".freeze, "lib/log4r/loggerfactory.rb".freeze, "lib/log4r/logserver.rb".freeze, "lib/log4r/outputter/consoleoutputters.rb".freeze, "lib/log4r/outputter/datefileoutputter.rb".freeze, "lib/log4r/outputter/emailoutputter.rb".freeze, "lib/log4r/outputter/fileoutputter.rb".freeze, "lib/log4r/outputter/iooutputter.rb".freeze, "lib/log4r/outputter/outputter.rb".freeze, "lib/log4r/outputter/outputterfactory.rb".freeze, "lib/log4r/outputter/rabbitoutputter.rb".freeze, "lib/log4r/outputter/remoteoutputter.rb".freeze, "lib/log4r/outputter/rollingfileoutputter.rb".freeze, "lib/log4r/outputter/scribeoutputter.rb".freeze, "lib/log4r/outputter/staticoutputter.rb".freeze, "lib/log4r/outputter/syslogoutputter.rb".freeze, "lib/log4r/outputter/udpoutputter.rb".freeze, "lib/log4r/rdoc/GDC".freeze, "lib/log4r/rdoc/MDC".freeze, "lib/log4r/rdoc/NDC".freeze, "lib/log4r/rdoc/configurator".freeze, "lib/log4r/rdoc/emailoutputter".freeze, "lib/log4r/rdoc/formatter".freeze, "lib/log4r/rdoc/log4jxmlformatter".freeze, "lib/log4r/rdoc/log4r".freeze, "lib/log4r/rdoc/logger".freeze, "lib/log4r/rdoc/logserver".freeze, "lib/log4r/rdoc/outputter".freeze, "lib/log4r/rdoc/patternformatter".freeze, "lib/log4r/rdoc/scribeoutputter".freeze, "lib/log4r/rdoc/syslogoutputter".freeze, "lib/log4r/rdoc/win32eventoutputter".freeze, "lib/log4r/rdoc/yamlconfigurator".freeze, "lib/log4r/repository.rb".freeze, "lib/log4r/staticlogger.rb".freeze, "lib/log4r/version.rb".freeze, "lib/log4r/yamlconfigurator.rb".freeze, "tests/README".freeze, "tests/testGDC.rb".freeze, "tests/testMDC.rb".freeze, "tests/testNDC.rb".freeze, "tests/test_helper.rb".freeze, "tests/testall.rb".freeze, "tests/testbase.rb".freeze, "tests/testchainsaw.rb".freeze, "tests/testconf.xml".freeze, "tests/testcustom.rb".freeze, "tests/testformatter.rb".freeze, "tests/testlogger.rb".freeze, "tests/testoutputter.rb".freeze, "tests/testpatternformatter.rb".freeze, "tests/testthreads.rb".freeze, "tests/testxmlconf.rb".freeze, "tests/testyaml.rb".freeze, "tests/testyaml_arrays.yaml".freeze, "tests/testyaml_injection.yaml".freeze] s.homepage = "http://log4r.rubyforge.org".freeze s.rubygems_version = "3.5.10".freeze s.summary = "Log4r, logging framework for ruby".freeze s.test_files = ["tests/README".freeze, "tests/test_helper.rb".freeze, "tests/testall.rb".freeze, "tests/testbase.rb".freeze, "tests/testchainsaw.rb".freeze, "tests/testconf.xml".freeze, "tests/testcustom.rb".freeze, "tests/testformatter.rb".freeze, "tests/testGDC.rb".freeze, "tests/testlogger.rb".freeze, "tests/testMDC.rb".freeze, "tests/testNDC.rb".freeze, "tests/testoutputter.rb".freeze, "tests/testpatternformatter.rb".freeze, "tests/testthreads.rb".freeze, "tests/testxmlconf.rb".freeze, "tests/testyaml.rb".freeze, "tests/testyaml_arrays.yaml".freeze, "tests/testyaml_injection.yaml".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, [">= 1.0.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.8.7".freeze]) end