# -*- encoding: utf-8 -*- # stub: opentracing-instrumentation 0.1.3 ruby lib Gem::Specification.new do |s| s.name = "opentracing-instrumentation".freeze s.version = "0.1.3".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Fedorenko Dmitrij".freeze] s.bindir = "exe".freeze s.date = "2020-03-29" s.description = "OpenTracing instrumentation for Mongo, Faraday, Rack and PORO".freeze s.email = ["job@fedorenko-d.ru".freeze] s.files = [".BUNDLER_VERSION".freeze, ".drone.jsonnet".freeze, ".gitignore".freeze, ".gitlab-ci.yml".freeze, ".rubocop.yml".freeze, ".ruby-version".freeze, "GEM_VERSION".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "LICENSE.txt".freeze, "README.md".freeze, "Rakefile".freeze, "bin/console".freeze, "bin/setup".freeze, "lib/opentracing/instrumentation.rb".freeze, "lib/opentracing/instrumentation/bunny.rb".freeze, "lib/opentracing/instrumentation/bunny/consume_operation_name_builder.rb".freeze, "lib/opentracing/instrumentation/bunny/consume_tags_builder.rb".freeze, "lib/opentracing/instrumentation/bunny/consume_tracer.rb".freeze, "lib/opentracing/instrumentation/bunny/consume_tracer_config.rb".freeze, "lib/opentracing/instrumentation/bunny/headers_builder.rb".freeze, "lib/opentracing/instrumentation/bunny/headers_injector.rb".freeze, "lib/opentracing/instrumentation/bunny/publish_operation_name_builder.rb".freeze, "lib/opentracing/instrumentation/bunny/publish_tags_builder.rb".freeze, "lib/opentracing/instrumentation/bunny/publish_tracer.rb".freeze, "lib/opentracing/instrumentation/bunny/publish_tracer_config.rb".freeze, "lib/opentracing/instrumentation/bunny/regexp_routing_key_sanitazer.rb".freeze, "lib/opentracing/instrumentation/common.rb".freeze, "lib/opentracing/instrumentation/common/error_writer.rb".freeze, "lib/opentracing/instrumentation/faraday.rb".freeze, "lib/opentracing/instrumentation/faraday/response_logger.rb".freeze, "lib/opentracing/instrumentation/faraday/trace_middleware.rb".freeze, "lib/opentracing/instrumentation/hutch.rb".freeze, "lib/opentracing/instrumentation/hutch/consume_operation_name_builder.rb".freeze, "lib/opentracing/instrumentation/hutch/consume_tags_builder.rb".freeze, "lib/opentracing/instrumentation/hutch/consume_tracer.rb".freeze, "lib/opentracing/instrumentation/hutch/consume_tracer_builder.rb".freeze, "lib/opentracing/instrumentation/hutch/consume_tracer_config.rb".freeze, "lib/opentracing/instrumentation/hutch/global_properties_builder.rb".freeze, "lib/opentracing/instrumentation/mongo.rb".freeze, "lib/opentracing/instrumentation/mongo/direct_sanitazer.rb".freeze, "lib/opentracing/instrumentation/mongo/query_sanitazer.rb".freeze, "lib/opentracing/instrumentation/mongo/trace_subscriber.rb".freeze, "lib/opentracing/instrumentation/object_wrapper.rb".freeze, "lib/opentracing/instrumentation/rack.rb".freeze, "lib/opentracing/instrumentation/rack/http_tagger.rb".freeze, "lib/opentracing/instrumentation/rack/regexp_path_sanitazer.rb".freeze, "lib/opentracing/instrumentation/rack/static_command_name_builder.rb".freeze, "lib/opentracing/instrumentation/rack/trace_middleware.rb".freeze, "lib/opentracing/instrumentation/rack/unsafe_path_sanitazer.rb".freeze, "lib/opentracing/instrumentation/rack/url_command_name_builder.rb".freeze, "lib/opentracing/instrumentation/redis.rb".freeze, "lib/opentracing/instrumentation/redis/config.rb".freeze, "lib/opentracing/instrumentation/redis/span_builder.rb".freeze, "lib/opentracing/instrumentation/redis/tracing_driver_wrapper.rb".freeze, "lib/opentracing/instrumentation/sidekiq.rb".freeze, "lib/opentracing/instrumentation/sidekiq/client_middleware.rb".freeze, "lib/opentracing/instrumentation/sidekiq/job_tagger.rb".freeze, "lib/opentracing/instrumentation/sidekiq/server_middleware.rb".freeze, "lib/opentracing/instrumentation/sinatra.rb".freeze, "lib/opentracing/instrumentation/sinatra/trace_middleware.rb".freeze, "lib/opentracing/instrumentation/thrift.rb".freeze, "lib/opentracing/instrumentation/thrift/config.rb".freeze, "lib/opentracing/instrumentation/thrift/traced_protocol.rb".freeze, "lib/opentracing/instrumentation/thrift/traced_protocol_factory.rb".freeze, "lib/opentracing/instrumentation/version.rb".freeze, "opentracing-instrumentation.gemspec".freeze] s.homepage = "https://gitlab.com/c0va23/ruby-opentracing-instrumentation.".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "OpenTracing instrumentation for popular ruby libraries".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 0.5.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 4.0".freeze]) s.add_development_dependency(%q.freeze, ["= 2.1.4".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.9.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.26.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 2.2.2".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.3.5".freeze]) s.add_development_dependency(%q.freeze, ["~> 3.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.80.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 1.38.1".freeze]) s.add_development_dependency(%q.freeze, ["~> 0.11.0".freeze]) end