# -*- encoding: utf-8 -*- # stub: nunes 0.3.1 ruby lib Gem::Specification.new do |s| s.name = "nunes".freeze s.version = "0.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 0".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["John Nunemaker".freeze] s.date = "2013-10-16" s.description = "The friendly gem that instruments everything for you, like I would if I could.".freeze s.email = ["nunemaker@gmail.com".freeze] s.files = [".gitignore".freeze, "Changelog.md".freeze, "Gemfile".freeze, "LICENSE.txt".freeze, "README.md".freeze, "lib/nunes.rb".freeze, "lib/nunes/adapter.rb".freeze, "lib/nunes/adapters/memory.rb".freeze, "lib/nunes/adapters/timing_aliased.rb".freeze, "lib/nunes/instrumentable.rb".freeze, "lib/nunes/subscriber.rb".freeze, "lib/nunes/subscribers/action_controller.rb".freeze, "lib/nunes/subscribers/action_mailer.rb".freeze, "lib/nunes/subscribers/action_view.rb".freeze, "lib/nunes/subscribers/active_record.rb".freeze, "lib/nunes/subscribers/active_support.rb".freeze, "lib/nunes/subscribers/nunes.rb".freeze, "lib/nunes/version.rb".freeze, "nunes.gemspec".freeze, "script/bench.rb".freeze, "script/bootstrap".freeze, "script/release".freeze, "script/test".freeze, "script/watch".freeze, "test/adapter_test.rb".freeze, "test/adapters/timing_aliased_test.rb".freeze, "test/cache_instrumentation_test.rb".freeze, "test/controller_instrumentation_test.rb".freeze, "test/fake_udp_socket_test.rb".freeze, "test/helper.rb".freeze, "test/instrumentable_test.rb".freeze, "test/mailer_instrumentation_test.rb".freeze, "test/model_instrumentation_test.rb".freeze, "test/namespaced_controller_instrumentation_test.rb".freeze, "test/nunes_test.rb".freeze, "test/rails_app/.gitignore".freeze, "test/rails_app/Rakefile".freeze, "test/rails_app/app/assets/images/rails.png".freeze, "test/rails_app/app/assets/javascripts/application.js".freeze, "test/rails_app/app/assets/stylesheets/application.css".freeze, "test/rails_app/app/controllers/admin/posts_controller.rb".freeze, "test/rails_app/app/controllers/application_controller.rb".freeze, "test/rails_app/app/controllers/posts_controller.rb".freeze, "test/rails_app/app/helpers/application_helper.rb".freeze, "test/rails_app/app/mailers/.gitkeep".freeze, "test/rails_app/app/mailers/post_mailer.rb".freeze, "test/rails_app/app/models/.gitkeep".freeze, "test/rails_app/app/models/post.rb".freeze, "test/rails_app/app/views/admin/posts/index.html.erb".freeze, "test/rails_app/app/views/layouts/application.html.erb".freeze, "test/rails_app/app/views/post_mailer/created.text.erb".freeze, "test/rails_app/app/views/posts/_post.html.erb".freeze, "test/rails_app/app/views/posts/index.html.erb".freeze, "test/rails_app/config.ru".freeze, "test/rails_app/config/application.rb".freeze, "test/rails_app/config/boot.rb".freeze, "test/rails_app/config/database.yml".freeze, "test/rails_app/config/environment.rb".freeze, "test/rails_app/config/environments/development.rb".freeze, "test/rails_app/config/environments/production.rb".freeze, "test/rails_app/config/environments/test.rb".freeze, "test/rails_app/config/initializers/backtrace_silencers.rb".freeze, "test/rails_app/config/initializers/force_test_schema_load.rb".freeze, "test/rails_app/config/initializers/inflections.rb".freeze, "test/rails_app/config/initializers/mime_types.rb".freeze, "test/rails_app/config/initializers/secret_token.rb".freeze, "test/rails_app/config/initializers/session_store.rb".freeze, "test/rails_app/config/initializers/wrap_parameters.rb".freeze, "test/rails_app/config/locales/en.yml".freeze, "test/rails_app/config/routes.rb".freeze, "test/rails_app/db/migrate/20130417154459_create_posts.rb".freeze, "test/rails_app/db/schema.rb".freeze, "test/rails_app/db/seeds.rb".freeze, "test/rails_app/lib/assets/.gitkeep".freeze, "test/rails_app/lib/tasks/.gitkeep".freeze, "test/rails_app/public/404.html".freeze, "test/rails_app/public/422.html".freeze, "test/rails_app/public/500.html".freeze, "test/rails_app/public/favicon.ico".freeze, "test/rails_app/public/index.html".freeze, "test/rails_app/public/robots.txt".freeze, "test/rails_app/script/rails".freeze, "test/subscriber_test.rb".freeze, "test/support/adapter_test_helpers.rb".freeze, "test/support/fake_udp_socket.rb".freeze, "test/view_instrumentation_test.rb".freeze] s.homepage = "https://github.com/jnunemaker/nunes".freeze s.licenses = ["MIT".freeze] s.rubygems_version = "3.5.10".freeze s.summary = "The friendly gem that instruments everything for you, like I would if I could.".freeze s.test_files = ["test/adapter_test.rb".freeze, "test/adapters/timing_aliased_test.rb".freeze, "test/cache_instrumentation_test.rb".freeze, "test/controller_instrumentation_test.rb".freeze, "test/fake_udp_socket_test.rb".freeze, "test/helper.rb".freeze, "test/instrumentable_test.rb".freeze, "test/mailer_instrumentation_test.rb".freeze, "test/model_instrumentation_test.rb".freeze, "test/namespaced_controller_instrumentation_test.rb".freeze, "test/nunes_test.rb".freeze, "test/rails_app/.gitignore".freeze, "test/rails_app/Rakefile".freeze, "test/rails_app/app/assets/images/rails.png".freeze, "test/rails_app/app/assets/javascripts/application.js".freeze, "test/rails_app/app/assets/stylesheets/application.css".freeze, "test/rails_app/app/controllers/admin/posts_controller.rb".freeze, "test/rails_app/app/controllers/application_controller.rb".freeze, "test/rails_app/app/controllers/posts_controller.rb".freeze, "test/rails_app/app/helpers/application_helper.rb".freeze, "test/rails_app/app/mailers/.gitkeep".freeze, "test/rails_app/app/mailers/post_mailer.rb".freeze, "test/rails_app/app/models/.gitkeep".freeze, "test/rails_app/app/models/post.rb".freeze, "test/rails_app/app/views/admin/posts/index.html.erb".freeze, "test/rails_app/app/views/layouts/application.html.erb".freeze, "test/rails_app/app/views/post_mailer/created.text.erb".freeze, "test/rails_app/app/views/posts/_post.html.erb".freeze, "test/rails_app/app/views/posts/index.html.erb".freeze, "test/rails_app/config.ru".freeze, "test/rails_app/config/application.rb".freeze, "test/rails_app/config/boot.rb".freeze, "test/rails_app/config/database.yml".freeze, "test/rails_app/config/environment.rb".freeze, "test/rails_app/config/environments/development.rb".freeze, "test/rails_app/config/environments/production.rb".freeze, "test/rails_app/config/environments/test.rb".freeze, "test/rails_app/config/initializers/backtrace_silencers.rb".freeze, "test/rails_app/config/initializers/force_test_schema_load.rb".freeze, "test/rails_app/config/initializers/inflections.rb".freeze, "test/rails_app/config/initializers/mime_types.rb".freeze, "test/rails_app/config/initializers/secret_token.rb".freeze, "test/rails_app/config/initializers/session_store.rb".freeze, "test/rails_app/config/initializers/wrap_parameters.rb".freeze, "test/rails_app/config/locales/en.yml".freeze, "test/rails_app/config/routes.rb".freeze, "test/rails_app/db/migrate/20130417154459_create_posts.rb".freeze, "test/rails_app/db/schema.rb".freeze, "test/rails_app/db/seeds.rb".freeze, "test/rails_app/lib/assets/.gitkeep".freeze, "test/rails_app/lib/tasks/.gitkeep".freeze, "test/rails_app/public/404.html".freeze, "test/rails_app/public/422.html".freeze, "test/rails_app/public/500.html".freeze, "test/rails_app/public/favicon.ico".freeze, "test/rails_app/public/index.html".freeze, "test/rails_app/public/robots.txt".freeze, "test/rails_app/script/rails".freeze, "test/subscriber_test.rb".freeze, "test/support/adapter_test_helpers.rb".freeze, "test/support/fake_udp_socket.rb".freeze, "test/view_instrumentation_test.rb".freeze] s.specification_version = 3 s.add_development_dependency(%q.freeze, ["~> 1.3".freeze]) end