debugbar 0.1.4 → 0.2.1

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,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debugbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julien Bourdeau
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-02-20 00:00:00.000000000 Z
11
+ date: 2024-03-01 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -46,15 +46,19 @@ executables: []
46
46
  extensions: []
47
47
  extra_rdoc_files: []
48
48
  files:
49
+ - CHANGELOG.md
49
50
  - LICENSE.txt
50
51
  - README.md
51
52
  - Rakefile
52
53
  - app/channels/debugbar/debugbar_channel.rb
53
54
  - app/controllers/debugbar/application_controller.rb
54
55
  - app/controllers/debugbar/assets_controller.rb
56
+ - app/controllers/debugbar/polling_controller.rb
55
57
  - app/helpers/debugbar/tag_helpers.rb
56
58
  - app/models/debugbar/application_record.rb
57
59
  - build_client.sh
60
+ - build_demo.sh
61
+ - build_fixtures.rb
58
62
  - build_gem.sh
59
63
  - config/routes.rb
60
64
  - debugbar.gemspec
@@ -66,6 +70,7 @@ files:
66
70
  - lib/debugbar/current.rb
67
71
  - lib/debugbar/engine.rb
68
72
  - lib/debugbar/loggers/simple_logger.rb
73
+ - lib/debugbar/middlewares/quiet_routes.rb
69
74
  - lib/debugbar/middlewares/track_current_request.rb
70
75
  - lib/debugbar/request.rb
71
76
  - lib/debugbar/subscribers/action_controller.rb
@@ -98,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
98
103
  - !ruby/object:Gem::Version
99
104
  version: '0'
100
105
  requirements: []
101
- rubygems_version: 3.4.20
106
+ rubygems_version: 3.5.6
102
107
  signing_key:
103
108
  specification_version: 4
104
109
  summary: Powerful devtools for Ruby on Rails