debugbar 0.1.3 → 0.2.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,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debugbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.2.0
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-18 00:00:00.000000000 Z
11
+ date: 2024-02-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -46,15 +46,20 @@ 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
- - build.sh
59
+ - build_client.sh
60
+ - build_demo.sh
61
+ - build_fixtures.rb
62
+ - build_gem.sh
58
63
  - config/routes.rb
59
64
  - debugbar.gemspec
60
65
  - lib/debugbar.rb
@@ -65,6 +70,7 @@ files:
65
70
  - lib/debugbar/current.rb
66
71
  - lib/debugbar/engine.rb
67
72
  - lib/debugbar/loggers/simple_logger.rb
73
+ - lib/debugbar/middlewares/quiet_routes.rb
68
74
  - lib/debugbar/middlewares/track_current_request.rb
69
75
  - lib/debugbar/request.rb
70
76
  - lib/debugbar/subscribers/action_controller.rb
@@ -72,6 +78,7 @@ files:
72
78
  - lib/debugbar/subscribers/active_record.rb
73
79
  - lib/debugbar/subscribers/active_support.rb
74
80
  - lib/debugbar/version.rb
81
+ - public/.gitignore
75
82
  - public/debugbar.js
76
83
  - sig/debugbar.rbs
77
84
  homepage: https://debugbar.dev
@@ -96,7 +103,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
103
  - !ruby/object:Gem::Version
97
104
  version: '0'
98
105
  requirements: []
99
- rubygems_version: 3.4.20
106
+ rubygems_version: 3.5.6
100
107
  signing_key:
101
108
  specification_version: 4
102
109
  summary: Powerful devtools for Ruby on Rails