chaos_detector 0.5.1 → 0.5.2

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.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/lib/chaos_detector/tracker.rb +9 -10
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a1a48c248ec02d045966d0e5ed5fafdab7c59989a9949c36b2757d571fa04e3e
4
- data.tar.gz: cb67f69b6f8c7d1a6c07563e89a8d9b153c8b5c5b9ce8745b0830e898b7ad618
3
+ metadata.gz: 1904f22bb3190ba57e5cf9316cdc0093d74bb515595107dbece88ae51f90f864
4
+ data.tar.gz: 8ea228a0f381a9dccc934d6554b2b962c484f29678b974bff86458d63f8d4fb7
5
5
  SHA512:
6
- metadata.gz: 60a4d7e0c3cac8956c4eed8323917d51f8fc209bddcf5d14b4ac79af9e30e4cf6a9d05239821ac56518750e82c75cb6485c12a019c3eb831329a35f341171ac6
7
- data.tar.gz: e6dcb825c4cfe0bef110c175fb0ee0d54e7180a3d8968cf44a4fdda7ac7a96345ef097114d4364240853facc430924aa4947fb5184322aa2f105a11e2a12c576
6
+ metadata.gz: af22dd938574d9f15843e52d9d3ca4358419f310e2fae4c117da3931e3c262d579db5c1ff2afb47a5860f518b863c684e0384fcbf0afd353fb5d82b6b4a58020
7
+ data.tar.gz: 25c93379917ea541b24fd65ab4b6fee724704d4b11cf06b6ba673a075e05e8cfd550d69ed11b26703cfb711468072ae34b83c38b3ed72c2318f89ff08fb74878
@@ -68,16 +68,15 @@ module ChaosDetector
68
68
  caller_info = extract_caller(caller_locations: caller_locations, fn_info: fn_info)
69
69
  write_event_frame(tp_event, fn_info: fn_info, mod_info: mod_info, caller_info: caller_info)
70
70
 
71
- if tp_event==:call
72
- puts('<' * 50)
73
- puts("Binding: #{binding_info}")
74
- puts("Module: #{mod_info}")
75
- puts("Function: #{fn_info}")
76
- puts("Caller: #{caller_info.inspect}") if caller_info
77
- puts('>' * 50)
78
- puts
79
- end
80
-
71
+ # if tp_event==:call
72
+ # puts('<' * 50)
73
+ # puts("Binding: #{binding_info}")
74
+ # puts("Module: #{mod_info}")
75
+ # puts("Function: #{fn_info}")
76
+ # puts("Caller: #{caller_info.inspect}") if caller_info
77
+ # puts('>' * 50)
78
+ # puts
79
+ # end
81
80
 
82
81
  # Detect superclass association:
83
82
  ChaosUtils.with(superclass_mod_info(tp_class)) do |super_mod_info|
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: chaos_detector
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.1
4
+ version: 0.5.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Steven Miers