bullet 7.2.0 → 8.0.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bullet
3
3
  version: !ruby/object:Gem::Version
4
- version: 7.2.0
4
+ version: 8.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Richard Huang
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-07-12 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: activesupport
@@ -60,6 +59,7 @@ files:
60
59
  - lib/bullet/active_record70.rb
61
60
  - lib/bullet/active_record71.rb
62
61
  - lib/bullet/active_record72.rb
62
+ - lib/bullet/active_record80.rb
63
63
  - lib/bullet/bullet_xhr.js
64
64
  - lib/bullet/dependency.rb
65
65
  - lib/bullet/detector.rb
@@ -75,6 +75,7 @@ files:
75
75
  - lib/bullet/mongoid6x.rb
76
76
  - lib/bullet/mongoid7x.rb
77
77
  - lib/bullet/mongoid8x.rb
78
+ - lib/bullet/mongoid9x.rb
78
79
  - lib/bullet/notification.rb
79
80
  - lib/bullet/notification/base.rb
80
81
  - lib/bullet/notification/counter_cache.rb
@@ -97,7 +98,6 @@ licenses:
97
98
  metadata:
98
99
  changelog_uri: https://github.com/flyerhzm/bullet/blob/main/CHANGELOG.md
99
100
  source_code_uri: https://github.com/flyerhzm/bullet
100
- post_install_message:
101
101
  rdoc_options: []
102
102
  require_paths:
103
103
  - lib
@@ -105,15 +105,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
105
105
  requirements:
106
106
  - - ">="
107
107
  - !ruby/object:Gem::Version
108
- version: '2.3'
108
+ version: 2.7.0
109
109
  required_rubygems_version: !ruby/object:Gem::Requirement
110
110
  requirements:
111
111
  - - ">="
112
112
  - !ruby/object:Gem::Version
113
113
  version: 1.3.6
114
114
  requirements: []
115
- rubygems_version: 3.5.14
116
- signing_key:
115
+ rubygems_version: 3.6.9
117
116
  specification_version: 4
118
117
  summary: help to kill N+1 queries and unused eager loading.
119
118
  test_files: []