--- !ruby/object:Gem::Specification name: bullet version: !ruby/object:Gem::Version version: 5.5.0 platform: ruby authors: - Richard Huang autorequire: bindir: bin cert_chain: [] date: 2016-12-30 00:00:00.000000000 Z dependencies: - !ruby/object:Gem::Dependency name: activesupport requirement: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 3.0.0 - !ruby/object:Gem::Dependency name: uniform_notifier requirement: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.10.0 type: :runtime prerelease: false version_requirements: !ruby/object:Gem::Requirement requirements: - - "~>" - !ruby/object:Gem::Version version: 1.10.0 description: help to kill N+1 queries and unused eager loading. email: - flyerhzm@gmail.com executables: [] extensions: [] extra_rdoc_files: [] files: - ".gitignore" - ".rspec" - ".travis.yml" - CHANGELOG.md - Gemfile - Gemfile.mongoid - Gemfile.mongoid-4.0 - Gemfile.mongoid-5.0 - Gemfile.mongoid-6.0 - Gemfile.rails-4.0 - Gemfile.rails-4.1 - Gemfile.rails-4.2 - Gemfile.rails-5.0 - Guardfile - Hacking.md - MIT-LICENSE - README.md - Rakefile - bullet.gemspec - lib/bullet.rb - lib/bullet/active_record4.rb - lib/bullet/active_record41.rb - lib/bullet/active_record42.rb - lib/bullet/active_record5.rb - lib/bullet/dependency.rb - lib/bullet/detector.rb - lib/bullet/detector/association.rb - lib/bullet/detector/base.rb - lib/bullet/detector/counter_cache.rb - lib/bullet/detector/n_plus_one_query.rb - lib/bullet/detector/unused_eager_loading.rb - lib/bullet/ext/object.rb - lib/bullet/ext/string.rb - lib/bullet/mongoid4x.rb - lib/bullet/mongoid5x.rb - lib/bullet/mongoid6x.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/stack_trace_filter.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_cache_spec.rb - spec/bullet/detector/n_plus_one_query_spec.rb - spec/bullet/detector/unused_eager_loading_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/bullet_spec.rb - spec/integration/active_record4/association_spec.rb - spec/integration/active_record5/association_spec.rb - spec/integration/counter_cache_spec.rb - spec/integration/mongoid/association_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/mongoid/user.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/reply.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.sh - update.sh homepage: http://github.com/flyerhzm/bullet licenses: - MIT metadata: {} post_install_message: rdoc_options: [] require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: '0' required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version version: 1.3.6 requirements: [] rubyforge_project: rubygems_version: 2.5.1 signing_key: specification_version: 4 summary: help 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_cache_spec.rb - spec/bullet/detector/n_plus_one_query_spec.rb - spec/bullet/detector/unused_eager_loading_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/bullet_spec.rb - spec/integration/active_record4/association_spec.rb - spec/integration/active_record5/association_spec.rb - spec/integration/counter_cache_spec.rb - spec/integration/mongoid/association_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/mongoid/user.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/reply.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