# -*- encoding: utf-8 -*- # stub: elastic-apm 2.0.0 ruby lib Gem::Specification.new do |s| s.name = "elastic-apm".freeze s.version = "2.0.0".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "source_code_uri" => "https://github.com/elastic/apm-agent-ruby" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Mikkel Malmberg".freeze] s.date = "2018-11-14" s.email = ["mikkel@elastic.co".freeze] s.files = [".gitignore".freeze, ".hound.yml".freeze, ".rspec".freeze, ".rubocop.yml".freeze, "CHANGELOG.md".freeze, "CODE_OF_CONDUCT.md".freeze, "Gemfile".freeze, "LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bench/.gitignore".freeze, "bench/app.rb".freeze, "bench/benchmark.rb".freeze, "bench/report.rb".freeze, "bench/rubyprof.rb".freeze, "bench/stackprof.rb".freeze, "bench/tmp/.gitkeep".freeze, "bin/build_docs".freeze, "bin/console".freeze, "bin/setup".freeze, "bin/with_framework".freeze, "docs/api.asciidoc".freeze, "docs/configuration.asciidoc".freeze, "docs/context.asciidoc".freeze, "docs/custom-instrumentation.asciidoc".freeze, "docs/getting-started-rack.asciidoc".freeze, "docs/getting-started-rails.asciidoc".freeze, "docs/index.asciidoc".freeze, "docs/supported-technologies.asciidoc".freeze, "elastic-apm.gemspec".freeze, "lib/elastic-apm.rb".freeze, "lib/elastic_apm.rb".freeze, "lib/elastic_apm/agent.rb".freeze, "lib/elastic_apm/config.rb".freeze, "lib/elastic_apm/config/duration.rb".freeze, "lib/elastic_apm/config/size.rb".freeze, "lib/elastic_apm/context.rb".freeze, "lib/elastic_apm/context/request.rb".freeze, "lib/elastic_apm/context/request/socket.rb".freeze, "lib/elastic_apm/context/request/url.rb".freeze, "lib/elastic_apm/context/response.rb".freeze, "lib/elastic_apm/context/user.rb".freeze, "lib/elastic_apm/context_builder.rb".freeze, "lib/elastic_apm/deprecations.rb".freeze, "lib/elastic_apm/error.rb".freeze, "lib/elastic_apm/error/exception.rb".freeze, "lib/elastic_apm/error/log.rb".freeze, "lib/elastic_apm/error_builder.rb".freeze, "lib/elastic_apm/instrumenter.rb".freeze, "lib/elastic_apm/internal_error.rb".freeze, "lib/elastic_apm/logging.rb".freeze, "lib/elastic_apm/metadata.rb".freeze, "lib/elastic_apm/metadata/process_info.rb".freeze, "lib/elastic_apm/metadata/service_info.rb".freeze, "lib/elastic_apm/metadata/system_info.rb".freeze, "lib/elastic_apm/middleware.rb".freeze, "lib/elastic_apm/naively_hashable.rb".freeze, "lib/elastic_apm/normalizers.rb".freeze, "lib/elastic_apm/normalizers/action_controller.rb".freeze, "lib/elastic_apm/normalizers/action_mailer.rb".freeze, "lib/elastic_apm/normalizers/action_view.rb".freeze, "lib/elastic_apm/normalizers/active_record.rb".freeze, "lib/elastic_apm/railtie.rb".freeze, "lib/elastic_apm/span.rb".freeze, "lib/elastic_apm/span/context.rb".freeze, "lib/elastic_apm/span_helpers.rb".freeze, "lib/elastic_apm/spies.rb".freeze, "lib/elastic_apm/spies/action_dispatch.rb".freeze, "lib/elastic_apm/spies/delayed_job.rb".freeze, "lib/elastic_apm/spies/elasticsearch.rb".freeze, "lib/elastic_apm/spies/http.rb".freeze, "lib/elastic_apm/spies/json.rb".freeze, "lib/elastic_apm/spies/mongo.rb".freeze, "lib/elastic_apm/spies/net_http.rb".freeze, "lib/elastic_apm/spies/rake.rb".freeze, "lib/elastic_apm/spies/redis.rb".freeze, "lib/elastic_apm/spies/sequel.rb".freeze, "lib/elastic_apm/spies/sidekiq.rb".freeze, "lib/elastic_apm/spies/sinatra.rb".freeze, "lib/elastic_apm/spies/tilt.rb".freeze, "lib/elastic_apm/sql_summarizer.rb".freeze, "lib/elastic_apm/stacktrace.rb".freeze, "lib/elastic_apm/stacktrace/frame.rb".freeze, "lib/elastic_apm/stacktrace_builder.rb".freeze, "lib/elastic_apm/subscriber.rb".freeze, "lib/elastic_apm/traceparent.rb".freeze, "lib/elastic_apm/transaction.rb".freeze, "lib/elastic_apm/transport/base.rb".freeze, "lib/elastic_apm/transport/connection.rb".freeze, "lib/elastic_apm/transport/filters.rb".freeze, "lib/elastic_apm/transport/filters/request_body_filter.rb".freeze, "lib/elastic_apm/transport/filters/secrets_filter.rb".freeze, "lib/elastic_apm/transport/serializers.rb".freeze, "lib/elastic_apm/transport/serializers/error_serializer.rb".freeze, "lib/elastic_apm/transport/serializers/span_serializer.rb".freeze, "lib/elastic_apm/transport/serializers/transaction_serializer.rb".freeze, "lib/elastic_apm/transport/worker.rb".freeze, "lib/elastic_apm/util.rb".freeze, "lib/elastic_apm/util/inflector.rb".freeze, "lib/elastic_apm/util/lru_cache.rb".freeze, "lib/elastic_apm/version.rb".freeze, "vendor/.gitkeep".freeze] s.homepage = "https://github.com/elastic/apm-agent-ruby".freeze s.licenses = ["Apache-2.0".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3.0".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "The official Elastic APM agent for Ruby".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, ["~> 1.0".freeze]) s.add_runtime_dependency(%q.freeze, [">= 3.0".freeze]) end