# -*- encoding: utf-8 -*- # stub: instana 1.195.4 ruby lib Gem::Specification.new do |s| s.name = "instana".freeze s.version = "1.195.4".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/instana/ruby-sensor/releases", "documentation_uri" => "https://docs.instana.io/ecosystem/ruby/", "homepage_uri" => "https://www.instana.com/", "source_code_uri" => "https://github.com/instana/ruby-sensor" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Peter Giacomo Lombardo".freeze] s.bindir = "exe".freeze s.date = "2021-03-24" s.description = "The Instana gem is a zero configuration tool that will automatically collect key metrics and distributed traces from your Ruby processes. Just install and go.".freeze s.email = ["pglombardo@gmail.com".freeze] s.files = [".circleci/config.yml".freeze, ".codeclimate.yml".freeze, ".editorconfig".freeze, ".fasterer.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".rubocop_todo.yml".freeze, "Appraisals".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "benchmarks/10k-rack-traces.rb".freeze, "benchmarks/Gemfile".freeze, "benchmarks/Gemfile.lock".freeze, "benchmarks/id_generation.rb".freeze, "benchmarks/opentracing.rb".freeze, "benchmarks/rack_vanilla_vs_traced.rb".freeze, "benchmarks/stackprof_rack_tracing.rb".freeze, "benchmarks/time_processing.rb".freeze, "bin/console".freeze, "bin/setup".freeze, "docker-compose.yml".freeze, "examples/opentracing.rb".freeze, "examples/tracing.rb".freeze, "extras/license_header.rb".freeze, "gemfiles/.bundle/config".freeze, "gemfiles/aws_30.gemfile".freeze, "gemfiles/cuba_30.gemfile".freeze, "gemfiles/dalli_20.gemfile".freeze, "gemfiles/excon_02.gemfile".freeze, "gemfiles/excon_021.gemfile".freeze, "gemfiles/excon_079.gemfile".freeze, "gemfiles/graphql_10.gemfile".freeze, "gemfiles/grpc_10.gemfile".freeze, "gemfiles/net_http_01.gemfile".freeze, "gemfiles/rack_16.gemfile".freeze, "gemfiles/rack_20.gemfile".freeze, "gemfiles/rails_42.gemfile".freeze, "gemfiles/rails_50.gemfile".freeze, "gemfiles/rails_52.gemfile".freeze, "gemfiles/rails_60.gemfile".freeze, "gemfiles/redis_40.gemfile".freeze, "gemfiles/resque_122.gemfile".freeze, "gemfiles/resque_20.gemfile".freeze, "gemfiles/rest_client_16.gemfile".freeze, "gemfiles/rest_client_20.gemfile".freeze, "gemfiles/roda_20.gemfile".freeze, "gemfiles/roda_30.gemfile".freeze, "gemfiles/shoryuken_50.gemfile".freeze, "gemfiles/sidekiq_42.gemfile".freeze, "gemfiles/sidekiq_50.gemfile".freeze, "gemfiles/sinatra_14.gemfile".freeze, "instana.gemspec".freeze, "lib/instana.rb".freeze, "lib/instana/activator.rb".freeze, "lib/instana/activators/action_cable.rb".freeze, "lib/instana/activators/action_controller_api.rb".freeze, "lib/instana/activators/action_controller_base.rb".freeze, "lib/instana/activators/action_view.rb".freeze, "lib/instana/activators/active_record.rb".freeze, "lib/instana/activators/aws_sdk_dynamodb.rb".freeze, "lib/instana/activators/aws_sdk_s3.rb".freeze, "lib/instana/activators/aws_sdk_sns.rb".freeze, "lib/instana/activators/aws_sdk_sqs.rb".freeze, "lib/instana/activators/cuba.rb".freeze, "lib/instana/activators/dalli.rb".freeze, "lib/instana/activators/excon.rb".freeze, "lib/instana/activators/graphql.rb".freeze, "lib/instana/activators/grpc_client.rb".freeze, "lib/instana/activators/grpc_server.rb".freeze, "lib/instana/activators/net_http.rb".freeze, "lib/instana/activators/rack.rb".freeze, "lib/instana/activators/rails.rb".freeze, "lib/instana/activators/redis.rb".freeze, "lib/instana/activators/resque_client.rb".freeze, "lib/instana/activators/resque_worker.rb".freeze, "lib/instana/activators/rest_client.rb".freeze, "lib/instana/activators/roda.rb".freeze, "lib/instana/activators/shoryuken.rb".freeze, "lib/instana/activators/sidekiq_client.rb".freeze, "lib/instana/activators/sidekiq_worker.rb".freeze, "lib/instana/activators/sinatra.rb".freeze, "lib/instana/agent.rb".freeze, "lib/instana/agent/helpers.rb".freeze, "lib/instana/agent/hooks.rb".freeze, "lib/instana/agent/tasks.rb".freeze, "lib/instana/base.rb".freeze, "lib/instana/collector.rb".freeze, "lib/instana/collectors/gc.rb".freeze, "lib/instana/collectors/memory.rb".freeze, "lib/instana/collectors/thread.rb".freeze, "lib/instana/config.rb".freeze, "lib/instana/eum/eum-test.js.erb".freeze, "lib/instana/eum/eum.js.erb".freeze, "lib/instana/frameworks/cuba.rb".freeze, "lib/instana/frameworks/rails.rb".freeze, "lib/instana/frameworks/roda.rb".freeze, "lib/instana/frameworks/sinatra.rb".freeze, "lib/instana/helpers.rb".freeze, "lib/instana/instrumentation/action_cable.rb".freeze, "lib/instana/instrumentation/action_controller.rb".freeze, "lib/instana/instrumentation/action_view.rb".freeze, "lib/instana/instrumentation/active_record.rb".freeze, "lib/instana/instrumentation/aws_sdk_dynamodb.rb".freeze, "lib/instana/instrumentation/aws_sdk_s3.rb".freeze, "lib/instana/instrumentation/aws_sdk_sns.rb".freeze, "lib/instana/instrumentation/aws_sdk_sqs.rb".freeze, "lib/instana/instrumentation/dalli.rb".freeze, "lib/instana/instrumentation/excon.rb".freeze, "lib/instana/instrumentation/graphql.rb".freeze, "lib/instana/instrumentation/grpc.rb".freeze, "lib/instana/instrumentation/instrumented_request.rb".freeze, "lib/instana/instrumentation/net-http.rb".freeze, "lib/instana/instrumentation/rack.rb".freeze, "lib/instana/instrumentation/redis.rb".freeze, "lib/instana/instrumentation/resque.rb".freeze, "lib/instana/instrumentation/rest-client.rb".freeze, "lib/instana/instrumentation/shoryuken.rb".freeze, "lib/instana/instrumentation/sidekiq-client.rb".freeze, "lib/instana/instrumentation/sidekiq-worker.rb".freeze, "lib/instana/opentracing/carrier.rb".freeze, "lib/instana/opentracing/tracer.rb".freeze, "lib/instana/rack.rb".freeze, "lib/instana/secrets.rb".freeze, "lib/instana/setup.rb".freeze, "lib/instana/thread_local.rb".freeze, "lib/instana/tracer.rb".freeze, "lib/instana/tracing/processor.rb".freeze, "lib/instana/tracing/span.rb".freeze, "lib/instana/tracing/span_context.rb".freeze, "lib/instana/util.rb".freeze, "lib/instana/version.rb".freeze, "lib/oj_check.rb".freeze, "lib/opentracing.rb".freeze, "log/.keep".freeze, "test/activator_test.rb".freeze, "test/agent/agent_test.rb".freeze, "test/benchmarks/bench_id_generation.rb".freeze, "test/benchmarks/bench_opentracing.rb".freeze, "test/config_test.rb".freeze, "test/frameworks/cuba_test.rb".freeze, "test/frameworks/roda_test.rb".freeze, "test/frameworks/sinatra_test.rb".freeze, "test/instana_test.rb".freeze, "test/instrumentation/aws_test.rb".freeze, "test/instrumentation/dalli_test.rb".freeze, "test/instrumentation/excon_test.rb".freeze, "test/instrumentation/graphql_test.rb".freeze, "test/instrumentation/grpc_test.rb".freeze, "test/instrumentation/net_http_test.rb".freeze, "test/instrumentation/rack_instrumented_request_test.rb".freeze, "test/instrumentation/rack_test.rb".freeze, "test/instrumentation/rails_action_cable_test.rb".freeze, "test/instrumentation/rails_action_controller_test.rb".freeze, "test/instrumentation/rails_action_view_test.rb".freeze, "test/instrumentation/rails_active_record_test.rb".freeze, "test/instrumentation/redis_test.rb".freeze, "test/instrumentation/resque_test.rb".freeze, "test/instrumentation/rest_client_test.rb".freeze, "test/instrumentation/shoryuken_test.rb".freeze, "test/instrumentation/sidekiq-client_test.rb".freeze, "test/instrumentation/sidekiq-worker_test.rb".freeze, "test/secrets_test.rb".freeze, "test/support/apps/active_record/active_record.rb".freeze, "test/support/apps/grpc/boot.rb".freeze, "test/support/apps/grpc/grpc_server.rb".freeze, "test/support/apps/http_endpoint/boot.rb".freeze, "test/support/apps/rails/boot.rb".freeze, "test/support/apps/rails/models/block.rb".freeze, "test/support/apps/rails/models/block6.rb".freeze, "test/support/apps/resque/boot.rb".freeze, "test/support/apps/resque/jobs/resque_error_job.rb".freeze, "test/support/apps/resque/jobs/resque_fast_job.rb".freeze, "test/support/apps/sidekiq/boot.rb".freeze, "test/support/apps/sidekiq/jobs/sidekiq_job_1.rb".freeze, "test/support/apps/sidekiq/jobs/sidekiq_job_2.rb".freeze, "test/support/apps/sidekiq/worker.rb".freeze, "test/support/helpers.rb".freeze, "test/test_helper.rb".freeze, "test/tracing/custom_test.rb".freeze, "test/tracing/id_management_test.rb".freeze, "test/tracing/opentracing_test.rb".freeze, "test/tracing/tracer_async_test.rb".freeze, "test/tracing/tracer_test.rb".freeze] s.homepage = "https://www.instana.com/".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby Distributed Tracing & Metrics Sensor for Instana".freeze s.test_files = ["test/config_test.rb".freeze, "test/activator_test.rb".freeze, "test/tracing/id_management_test.rb".freeze, "test/tracing/tracer_test.rb".freeze, "test/tracing/custom_test.rb".freeze, "test/tracing/opentracing_test.rb".freeze, "test/tracing/tracer_async_test.rb".freeze, "test/agent/agent_test.rb".freeze, "test/secrets_test.rb".freeze, "test/instrumentation/graphql_test.rb".freeze, "test/instrumentation/sidekiq-client_test.rb".freeze, "test/instrumentation/rails_action_controller_test.rb".freeze, "test/instrumentation/rest_client_test.rb".freeze, "test/instrumentation/net_http_test.rb".freeze, "test/instrumentation/resque_test.rb".freeze, "test/instrumentation/sidekiq-worker_test.rb".freeze, "test/instrumentation/rails_action_view_test.rb".freeze, "test/instrumentation/rack_test.rb".freeze, "test/instrumentation/rack_instrumented_request_test.rb".freeze, "test/instrumentation/shoryuken_test.rb".freeze, "test/instrumentation/rails_active_record_test.rb".freeze, "test/instrumentation/redis_test.rb".freeze, "test/instrumentation/dalli_test.rb".freeze, "test/instrumentation/rails_action_cable_test.rb".freeze, "test/instrumentation/excon_test.rb".freeze, "test/instrumentation/grpc_test.rb".freeze, "test/instrumentation/aws_test.rb".freeze, "test/support/helpers.rb".freeze, "test/support/apps/sidekiq/boot.rb".freeze, "test/support/apps/sidekiq/jobs/sidekiq_job_2.rb".freeze, "test/support/apps/sidekiq/jobs/sidekiq_job_1.rb".freeze, "test/support/apps/sidekiq/worker.rb".freeze, "test/support/apps/grpc/boot.rb".freeze, "test/support/apps/grpc/grpc_server.rb".freeze, "test/support/apps/active_record/active_record.rb".freeze, "test/support/apps/resque/boot.rb".freeze, "test/support/apps/resque/jobs/resque_error_job.rb".freeze, "test/support/apps/resque/jobs/resque_fast_job.rb".freeze, "test/support/apps/http_endpoint/boot.rb".freeze, "test/support/apps/rails/models/block.rb".freeze, "test/support/apps/rails/models/block6.rb".freeze, "test/support/apps/rails/boot.rb".freeze, "test/benchmarks/bench_opentracing.rb".freeze, "test/benchmarks/bench_id_generation.rb".freeze, "test/test_helper.rb".freeze, "test/frameworks/cuba_test.rb".freeze, "test/frameworks/roda_test.rb".freeze, "test/frameworks/sinatra_test.rb".freeze, "test/instana_test.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 2.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 10.0".freeze]) s.add_development_dependency(%q.freeze, ["~> 5.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.2.2".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.2.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0.4".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0.11".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.0.11".freeze]) end