dead_bro 0.2.7 → 0.2.9

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,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dead_bro
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.7
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Emanuel Comsa
@@ -33,12 +33,14 @@ files:
33
33
  - lib/dead_bro/collectors/sample_store.rb
34
34
  - lib/dead_bro/collectors/system.rb
35
35
  - lib/dead_bro/configuration.rb
36
+ - lib/dead_bro/dispatcher.rb
36
37
  - lib/dead_bro/error_middleware.rb
37
38
  - lib/dead_bro/http_instrumentation.rb
38
39
  - lib/dead_bro/job_sql_tracking_middleware.rb
39
40
  - lib/dead_bro/job_subscriber.rb
40
41
  - lib/dead_bro/lightweight_memory_tracker.rb
41
42
  - lib/dead_bro/logger.rb
43
+ - lib/dead_bro/memory_details.rb
42
44
  - lib/dead_bro/memory_helpers.rb
43
45
  - lib/dead_bro/memory_leak_detector.rb
44
46
  - lib/dead_bro/memory_tracking_subscriber.rb
@@ -69,7 +71,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
69
71
  - !ruby/object:Gem::Version
70
72
  version: '0'
71
73
  requirements: []
72
- rubygems_version: 4.0.3
74
+ rubygems_version: 4.0.9
73
75
  specification_version: 4
74
76
  summary: Minimal APM for Rails apps.
75
77
  test_files: []