# -*- encoding: utf-8 -*- # stub: cabin 0.6.1 ruby liblib Gem::Specification.new do |s| s.name = "cabin".freeze s.version = "0.6.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze, "lib".freeze] s.authors = ["Jordan Sissel".freeze] s.date = "2013-06-18" s.description = "This is an experiment to try and make logging more flexible and more consumable. Plain text logs are bullshit, let's emit structured and contextual logs. Metrics, too!".freeze s.email = ["jls@semicomplete.com".freeze] s.executables = ["rubygems-cabin-test".freeze] s.files = ["CHANGELIST".freeze, "LICENSE".freeze, "bin/rubygems-cabin-test".freeze, "examples/fibonacci-timing.rb".freeze, "examples/metrics.rb".freeze, "examples/pipe-spoon.rb".freeze, "examples/pipe.rb".freeze, "examples/sample.rb".freeze, "examples/sinatra-logging.rb".freeze, "lib/cabin.rb".freeze, "lib/cabin/channel.rb".freeze, "lib/cabin/context.rb".freeze, "lib/cabin/inspectable.rb".freeze, "lib/cabin/metric.rb".freeze, "lib/cabin/metrics.rb".freeze, "lib/cabin/metrics/counter.rb".freeze, "lib/cabin/metrics/gauge.rb".freeze, "lib/cabin/metrics/histogram.rb".freeze, "lib/cabin/metrics/meter.rb".freeze, "lib/cabin/metrics/timer.rb".freeze, "lib/cabin/mixins/CAPSLOCK.rb".freeze, "lib/cabin/mixins/colors.rb".freeze, "lib/cabin/mixins/dragons.rb".freeze, "lib/cabin/mixins/logger.rb".freeze, "lib/cabin/mixins/pipe.rb".freeze, "lib/cabin/mixins/timer.rb".freeze, "lib/cabin/mixins/timestamp.rb".freeze, "lib/cabin/namespace.rb".freeze, "lib/cabin/outputs/em/stdlib-logger.rb".freeze, "lib/cabin/outputs/io.rb".freeze, "lib/cabin/outputs/stdlib-logger.rb".freeze, "lib/cabin/outputs/zeromq.rb".freeze, "lib/cabin/publisher.rb".freeze, "lib/cabin/timer.rb".freeze, "test/all.rb".freeze, "test/minitest-patch.rb".freeze, "test/test_logging.rb".freeze, "test/test_metrics.rb".freeze, "test/test_zeromq.rb".freeze] s.homepage = "https://github.com/jordansissel/ruby-cabin".freeze s.licenses = ["Apache License (2.0)".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "Experiments in structured and contextual logging".freeze end