ruby-production-breakpoints 0.0.7 → 0.0.8
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2857497fa6b98303182f79685c3511b501a0023cb7fe65ca08c578fd30899a27
|
4
|
+
data.tar.gz: 325aa7d24a66d1a7d7059f98a4195f7927902614293d9a97a23b754f2bd15b46
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20d9986076af6edc1dbdcea6d6bb70c7d507de78e76050f558e17f7a5b6b65418a779901eba4f938d2f2b72881a4217b89f283f9320b65f01793684bc7cd458d
|
7
|
+
data.tar.gz: ef26e3bf3111286c1fdbba39330d6685a338905074d695bdac8861e0c725b40a318dc2423176160fa13fb54f8fa237c0e031a4f2b0e0ee2862e192369dccddb7
|
@@ -103,7 +103,7 @@ module ProductionBreakpoints
|
|
103
103
|
end
|
104
104
|
|
105
105
|
def breakpoint_constant_for_type(bp)
|
106
|
-
symstr = "ProductionBreakpoints::Breakpoints::#{bp['
|
106
|
+
symstr = "ProductionBreakpoints::Breakpoints::#{bp['handler'].capitalize}"
|
107
107
|
Object.const_get(symstr)
|
108
108
|
rescue NameError
|
109
109
|
config.logger.error("Could not find breakpoint handler for #{symstr}")
|