--- !ruby/object:Gem::Specification name: bullet version: !ruby/object:Gem::Version prerelease: true segments: - 2 - 0 - 0 - beta - 3 version: 2.0.0.beta.3 platform: ruby authors: - Richard Huang autorequire: bindir: bin cert_chain: [] date: 2010-07-14 00:00:00 +08:00 default_executable: dependencies: [] description: The Bullet plugin is designed to help you increase your application's performance by reducing the number of queries it makes. It will watch your queries while you develop your application and notify you when you should add eager loading (N+1 queries) or when you're using eager loading that isn't necessary. email: flyerhzm@gmail.com executables: [] extensions: [] extra_rdoc_files: - README.textile - README_for_rails2.textile files: - .rspec - Hacking.textile - MIT-LICENSE - README.textile - README_for_rails2.textile - Rakefile - VERSION - autotest/discover.rb - bullet.gemspec - lib/bullet.rb - lib/bullet/action_controller2.rb - lib/bullet/active_record2.rb - lib/bullet/active_record3.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/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/presenter.rb - lib/bullet/presenter/base.rb - lib/bullet/presenter/bullet_logger.rb - lib/bullet/presenter/growl.rb - lib/bullet/presenter/javascript_alert.rb - lib/bullet/presenter/javascript_console.rb - lib/bullet/presenter/javascript_helpers.rb - lib/bullet/presenter/rails_logger.rb - lib/bullet/presenter/xmpp.rb - lib/bullet/rack.rb - lib/bullet/registry.rb - lib/bullet/registry/association.rb - lib/bullet/registry/base.rb - lib/bullet/registry/object.rb - rails/init.rb - spec/bullet/association_for_chris_spec.rb - spec/bullet/association_for_peschkaj_spec.rb - spec/bullet/association_spec.rb - spec/bullet/counter_spec.rb - spec/spec_helper.rb - tasks/bullet_tasks.rake has_rdoc: true homepage: http://github.com/flyerhzm/bullet licenses: [] post_install_message: rdoc_options: - --charset=UTF-8 require_paths: - lib required_ruby_version: !ruby/object:Gem::Requirement requirements: - - ">=" - !ruby/object:Gem::Version segments: - 0 version: "0" required_rubygems_version: !ruby/object:Gem::Requirement requirements: - - ">" - !ruby/object:Gem::Version segments: - 1 - 3 - 1 version: 1.3.1 requirements: [] rubyforge_project: rubygems_version: 1.3.6 signing_key: specification_version: 3 summary: A rails plugin to kill N+1 queries and unused eager loading test_files: - spec/spec_helper.rb - spec/bullet/counter_spec.rb - spec/bullet/association_spec.rb - spec/bullet/association_for_chris_spec.rb - spec/bullet/association_for_peschkaj_spec.rb