# -*- encoding: utf-8 -*- # stub: instana 1.7.5 ruby lib Gem::Specification.new do |s| s.name = "instana".freeze s.version = "1.7.5".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Peter Giacomo Lombardo".freeze] s.bindir = "exe".freeze s.date = "2017-09-22" s.description = "Provides Ruby sensor instrumentation for Instana.".freeze s.email = ["pglombardo@gmail.com".freeze] s.files = [".codeclimate.yml".freeze, ".gitignore".freeze, ".rubocop.yml".freeze, ".travis.yml".freeze, "Configuration.md".freeze, "Dockerfile".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "Tracing.md".freeze, "Troubleshooting.md".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, "examples/tracing.rb".freeze, "gemfiles/libraries.gemfile".freeze, "gemfiles/rails32.gemfile".freeze, "gemfiles/rails42.gemfile".freeze, "gemfiles/rails50.gemfile".freeze, "instana.gemspec".freeze, "lib/instana.rb".freeze, "lib/instana/agent.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/instrumentation/abstract_mysql_adapter.rb".freeze, "lib/instana/frameworks/instrumentation/action_controller.rb".freeze, "lib/instana/frameworks/instrumentation/action_view.rb".freeze, "lib/instana/frameworks/instrumentation/active_record.rb".freeze, "lib/instana/frameworks/instrumentation/mysql2_adapter.rb".freeze, "lib/instana/frameworks/instrumentation/mysql_adapter.rb".freeze, "lib/instana/frameworks/instrumentation/postgresql_adapter.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.rb".freeze, "lib/instana/instrumentation/dalli.rb".freeze, "lib/instana/instrumentation/excon.rb".freeze, "lib/instana/instrumentation/grpc.rb".freeze, "lib/instana/instrumentation/net-http.rb".freeze, "lib/instana/instrumentation/rack.rb".freeze, "lib/instana/instrumentation/redis.rb".freeze, "lib/instana/instrumentation/rest-client.rb".freeze, "lib/instana/instrumentation/sidekiq-client.rb".freeze, "lib/instana/instrumentation/sidekiq-worker.rb".freeze, "lib/instana/logger.rb".freeze, "lib/instana/opentracing/carrier.rb".freeze, "lib/instana/opentracing/tracer.rb".freeze, "lib/instana/rack.rb".freeze, "lib/instana/setup.rb".freeze, "lib/instana/test.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/tracing/trace.rb".freeze, "lib/instana/util.rb".freeze, "lib/instana/version.rb".freeze, "lib/opentracing.rb".freeze, "log/.keep".freeze, "test/agent/agent_test.rb".freeze, "test/apps/cuba.rb".freeze, "test/apps/grpc_server.rb".freeze, "test/apps/roda.rb".freeze, "test/apps/sinatra.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/rack_test.rb".freeze, "test/frameworks/rails/actioncontroller_test.rb".freeze, "test/frameworks/rails/actionview3_test.rb".freeze, "test/frameworks/rails/actionview4_test.rb".freeze, "test/frameworks/rails/actionview5_test.rb".freeze, "test/frameworks/rails/activerecord3_test.rb".freeze, "test/frameworks/rails/activerecord4_test.rb".freeze, "test/frameworks/rails/activerecord5_test.rb".freeze, "test/frameworks/roda_test.rb".freeze, "test/frameworks/sinatra_test.rb".freeze, "test/instana_test.rb".freeze, "test/instrumentation/dalli_test.rb".freeze, "test/instrumentation/excon_test.rb".freeze, "test/instrumentation/grpc_test.rb".freeze, "test/instrumentation/net-http_test.rb".freeze, "test/instrumentation/redis_test.rb".freeze, "test/instrumentation/rest-client_test.rb".freeze, "test/instrumentation/sidekiq-client_test.rb".freeze, "test/instrumentation/sidekiq-worker_test.rb".freeze, "test/jobs/sidekiq_job_1.rb".freeze, "test/jobs/sidekiq_job_2.rb".freeze, "test/models/block.rb".freeze, "test/servers/grpc_50051.rb".freeze, "test/servers/helpers/sidekiq_worker_initializer.rb".freeze, "test/servers/rackapp_6511.rb".freeze, "test/servers/rails_3205.rb".freeze, "test/servers/sidekiq/worker.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/trace_test.rb".freeze, "test/tracing/tracer_async_test.rb".freeze, "test/tracing/tracer_test.rb".freeze] s.homepage = "https://www.instana.com/".freeze s.required_ruby_version = Gem::Requirement.new(">= 2.1".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "Ruby sensor for Instana".freeze s.test_files = ["test/agent/agent_test.rb".freeze, "test/apps/cuba.rb".freeze, "test/apps/grpc_server.rb".freeze, "test/apps/roda.rb".freeze, "test/apps/sinatra.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/rack_test.rb".freeze, "test/frameworks/rails/actioncontroller_test.rb".freeze, "test/frameworks/rails/actionview3_test.rb".freeze, "test/frameworks/rails/actionview4_test.rb".freeze, "test/frameworks/rails/actionview5_test.rb".freeze, "test/frameworks/rails/activerecord3_test.rb".freeze, "test/frameworks/rails/activerecord4_test.rb".freeze, "test/frameworks/rails/activerecord5_test.rb".freeze, "test/frameworks/roda_test.rb".freeze, "test/frameworks/sinatra_test.rb".freeze, "test/instana_test.rb".freeze, "test/instrumentation/dalli_test.rb".freeze, "test/instrumentation/excon_test.rb".freeze, "test/instrumentation/grpc_test.rb".freeze, "test/instrumentation/net-http_test.rb".freeze, "test/instrumentation/redis_test.rb".freeze, "test/instrumentation/rest-client_test.rb".freeze, "test/instrumentation/sidekiq-client_test.rb".freeze, "test/instrumentation/sidekiq-worker_test.rb".freeze, "test/jobs/sidekiq_job_1.rb".freeze, "test/jobs/sidekiq_job_2.rb".freeze, "test/models/block.rb".freeze, "test/servers/grpc_50051.rb".freeze, "test/servers/helpers/sidekiq_worker_initializer.rb".freeze, "test/servers/rackapp_6511.rb".freeze, "test/servers/rails_3205.rb".freeze, "test/servers/sidekiq/worker.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/trace_test.rb".freeze, "test/tracing/tracer_async_test.rb".freeze, "test/tracing/tracer_test.rb".freeze] s.specification_version = 4 s.add_development_dependency(%q.freeze, ["~> 1.11".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, [">= 8.0.0".freeze]) s.add_development_dependency(%q.freeze, [">= 0.10.0".freeze]) s.add_development_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.1.3".freeze]) s.add_runtime_dependency(%q.freeze, [">= 0.2.1".freeze]) s.add_runtime_dependency(%q.freeze, [">= 4.0.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 1.8.1".freeze]) end