--- !ruby/object:Gem::Specification
name: oboe
version: !ruby/object:Gem::Version
  version: 2.7.9.lynx1
platform: ruby
authors:
- Peter Giacomo Lombardo
- Spiros Eliopoulos
autorequire: 
bindir: bin
cert_chain: []
date: 2015-01-21 00:00:00.000000000 Z
dependencies:
- !ruby/object:Gem::Dependency
  name: json
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :runtime
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
- !ruby/object:Gem::Dependency
  name: rake
  requirement: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
  type: :development
  prerelease: false
  version_requirements: !ruby/object:Gem::Requirement
    requirements:
    - - ">="
      - !ruby/object:Gem::Version
        version: '0'
description: The oboe gem provides TraceView instrumentation for MRI Ruby, JRuby and
  related frameworks.
email: traceviewsupport@appneta.com
executables: []
extensions:
- ext/oboe_metal/extconf.rb
extra_rdoc_files:
- LICENSE
files:
- ".gitignore"
- ".rubocop.yml"
- ".travis.yml"
- Appraisals
- CHANGELOG.md
- CONFIG.md
- Gemfile
- LICENSE
- README.md
- Rakefile
- ext/oboe_metal/extconf.rb
- ext/oboe_metal/noop/noop.c
- ext/oboe_metal/src/bson/bson.h
- ext/oboe_metal/src/bson/platform_hacks.h
- ext/oboe_metal/src/oboe.h
- ext/oboe_metal/src/oboe.hpp
- ext/oboe_metal/src/oboe_wrap.cxx
- ext/oboe_metal/tests/test.rb
- gemfiles/mongo.gemfile
- gemfiles/moped.gemfile
- get_version.rb
- init.rb
- lib/joboe_metal.rb
- lib/oboe.rb
- lib/oboe/api.rb
- lib/oboe/api/layerinit.rb
- lib/oboe/api/logging.rb
- lib/oboe/api/memcache.rb
- lib/oboe/api/profiling.rb
- lib/oboe/api/tracing.rb
- lib/oboe/api/util.rb
- lib/oboe/base.rb
- lib/oboe/config.rb
- lib/oboe/frameworks/grape.rb
- lib/oboe/frameworks/padrino.rb
- lib/oboe/frameworks/padrino/templates.rb
- lib/oboe/frameworks/rails.rb
- lib/oboe/frameworks/rails/helpers/rum/rum_ajax_header.js.erb
- lib/oboe/frameworks/rails/helpers/rum/rum_footer.js.erb
- lib/oboe/frameworks/rails/helpers/rum/rum_header.js.erb
- lib/oboe/frameworks/rails/inst/action_controller.rb
- lib/oboe/frameworks/rails/inst/action_view.rb
- lib/oboe/frameworks/rails/inst/action_view_2x.rb
- lib/oboe/frameworks/rails/inst/action_view_30.rb
- lib/oboe/frameworks/rails/inst/active_record.rb
- lib/oboe/frameworks/rails/inst/connection_adapters/mysql.rb
- lib/oboe/frameworks/rails/inst/connection_adapters/mysql2.rb
- lib/oboe/frameworks/rails/inst/connection_adapters/oracle.rb
- lib/oboe/frameworks/rails/inst/connection_adapters/postgresql.rb
- lib/oboe/frameworks/rails/inst/connection_adapters/utils.rb
- lib/oboe/frameworks/sinatra.rb
- lib/oboe/frameworks/sinatra/templates.rb
- lib/oboe/inst/cassandra.rb
- lib/oboe/inst/dalli.rb
- lib/oboe/inst/em-http-request.rb
- lib/oboe/inst/faraday.rb
- lib/oboe/inst/http.rb
- lib/oboe/inst/memcache.rb
- lib/oboe/inst/memcached.rb
- lib/oboe/inst/mongo.rb
- lib/oboe/inst/moped.rb
- lib/oboe/inst/rack.rb
- lib/oboe/inst/redis.rb
- lib/oboe/inst/resque.rb
- lib/oboe/inst/sequel.rb
- lib/oboe/inst/typhoeus.rb
- lib/oboe/instrumentation.rb
- lib/oboe/loading.rb
- lib/oboe/logger.rb
- lib/oboe/method_profiling.rb
- lib/oboe/ruby.rb
- lib/oboe/support.rb
- lib/oboe/thread_local.rb
- lib/oboe/util.rb
- lib/oboe/version.rb
- lib/oboe/xtrace.rb
- lib/oboe_metal.rb
- lib/rails/generators/oboe/install_generator.rb
- lib/rails/generators/oboe/templates/oboe_initializer.rb
- oboe.gemspec
- release.sh
- test/frameworks/apps/grape_simple.rb
- test/frameworks/apps/padrino_simple.rb
- test/frameworks/apps/sinatra_simple.rb
- test/frameworks/grape_test.rb
- test/frameworks/padrino_test.rb
- test/frameworks/sinatra_test.rb
- test/instrumentation/cassandra_test.rb
- test/instrumentation/dalli_test.rb
- test/instrumentation/em_http_request_test.rb
- test/instrumentation/faraday_test.rb
- test/instrumentation/http_test.rb
- test/instrumentation/memcache_test.rb
- test/instrumentation/memcached_test.rb
- test/instrumentation/mongo_test.rb
- test/instrumentation/moped_test.rb
- test/instrumentation/rack_test.rb
- test/instrumentation/redis_hashes_test.rb
- test/instrumentation/redis_keys_test.rb
- test/instrumentation/redis_lists_test.rb
- test/instrumentation/redis_misc_test.rb
- test/instrumentation/redis_sets_test.rb
- test/instrumentation/redis_sortedsets_test.rb
- test/instrumentation/redis_strings_test.rb
- test/instrumentation/resque_test.rb
- test/instrumentation/sequel_mysql2_test.rb
- test/instrumentation/sequel_mysql_test.rb
- test/instrumentation/sequel_pg_test.rb
- test/instrumentation/typhoeus_test.rb
- test/minitest_helper.rb
- test/profiling/method_test.rb
- test/support/config_test.rb
- test/support/liboboe_settings_test.rb
- test/support/xtrace_test.rb
homepage: http://www.appneta.com/products/traceview/
licenses:
- AppNeta Open License, Version 1.0
metadata: {}
post_install_message: 
rdoc_options: []
require_paths:
- lib
required_ruby_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">="
    - !ruby/object:Gem::Version
      version: 1.8.6
required_rubygems_version: !ruby/object:Gem::Requirement
  requirements:
  - - ">"
    - !ruby/object:Gem::Version
      version: 1.3.1
requirements: []
rubyforge_project: 
rubygems_version: 2.4.5
signing_key: 
specification_version: 4
summary: AppNeta TraceView performance instrumentation gem for Ruby
test_files:
- test/frameworks/grape_test.rb
- test/frameworks/padrino_test.rb
- test/frameworks/sinatra_test.rb
- test/frameworks/apps/sinatra_simple.rb
- test/frameworks/apps/padrino_simple.rb
- test/frameworks/apps/grape_simple.rb
- test/minitest_helper.rb
- test/instrumentation/mongo_test.rb
- test/instrumentation/redis_hashes_test.rb
- test/instrumentation/sequel_pg_test.rb
- test/instrumentation/redis_misc_test.rb
- test/instrumentation/dalli_test.rb
- test/instrumentation/redis_keys_test.rb
- test/instrumentation/redis_sortedsets_test.rb
- test/instrumentation/redis_strings_test.rb
- test/instrumentation/sequel_mysql_test.rb
- test/instrumentation/redis_sets_test.rb
- test/instrumentation/http_test.rb
- test/instrumentation/typhoeus_test.rb
- test/instrumentation/resque_test.rb
- test/instrumentation/em_http_request_test.rb
- test/instrumentation/moped_test.rb
- test/instrumentation/rack_test.rb
- test/instrumentation/memcache_test.rb
- test/instrumentation/faraday_test.rb
- test/instrumentation/redis_lists_test.rb
- test/instrumentation/sequel_mysql2_test.rb
- test/instrumentation/cassandra_test.rb
- test/instrumentation/memcached_test.rb
- test/profiling/method_test.rb
- test/support/liboboe_settings_test.rb
- test/support/config_test.rb
- test/support/xtrace_test.rb