# -*- encoding: utf-8 -*- # stub: timber 1.0.13 ruby lib Gem::Specification.new do |s| s.name = "timber".freeze s.version = "1.0.13".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Timber Technologies, Inc.".freeze] s.date = "2016-12-20" s.email = ["hi@timber.io".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".yardopts".freeze, "Appraisals".freeze, "Gemfile".freeze, "LICENSE.md".freeze, "README.md".freeze, "circle.yml".freeze, "lib/timber.rb".freeze, "lib/timber/config.rb".freeze, "lib/timber/context.rb".freeze, "lib/timber/contexts.rb".freeze, "lib/timber/contexts/custom.rb".freeze, "lib/timber/contexts/http.rb".freeze, "lib/timber/contexts/organization.rb".freeze, "lib/timber/contexts/tags.rb".freeze, "lib/timber/contexts/user.rb".freeze, "lib/timber/current_context.rb".freeze, "lib/timber/event.rb".freeze, "lib/timber/events.rb".freeze, "lib/timber/events/controller_call.rb".freeze, "lib/timber/events/custom.rb".freeze, "lib/timber/events/exception.rb".freeze, "lib/timber/events/http_request.rb".freeze, "lib/timber/events/http_response.rb".freeze, "lib/timber/events/sql_query.rb".freeze, "lib/timber/events/template_render.rb".freeze, "lib/timber/frameworks.rb".freeze, "lib/timber/frameworks/rails.rb".freeze, "lib/timber/log_devices.rb".freeze, "lib/timber/log_devices/http.rb".freeze, "lib/timber/log_entry.rb".freeze, "lib/timber/logger.rb".freeze, "lib/timber/probe.rb".freeze, "lib/timber/probes.rb".freeze, "lib/timber/probes/action_controller_log_subscriber.rb".freeze, "lib/timber/probes/action_controller_log_subscriber/log_subscriber.rb".freeze, "lib/timber/probes/action_dispatch_debug_exceptions.rb".freeze, "lib/timber/probes/action_view_log_subscriber.rb".freeze, "lib/timber/probes/action_view_log_subscriber/log_subscriber.rb".freeze, "lib/timber/probes/active_record_log_subscriber.rb".freeze, "lib/timber/probes/active_record_log_subscriber/log_subscriber.rb".freeze, "lib/timber/probes/active_support_tagged_logging.rb".freeze, "lib/timber/probes/rack_http_context.rb".freeze, "lib/timber/probes/rails_rack_logger.rb".freeze, "lib/timber/util.rb".freeze, "lib/timber/util/active_support_log_subscriber.rb".freeze, "lib/timber/util/hash.rb".freeze, "lib/timber/version.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/action_controller.rb".freeze, "spec/support/action_view.rb".freeze, "spec/support/active_record.rb".freeze, "spec/support/coveralls.rb".freeze, "spec/support/rails.rb".freeze, "spec/support/rails/templates/_partial.html".freeze, "spec/support/rails/templates/template.html".freeze, "spec/support/simplecov.rb".freeze, "spec/support/socket_hostname.rb".freeze, "spec/support/timber.rb".freeze, "spec/support/timecop.rb".freeze, "spec/support/webmock.rb".freeze, "spec/timber/events_spec.rb".freeze, "spec/timber/log_devices/http_spec.rb".freeze, "spec/timber/logger_spec.rb".freeze, "spec/timber/probes/action_controller_log_subscriber_spec.rb".freeze, "spec/timber/probes/action_dispatch_debug_exceptions_spec.rb".freeze, "spec/timber/probes/action_view_log_subscriber_spec.rb".freeze, "spec/timber/probes/active_record_log_subscriber_spec.rb".freeze, "spec/timber/probes/rack_http_context_spec.rb".freeze, "spec/timber/probes/rails_rack_logger_spec.rb".freeze, "timber.gemspec".freeze] s.homepage = "https://github.com/timberio/timber-ruby".freeze s.required_ruby_version = Gem::Requirement.new(">= 1.9.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Instant log gratification.".freeze s.test_files = ["spec/spec_helper.rb".freeze, "spec/support/action_controller.rb".freeze, "spec/support/action_view.rb".freeze, "spec/support/active_record.rb".freeze, "spec/support/coveralls.rb".freeze, "spec/support/rails.rb".freeze, "spec/support/rails/templates/_partial.html".freeze, "spec/support/rails/templates/template.html".freeze, "spec/support/simplecov.rb".freeze, "spec/support/socket_hostname.rb".freeze, "spec/support/timber.rb".freeze, "spec/support/timecop.rb".freeze, "spec/support/webmock.rb".freeze, "spec/timber/events_spec.rb".freeze, "spec/timber/log_devices/http_spec.rb".freeze, "spec/timber/logger_spec.rb".freeze, "spec/timber/probes/action_controller_log_subscriber_spec.rb".freeze, "spec/timber/probes/action_dispatch_debug_exceptions_spec.rb".freeze, "spec/timber/probes/action_view_log_subscriber_spec.rb".freeze, "spec/timber/probes/active_record_log_subscriber_spec.rb".freeze, "spec/timber/probes/rack_http_context_spec.rb".freeze, "spec/timber/probes/rails_rack_logger_spec.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) end