--- !ruby/object:Gem::Specification name: nunes version: !ruby/object:Gem::Version version: 0.3.1 prerelease: platform: ruby authors: - John Nunemaker autorequire: bindir: bin cert_chain: [] date: 2013-10-16 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: bundler requirement: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' type: :development prerelease: false version_requirements: !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: '1.3' description: The friendly gem that instruments everything for you, like I would if I could. email: - nunemaker@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - Changelog.md - Gemfile - LICENSE.txt - README.md - lib/nunes.rb - lib/nunes/adapter.rb - lib/nunes/adapters/memory.rb - lib/nunes/adapters/timing_aliased.rb - lib/nunes/instrumentable.rb - lib/nunes/subscriber.rb - lib/nunes/subscribers/action_controller.rb - lib/nunes/subscribers/action_mailer.rb - lib/nunes/subscribers/action_view.rb - lib/nunes/subscribers/active_record.rb - lib/nunes/subscribers/active_support.rb - lib/nunes/subscribers/nunes.rb - lib/nunes/version.rb - nunes.gemspec - script/bench.rb - script/bootstrap - script/release - script/test - script/watch - test/adapter_test.rb - test/adapters/timing_aliased_test.rb - test/cache_instrumentation_test.rb - test/controller_instrumentation_test.rb - test/fake_udp_socket_test.rb - test/helper.rb - test/instrumentable_test.rb - test/mailer_instrumentation_test.rb - test/model_instrumentation_test.rb - test/namespaced_controller_instrumentation_test.rb - test/nunes_test.rb - test/rails_app/.gitignore - test/rails_app/Rakefile - test/rails_app/app/assets/images/rails.png - test/rails_app/app/assets/javascripts/application.js - test/rails_app/app/assets/stylesheets/application.css - test/rails_app/app/controllers/admin/posts_controller.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/posts_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/mailers/.gitkeep - test/rails_app/app/mailers/post_mailer.rb - test/rails_app/app/models/.gitkeep - test/rails_app/app/models/post.rb - test/rails_app/app/views/admin/posts/index.html.erb - test/rails_app/app/views/layouts/application.html.erb - test/rails_app/app/views/post_mailer/created.text.erb - test/rails_app/app/views/posts/_post.html.erb - test/rails_app/app/views/posts/index.html.erb - test/rails_app/config.ru - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/database.yml - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/force_test_schema_load.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/initializers/wrap_parameters.rb - test/rails_app/config/locales/en.yml - test/rails_app/config/routes.rb - test/rails_app/db/migrate/20130417154459_create_posts.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/rails_app/lib/assets/.gitkeep - test/rails_app/lib/tasks/.gitkeep - test/rails_app/public/404.html - test/rails_app/public/422.html - test/rails_app/public/500.html - test/rails_app/public/favicon.ico - test/rails_app/public/index.html - test/rails_app/public/robots.txt - test/rails_app/script/rails - test/subscriber_test.rb - test/support/adapter_test_helpers.rb - test/support/fake_udp_socket.rb - test/view_instrumentation_test.rb homepage: https://github.com/jnunemaker/nunes licenses: - MIT post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' requirements: [] rubyforge_project: rubygems_version: 1.8.23 signing_key: specification_version: 3 summary: The friendly gem that instruments everything for you, like I would if I could. test_files: - test/adapter_test.rb - test/adapters/timing_aliased_test.rb - test/cache_instrumentation_test.rb - test/controller_instrumentation_test.rb - test/fake_udp_socket_test.rb - test/helper.rb - test/instrumentable_test.rb - test/mailer_instrumentation_test.rb - test/model_instrumentation_test.rb - test/namespaced_controller_instrumentation_test.rb - test/nunes_test.rb - test/rails_app/.gitignore - test/rails_app/Rakefile - test/rails_app/app/assets/images/rails.png - test/rails_app/app/assets/javascripts/application.js - test/rails_app/app/assets/stylesheets/application.css - test/rails_app/app/controllers/admin/posts_controller.rb - test/rails_app/app/controllers/application_controller.rb - test/rails_app/app/controllers/posts_controller.rb - test/rails_app/app/helpers/application_helper.rb - test/rails_app/app/mailers/.gitkeep - test/rails_app/app/mailers/post_mailer.rb - test/rails_app/app/models/.gitkeep - test/rails_app/app/models/post.rb - test/rails_app/app/views/admin/posts/index.html.erb - test/rails_app/app/views/layouts/application.html.erb - test/rails_app/app/views/post_mailer/created.text.erb - test/rails_app/app/views/posts/_post.html.erb - test/rails_app/app/views/posts/index.html.erb - test/rails_app/config.ru - test/rails_app/config/application.rb - test/rails_app/config/boot.rb - test/rails_app/config/database.yml - test/rails_app/config/environment.rb - test/rails_app/config/environments/development.rb - test/rails_app/config/environments/production.rb - test/rails_app/config/environments/test.rb - test/rails_app/config/initializers/backtrace_silencers.rb - test/rails_app/config/initializers/force_test_schema_load.rb - test/rails_app/config/initializers/inflections.rb - test/rails_app/config/initializers/mime_types.rb - test/rails_app/config/initializers/secret_token.rb - test/rails_app/config/initializers/session_store.rb - test/rails_app/config/initializers/wrap_parameters.rb - test/rails_app/config/locales/en.yml - test/rails_app/config/routes.rb - test/rails_app/db/migrate/20130417154459_create_posts.rb - test/rails_app/db/schema.rb - test/rails_app/db/seeds.rb - test/rails_app/lib/assets/.gitkeep - test/rails_app/lib/tasks/.gitkeep - test/rails_app/public/404.html - test/rails_app/public/422.html - test/rails_app/public/500.html - test/rails_app/public/favicon.ico - test/rails_app/public/index.html - test/rails_app/public/robots.txt - test/rails_app/script/rails - test/subscriber_test.rb - test/support/adapter_test_helpers.rb - test/support/fake_udp_socket.rb - test/view_instrumentation_test.rb