pry-byebug 1.0.0 → 1.0.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.
- checksums.yaml +4 -4
- data/CHANGELOG.md +2 -1
- data/lib/pry-byebug/processor.rb +0 -1
- data/lib/pry-byebug/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d388ded03e8c7f057f00f92ecd44818ceac9333f
|
|
4
|
+
data.tar.gz: 2ef7cd68a1358cc84e6bd8b6ba820e6eec62c43d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5653e6eb531c0883401a0a79a58557c8ba0ca0707d24b92ac6c366270ff1fda55225859fb7b611ae1670b1ef91bd0b341b9f37e88d11cc81634f84c2d4866bf6
|
|
7
|
+
data.tar.gz: aa31bd2f21a1e504ac84bab6679d1e3a5098afec0a6b02baf51e6748797b60c438ca6d011806087dd5f431f9f6a16d2eaa5e2e07f799624508aad9d6fb0044a0
|
data/CHANGELOG.md
CHANGED
data/lib/pry-byebug/processor.rb
CHANGED
|
@@ -71,7 +71,6 @@ module PryByebug
|
|
|
71
71
|
# If stopped for a breakpoint or catchpoint, can't play any delayed steps
|
|
72
72
|
# as they'll move away from the interruption point. (Unsure if scenario is
|
|
73
73
|
# possible, but just keeping assertions in check.)
|
|
74
|
-
p "Stop_reason: #{context.stop_reason}"
|
|
75
74
|
@delayed = Hash.new(0) unless :step == context.stop_reason
|
|
76
75
|
|
|
77
76
|
if @delayed[:next] > 0 # If any delayed nexts/steps, do 'em.
|
data/lib/pry-byebug/version.rb
CHANGED