--- !ruby/object:Gem::Specification name: bullet version: !ruby/object:Gem::Version version: 4.1.3 prerelease: platform: ruby authors: - Richard Huang autorequire: bindir: bin cert_chain: [] date: 2012-06-09 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: uniform_notifier requirement: &70205959610980 !ruby/object:Gem::Requirement none: false requirements: - - ~> - !ruby/object:Gem::Version version: 1.0.0 type: :runtime prerelease: false version_requirements: *70205959610980 description: A rails plugin to kill N+1 queries and unused eager loading. email: - flyerhzm@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - .gitignore - .rspec - .rvmrc - .rvmrc.example - .travis.yml - Gemfile - Gemfile.lock - Gemfile.rails-2.3.14 - Gemfile.rails-2.3.14.lock - Gemfile.rails-3.0.13 - Gemfile.rails-3.0.13.lock - Gemfile.rails-3.1.5 - Gemfile.rails-3.1.5.lock - Guardfile - Hacking.textile - MIT-LICENSE - README.textile - README_for_rails2.textile - Rakefile - bullet.gemspec - lib/bullet.rb - lib/bullet/action_controller2.rb - lib/bullet/active_record2.rb - lib/bullet/active_record3.rb - lib/bullet/active_record31.rb - lib/bullet/dependency.rb - lib/bullet/detector.rb - lib/bullet/detector/association.rb - lib/bullet/detector/base.rb - lib/bullet/detector/counter.rb - lib/bullet/detector/n_plus_one_query.rb - lib/bullet/detector/unused_eager_association.rb - lib/bullet/ext/object.rb - lib/bullet/ext/string.rb - lib/bullet/mongoid24.rb - lib/bullet/mongoid3.rb - lib/bullet/notification.rb - lib/bullet/notification/base.rb - lib/bullet/notification/counter_cache.rb - lib/bullet/notification/n_plus_one_query.rb - lib/bullet/notification/unused_eager_loading.rb - lib/bullet/notification_collector.rb - lib/bullet/rack.rb - lib/bullet/registry.rb - lib/bullet/registry/association.rb - lib/bullet/registry/base.rb - lib/bullet/registry/object.rb - lib/bullet/version.rb - perf/benchmark.rb - rails/init.rb - spec/bullet/detector/association_spec.rb - spec/bullet/detector/base_spec.rb - spec/bullet/detector/counter_spec.rb - spec/bullet/detector/n_plus_one_query_spec.rb - spec/bullet/detector/unused_eager_association_spec.rb - spec/bullet/ext/object_spec.rb - spec/bullet/ext/string_spec.rb - spec/bullet/notification/base_spec.rb - spec/bullet/notification/counter_cache_spec.rb - spec/bullet/notification/n_plus_one_query_spec.rb - spec/bullet/notification/unused_eager_loading_spec.rb - spec/bullet/notification_collector_spec.rb - spec/bullet/rack_spec.rb - spec/bullet/registry/association_spec.rb - spec/bullet/registry/base_spec.rb - spec/bullet/registry/object_spec.rb - spec/integration/association_spec.rb - spec/integration/counter_spec.rb - spec/integration/mongoid/association_spec.rb - spec/integration/rails2/association_spec.rb - spec/integration/rails2/counter_spec.rb - spec/models/address.rb - spec/models/author.rb - spec/models/base_user.rb - spec/models/category.rb - spec/models/city.rb - spec/models/client.rb - spec/models/comment.rb - spec/models/company.rb - spec/models/country.rb - spec/models/document.rb - spec/models/entry.rb - spec/models/firm.rb - spec/models/folder.rb - spec/models/mongoid/address.rb - spec/models/mongoid/category.rb - spec/models/mongoid/comment.rb - spec/models/mongoid/company.rb - spec/models/mongoid/entry.rb - spec/models/mongoid/post.rb - spec/models/newspaper.rb - spec/models/page.rb - spec/models/person.rb - spec/models/pet.rb - spec/models/post.rb - spec/models/relationship.rb - spec/models/student.rb - spec/models/submission.rb - spec/models/teacher.rb - spec/models/user.rb - spec/models/writer.rb - spec/spec_helper.rb - spec/support/bullet_ext.rb - spec/support/mongo_seed.rb - spec/support/rack_double.rb - spec/support/sqlite_seed.rb - tasks/bullet_tasks.rake - test.result - test.sh homepage: http://github.com/flyerhzm/bullet licenses: [] post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: '0' segments: - 0 hash: -629875076280408406 required_rubygems_version: !ruby/object:Gem::Requirement none: false requirements: - - ! '>=' - !ruby/object:Gem::Version version: 1.3.6 requirements: [] rubyforge_project: rubygems_version: 1.8.17 signing_key: specification_version: 3 summary: A rails plugin to kill N+1 queries and unused eager loading. test_files: - spec/bullet/detector/association_spec.rb - spec/bullet/detector/base_spec.rb - spec/bullet/detector/counter_spec.rb - spec/bullet/detector/n_plus_one_query_spec.rb - spec/bullet/detector/unused_eager_association_spec.rb - spec/bullet/ext/object_spec.rb - spec/bullet/ext/string_spec.rb - spec/bullet/notification/base_spec.rb - spec/bullet/notification/counter_cache_spec.rb - spec/bullet/notification/n_plus_one_query_spec.rb - spec/bullet/notification/unused_eager_loading_spec.rb - spec/bullet/notification_collector_spec.rb - spec/bullet/rack_spec.rb - spec/bullet/registry/association_spec.rb - spec/bullet/registry/base_spec.rb - spec/bullet/registry/object_spec.rb - spec/integration/association_spec.rb - spec/integration/counter_spec.rb - spec/integration/mongoid/association_spec.rb - spec/integration/rails2/association_spec.rb - spec/integration/rails2/counter_spec.rb - spec/models/address.rb - spec/models/author.rb - spec/models/base_user.rb - spec/models/category.rb - spec/models/city.rb - spec/models/client.rb - spec/models/comment.rb - spec/models/company.rb - spec/models/country.rb - spec/models/document.rb - spec/models/entry.rb - spec/models/firm.rb - spec/models/folder.rb - spec/models/mongoid/address.rb - spec/models/mongoid/category.rb - spec/models/mongoid/comment.rb - spec/models/mongoid/company.rb - spec/models/mongoid/entry.rb - spec/models/mongoid/post.rb - spec/models/newspaper.rb - spec/models/page.rb - spec/models/person.rb - spec/models/pet.rb - spec/models/post.rb - spec/models/relationship.rb - spec/models/student.rb - spec/models/submission.rb - spec/models/teacher.rb - spec/models/user.rb - spec/models/writer.rb - spec/spec_helper.rb - spec/support/bullet_ext.rb - spec/support/mongo_seed.rb - spec/support/rack_double.rb - spec/support/sqlite_seed.rb