# -*- encoding: utf-8 -*- # stub: bullet 4.3.1 ruby lib Gem::Specification.new do |s| s.name = "bullet".freeze s.version = "4.3.1".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.require_paths = ["lib".freeze] s.authors = ["Richard Huang".freeze] s.date = "2013-03-01" s.description = "A rails plugin to kill N+1 queries and unused eager loading.".freeze s.email = ["flyerhzm@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".rvmrc".freeze, ".rvmrc.example".freeze, ".travis.yml".freeze, "Gemfile".freeze, "Gemfile.rails-2.3.17".freeze, "Gemfile.rails-3.0.20".freeze, "Gemfile.rails-3.1.11".freeze, "Gemfile.rails-3.2.12".freeze, "Gemfile.rails-4-beta".freeze, "Guardfile".freeze, "Hacking.textile".freeze, "MIT-LICENSE".freeze, "README.textile".freeze, "README_for_rails2.textile".freeze, "Rakefile".freeze, "bullet.gemspec".freeze, "lib/bullet.rb".freeze, "lib/bullet/action_controller2.rb".freeze, "lib/bullet/active_record2.rb".freeze, "lib/bullet/active_record3.rb".freeze, "lib/bullet/active_record3x.rb".freeze, "lib/bullet/dependency.rb".freeze, "lib/bullet/detector.rb".freeze, "lib/bullet/detector/association.rb".freeze, "lib/bullet/detector/base.rb".freeze, "lib/bullet/detector/counter.rb".freeze, "lib/bullet/detector/n_plus_one_query.rb".freeze, "lib/bullet/detector/unused_eager_association.rb".freeze, "lib/bullet/ext/object.rb".freeze, "lib/bullet/ext/string.rb".freeze, "lib/bullet/mongoid2x.rb".freeze, "lib/bullet/mongoid3x.rb".freeze, "lib/bullet/notification.rb".freeze, "lib/bullet/notification/base.rb".freeze, "lib/bullet/notification/counter_cache.rb".freeze, "lib/bullet/notification/n_plus_one_query.rb".freeze, "lib/bullet/notification/unused_eager_loading.rb".freeze, "lib/bullet/notification_collector.rb".freeze, "lib/bullet/rack.rb".freeze, "lib/bullet/registry.rb".freeze, "lib/bullet/registry/association.rb".freeze, "lib/bullet/registry/base.rb".freeze, "lib/bullet/registry/object.rb".freeze, "lib/bullet/version.rb".freeze, "perf/benchmark.rb".freeze, "rails/init.rb".freeze, "spec/bullet/detector/association_spec.rb".freeze, "spec/bullet/detector/base_spec.rb".freeze, "spec/bullet/detector/counter_spec.rb".freeze, "spec/bullet/detector/n_plus_one_query_spec.rb".freeze, "spec/bullet/detector/unused_eager_association_spec.rb".freeze, "spec/bullet/ext/object_spec.rb".freeze, "spec/bullet/ext/string_spec.rb".freeze, "spec/bullet/notification/base_spec.rb".freeze, "spec/bullet/notification/counter_cache_spec.rb".freeze, "spec/bullet/notification/n_plus_one_query_spec.rb".freeze, "spec/bullet/notification/unused_eager_loading_spec.rb".freeze, "spec/bullet/notification_collector_spec.rb".freeze, "spec/bullet/rack_spec.rb".freeze, "spec/bullet/registry/association_spec.rb".freeze, "spec/bullet/registry/base_spec.rb".freeze, "spec/bullet/registry/object_spec.rb".freeze, "spec/integration/association_spec.rb".freeze, "spec/integration/counter_spec.rb".freeze, "spec/integration/mongoid/association_spec.rb".freeze, "spec/integration/rails2/association_spec.rb".freeze, "spec/integration/rails2/counter_spec.rb".freeze, "spec/models/address.rb".freeze, "spec/models/author.rb".freeze, "spec/models/base_user.rb".freeze, "spec/models/category.rb".freeze, "spec/models/city.rb".freeze, "spec/models/client.rb".freeze, "spec/models/comment.rb".freeze, "spec/models/company.rb".freeze, "spec/models/country.rb".freeze, "spec/models/document.rb".freeze, "spec/models/entry.rb".freeze, "spec/models/firm.rb".freeze, "spec/models/folder.rb".freeze, "spec/models/mongoid/address.rb".freeze, "spec/models/mongoid/category.rb".freeze, "spec/models/mongoid/comment.rb".freeze, "spec/models/mongoid/company.rb".freeze, "spec/models/mongoid/entry.rb".freeze, "spec/models/mongoid/post.rb".freeze, "spec/models/mongoid/user.rb".freeze, "spec/models/newspaper.rb".freeze, "spec/models/page.rb".freeze, "spec/models/person.rb".freeze, "spec/models/pet.rb".freeze, "spec/models/post.rb".freeze, "spec/models/relationship.rb".freeze, "spec/models/student.rb".freeze, "spec/models/submission.rb".freeze, "spec/models/teacher.rb".freeze, "spec/models/user.rb".freeze, "spec/models/writer.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/bullet_ext.rb".freeze, "spec/support/mongo_seed.rb".freeze, "spec/support/rack_double.rb".freeze, "spec/support/sqlite_seed.rb".freeze, "tasks/bullet_tasks.rake".freeze, "test.sh".freeze] s.homepage = "http://github.com/flyerhzm/bullet".freeze s.rubygems_version = "3.5.10".freeze s.summary = "A rails plugin to kill N+1 queries and unused eager loading.".freeze s.test_files = ["spec/bullet/detector/association_spec.rb".freeze, "spec/bullet/detector/base_spec.rb".freeze, "spec/bullet/detector/counter_spec.rb".freeze, "spec/bullet/detector/n_plus_one_query_spec.rb".freeze, "spec/bullet/detector/unused_eager_association_spec.rb".freeze, "spec/bullet/ext/object_spec.rb".freeze, "spec/bullet/ext/string_spec.rb".freeze, "spec/bullet/notification/base_spec.rb".freeze, "spec/bullet/notification/counter_cache_spec.rb".freeze, "spec/bullet/notification/n_plus_one_query_spec.rb".freeze, "spec/bullet/notification/unused_eager_loading_spec.rb".freeze, "spec/bullet/notification_collector_spec.rb".freeze, "spec/bullet/rack_spec.rb".freeze, "spec/bullet/registry/association_spec.rb".freeze, "spec/bullet/registry/base_spec.rb".freeze, "spec/bullet/registry/object_spec.rb".freeze, "spec/integration/association_spec.rb".freeze, "spec/integration/counter_spec.rb".freeze, "spec/integration/mongoid/association_spec.rb".freeze, "spec/integration/rails2/association_spec.rb".freeze, "spec/integration/rails2/counter_spec.rb".freeze, "spec/models/address.rb".freeze, "spec/models/author.rb".freeze, "spec/models/base_user.rb".freeze, "spec/models/category.rb".freeze, "spec/models/city.rb".freeze, "spec/models/client.rb".freeze, "spec/models/comment.rb".freeze, "spec/models/company.rb".freeze, "spec/models/country.rb".freeze, "spec/models/document.rb".freeze, "spec/models/entry.rb".freeze, "spec/models/firm.rb".freeze, "spec/models/folder.rb".freeze, "spec/models/mongoid/address.rb".freeze, "spec/models/mongoid/category.rb".freeze, "spec/models/mongoid/comment.rb".freeze, "spec/models/mongoid/company.rb".freeze, "spec/models/mongoid/entry.rb".freeze, "spec/models/mongoid/post.rb".freeze, "spec/models/mongoid/user.rb".freeze, "spec/models/newspaper.rb".freeze, "spec/models/page.rb".freeze, "spec/models/person.rb".freeze, "spec/models/pet.rb".freeze, "spec/models/post.rb".freeze, "spec/models/relationship.rb".freeze, "spec/models/student.rb".freeze, "spec/models/submission.rb".freeze, "spec/models/teacher.rb".freeze, "spec/models/user.rb".freeze, "spec/models/writer.rb".freeze, "spec/spec_helper.rb".freeze, "spec/support/bullet_ext.rb".freeze, "spec/support/mongo_seed.rb".freeze, "spec/support/rack_double.rb".freeze, "spec/support/sqlite_seed.rb".freeze] s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 0".freeze]) end