# -*- encoding: utf-8 -*- # stub: bullet 4.7.1 ruby lib Gem::Specification.new do |s| s.name = "bullet".freeze s.version = "4.7.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-11-03" s.description = "help to kill N+1 queries and unused eager loading.".freeze s.email = ["flyerhzm@gmail.com".freeze] s.files = [".gitignore".freeze, ".rspec".freeze, ".ruby-gemset".freeze, ".ruby-version".freeze, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.lock".freeze, "Gemfile.mongoid".freeze, "Gemfile.mongoid-2.4.12".freeze, "Gemfile.mongoid-2.4.12.lock".freeze, "Gemfile.mongoid-2.5.2".freeze, "Gemfile.mongoid-2.5.2.lock".freeze, "Gemfile.mongoid-2.6.0".freeze, "Gemfile.mongoid-2.6.0.lock".freeze, "Gemfile.mongoid-2.7.1".freeze, "Gemfile.mongoid-2.7.1.lock".freeze, "Gemfile.mongoid-2.8.1".freeze, "Gemfile.mongoid-2.8.1.lock".freeze, "Gemfile.mongoid-3.0.23".freeze, "Gemfile.mongoid-3.0.23.lock".freeze, "Gemfile.mongoid-3.1.5".freeze, "Gemfile.mongoid-3.1.5.lock".freeze, "Gemfile.mongoid.lock".freeze, "Gemfile.rails-3.0.20".freeze, "Gemfile.rails-3.0.20.lock".freeze, "Gemfile.rails-3.1.12".freeze, "Gemfile.rails-3.1.12.lock".freeze, "Gemfile.rails-3.2.15".freeze, "Gemfile.rails-3.2.15.lock".freeze, "Gemfile.rails-4.0.1".freeze, "Gemfile.rails-4.0.1.lock".freeze, "Guardfile".freeze, "Hacking.md".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bullet.gemspec".freeze, "lib/bullet.rb".freeze, "lib/bullet/active_record3.rb".freeze, "lib/bullet/active_record3x.rb".freeze, "lib/bullet/active_record4.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_cache.rb".freeze, "lib/bullet/detector/n_plus_one_query.rb".freeze, "lib/bullet/detector/unused_eager_loading.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/mongoid4x.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_cache_spec.rb".freeze, "spec/bullet/detector/n_plus_one_query_spec.rb".freeze, "spec/bullet/detector/unused_eager_loading_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/active_record3/association_spec.rb".freeze, "spec/integration/active_record4/association_spec.rb".freeze, "spec/integration/counter_cache_spec.rb".freeze, "spec/integration/mongoid/association_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 = "help 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_cache_spec.rb".freeze, "spec/bullet/detector/n_plus_one_query_spec.rb".freeze, "spec/bullet/detector/unused_eager_loading_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/active_record3/association_spec.rb".freeze, "spec/integration/active_record4/association_spec.rb".freeze, "spec/integration/counter_cache_spec.rb".freeze, "spec/integration/mongoid/association_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]) s.add_runtime_dependency(%q.freeze, [">= 1.4.0".freeze]) end