# -*- encoding: utf-8 -*- # stub: bullet 5.7.1 ruby lib Gem::Specification.new do |s| s.name = "bullet".freeze s.version = "5.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 = "2018-01-07" 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, ".travis.yml".freeze, "CHANGELOG.md".freeze, "Gemfile".freeze, "Gemfile.mongoid".freeze, "Gemfile.mongoid-4.0".freeze, "Gemfile.mongoid-5.0".freeze, "Gemfile.mongoid-6.0".freeze, "Gemfile.rails-4.0".freeze, "Gemfile.rails-4.1".freeze, "Gemfile.rails-4.2".freeze, "Gemfile.rails-5.0".freeze, "Gemfile.rails-5.1".freeze, "Gemfile.rails-5.2".freeze, "Guardfile".freeze, "Hacking.md".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "Rakefile".freeze, "bullet.gemspec".freeze, "lib/bullet.rb".freeze, "lib/bullet/active_record4.rb".freeze, "lib/bullet/active_record41.rb".freeze, "lib/bullet/active_record42.rb".freeze, "lib/bullet/active_record5.rb".freeze, "lib/bullet/active_record52.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/mongoid4x.rb".freeze, "lib/bullet/mongoid5x.rb".freeze, "lib/bullet/mongoid6x.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/stack_trace_filter.rb".freeze, "lib/bullet/version.rb".freeze, "lib/generators/bullet/install_generator.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/bullet_spec.rb".freeze, "spec/integration/active_record/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/reply.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, "update.sh".freeze] s.homepage = "http://github.com/flyerhzm/bullet".freeze s.licenses = ["MIT".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/bullet_spec.rb".freeze, "spec/integration/active_record/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/reply.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, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.11.0".freeze]) end