# -*- encoding: utf-8 -*- # stub: bullet 7.1.2 ruby lib Gem::Specification.new do |s| s.name = "bullet".freeze s.version = "7.1.2".freeze s.required_rubygems_version = Gem::Requirement.new(">= 1.3.6".freeze) if s.respond_to? :required_rubygems_version= s.metadata = { "changelog_uri" => "https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md", "source_code_uri" => "https://github.com/flyerhzm/bullet" } if s.respond_to? :metadata= s.require_paths = ["lib".freeze] s.authors = ["Richard Huang".freeze] s.date = "2023-10-13" s.description = "help to kill N+1 queries and unused eager loading.".freeze s.email = ["flyerhzm@gmail.com".freeze] s.files = ["CHANGELOG.md".freeze, "MIT-LICENSE".freeze, "README.md".freeze, "lib/bullet.rb".freeze, "lib/bullet/active_job.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/active_record60.rb".freeze, "lib/bullet/active_record61.rb".freeze, "lib/bullet/active_record70.rb".freeze, "lib/bullet/active_record71.rb".freeze, "lib/bullet/bullet_xhr.js".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/mongoid7x.rb".freeze, "lib/bullet/mongoid8x.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/call_stack.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, "tasks/bullet_tasks.rake".freeze] s.homepage = "https://github.com/flyerhzm/bullet".freeze s.licenses = ["MIT".freeze] s.required_ruby_version = Gem::Requirement.new(">= 2.3".freeze) s.rubygems_version = "3.5.10".freeze s.summary = "help to kill N+1 queries and unused eager loading.".freeze s.specification_version = 4 s.add_runtime_dependency(%q.freeze, [">= 3.0.0".freeze]) s.add_runtime_dependency(%q.freeze, ["~> 1.11".freeze]) end