rack-mini-profiler 3.3.0 → 4.0.0

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,16 +1,15 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rack-mini-profiler
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.3.0
4
+ version: 4.0.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sam Saffron
8
8
  - Robin Ward
9
9
  - Aleks Totic
10
- autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2023-12-07 00:00:00.000000000 Z
12
+ date: 2025-06-10 00:00:00.000000000 Z
14
13
  dependencies:
15
14
  - !ruby/object:Gem::Dependency
16
15
  name: rack
@@ -212,16 +211,16 @@ dependencies:
212
211
  name: rails
213
212
  requirement: !ruby/object:Gem::Requirement
214
213
  requirements:
215
- - - "~>"
214
+ - - ">="
216
215
  - !ruby/object:Gem::Version
217
- version: '6.0'
216
+ version: '7.1'
218
217
  type: :development
219
218
  prerelease: false
220
219
  version_requirements: !ruby/object:Gem::Requirement
221
220
  requirements:
222
- - - "~>"
221
+ - - ">="
223
222
  - !ruby/object:Gem::Version
224
- version: '6.0'
223
+ version: '7.1'
225
224
  - !ruby/object:Gem::Dependency
226
225
  name: webmock
227
226
  requirement: !ruby/object:Gem::Requirement
@@ -329,6 +328,8 @@ files:
329
328
  - lib/patches/db/nobrainer.rb
330
329
  - lib/patches/db/oracle_enhanced.rb
331
330
  - lib/patches/db/pg.rb
331
+ - lib/patches/db/pg/alias_method.rb
332
+ - lib/patches/db/pg/prepend.rb
332
333
  - lib/patches/db/plucky.rb
333
334
  - lib/patches/db/riak.rb
334
335
  - lib/patches/db/rsolr.rb
@@ -337,6 +338,7 @@ files:
337
338
  - lib/patches/sql_patches.rb
338
339
  - lib/prepend_mysql2_patch.rb
339
340
  - lib/prepend_net_http_patch.rb
341
+ - lib/prepend_pg_patch.rb
340
342
  - lib/rack-mini-profiler.rb
341
343
  - rack-mini-profiler.gemspec
342
344
  homepage: https://miniprofiler.com
@@ -345,7 +347,6 @@ licenses:
345
347
  metadata:
346
348
  source_code_uri: https://github.com/MiniProfiler/rack-mini-profiler
347
349
  changelog_uri: https://github.com/MiniProfiler/rack-mini-profiler/blob/master/CHANGELOG.md
348
- post_install_message:
349
350
  rdoc_options: []
350
351
  require_paths:
351
352
  - lib
@@ -353,15 +354,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
353
354
  requirements:
354
355
  - - ">="
355
356
  - !ruby/object:Gem::Version
356
- version: 2.7.0
357
+ version: 3.1.0
357
358
  required_rubygems_version: !ruby/object:Gem::Requirement
358
359
  requirements:
359
360
  - - ">="
360
361
  - !ruby/object:Gem::Version
361
362
  version: '0'
362
363
  requirements: []
363
- rubygems_version: 3.4.10
364
- signing_key:
364
+ rubygems_version: 3.6.3
365
365
  specification_version: 4
366
366
  summary: Profiles loading speed for rack applications.
367
367
  test_files: []