pry-exception_explorer 0.1.4 → 0.1.5
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.
|
@@ -186,7 +186,7 @@ module PryExceptionExplorer
|
|
|
186
186
|
# Pry.load_plugins
|
|
187
187
|
# binding.pry # if we have this here and step through with pry-nav sometimes we get segfaults :/
|
|
188
188
|
|
|
189
|
-
Pry.start
|
|
189
|
+
Pry.start binding, :call_stack => ex.exception_call_stack, :hooks => hooks
|
|
190
190
|
end
|
|
191
191
|
|
|
192
192
|
# Set initial state
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |s|
|
|
4
4
|
s.name = "pry-exception_explorer"
|
|
5
|
-
s.version = "0.1.
|
|
5
|
+
s.version = "0.1.5"
|
|
6
6
|
|
|
7
7
|
s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
|
|
8
8
|
s.authors = ["John Mair (banisterfiend)"]
|
|
@@ -12,7 +12,7 @@ Gem::Specification.new do |s|
|
|
|
12
12
|
s.files = [".gemtest", ".gitignore", ".travis.yml", ".yardopts", "CHANGELOG", "Gemfile", "LICENSE", "README.md", "Rakefile", "examples/example_c_inline.rb", "examples/example_inline.rb", "examples/example_wrap.rb", "lib/pry-exception_explorer.rb", "lib/pry-exception_explorer/cli.rb", "lib/pry-exception_explorer/commands.rb", "lib/pry-exception_explorer/core_ext.rb", "lib/pry-exception_explorer/intercept.rb", "lib/pry-exception_explorer/lazy_frame.rb", "lib/pry-exception_explorer/shim_builder.rb", "lib/pry-exception_explorer/version.rb", "pry-exception_explorer.gemspec", "test/helper.rb", "test/test_exceptions_in_pry.rb", "test/test_inline_exceptions.rb", "test/test_raise.rb", "test/test_wrapped_exceptions.rb"]
|
|
13
13
|
s.homepage = "https://github.com/banister/pry-exception_explorer"
|
|
14
14
|
s.require_paths = ["lib"]
|
|
15
|
-
s.rubygems_version = "1.8.
|
|
15
|
+
s.rubygems_version = "1.8.11"
|
|
16
16
|
s.summary = "Enter the context of exceptions"
|
|
17
17
|
s.test_files = ["test/helper.rb", "test/test_exceptions_in_pry.rb", "test/test_inline_exceptions.rb", "test/test_raise.rb", "test/test_wrapped_exceptions.rb"]
|
|
18
18
|
|
metadata
CHANGED
|
@@ -1,55 +1,59 @@
|
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: pry-exception_explorer
|
|
3
|
-
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.4
|
|
3
|
+
version: !ruby/object:Gem::Version
|
|
5
4
|
prerelease:
|
|
5
|
+
version: 0.1.5
|
|
6
6
|
platform: ruby
|
|
7
|
-
authors:
|
|
7
|
+
authors:
|
|
8
8
|
- John Mair (banisterfiend)
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
12
|
+
|
|
13
|
+
date: 2012-02-08 00:00:00 Z
|
|
14
|
+
dependencies:
|
|
15
|
+
- !ruby/object:Gem::Dependency
|
|
15
16
|
name: pry-stack_explorer
|
|
16
|
-
|
|
17
|
+
prerelease: false
|
|
18
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
|
17
19
|
none: false
|
|
18
|
-
requirements:
|
|
19
|
-
- -
|
|
20
|
-
- !ruby/object:Gem::Version
|
|
21
|
-
version:
|
|
20
|
+
requirements:
|
|
21
|
+
- - ">="
|
|
22
|
+
- !ruby/object:Gem::Version
|
|
23
|
+
version: "0"
|
|
22
24
|
type: :runtime
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
- !ruby/object:Gem::Dependency
|
|
25
|
+
version_requirements: *id001
|
|
26
|
+
- !ruby/object:Gem::Dependency
|
|
26
27
|
name: bacon
|
|
27
|
-
|
|
28
|
+
prerelease: false
|
|
29
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
|
28
30
|
none: false
|
|
29
|
-
requirements:
|
|
31
|
+
requirements:
|
|
30
32
|
- - ~>
|
|
31
|
-
- !ruby/object:Gem::Version
|
|
33
|
+
- !ruby/object:Gem::Version
|
|
32
34
|
version: 1.1.0
|
|
33
35
|
type: :development
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
- !ruby/object:Gem::Dependency
|
|
36
|
+
version_requirements: *id002
|
|
37
|
+
- !ruby/object:Gem::Dependency
|
|
37
38
|
name: rake
|
|
38
|
-
|
|
39
|
+
prerelease: false
|
|
40
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
|
39
41
|
none: false
|
|
40
|
-
requirements:
|
|
42
|
+
requirements:
|
|
41
43
|
- - ~>
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
43
|
-
version:
|
|
44
|
+
- !ruby/object:Gem::Version
|
|
45
|
+
version: "0.9"
|
|
44
46
|
type: :development
|
|
45
|
-
|
|
46
|
-
version_requirements: *70190810462080
|
|
47
|
+
version_requirements: *id003
|
|
47
48
|
description: Enter the context of exceptions
|
|
48
49
|
email: jrmair@gmail.com
|
|
49
50
|
executables: []
|
|
51
|
+
|
|
50
52
|
extensions: []
|
|
53
|
+
|
|
51
54
|
extra_rdoc_files: []
|
|
52
|
-
|
|
55
|
+
|
|
56
|
+
files:
|
|
53
57
|
- .gemtest
|
|
54
58
|
- .gitignore
|
|
55
59
|
- .travis.yml
|
|
@@ -78,29 +82,32 @@ files:
|
|
|
78
82
|
- test/test_wrapped_exceptions.rb
|
|
79
83
|
homepage: https://github.com/banister/pry-exception_explorer
|
|
80
84
|
licenses: []
|
|
85
|
+
|
|
81
86
|
post_install_message:
|
|
82
87
|
rdoc_options: []
|
|
83
|
-
|
|
88
|
+
|
|
89
|
+
require_paths:
|
|
84
90
|
- lib
|
|
85
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
|
91
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
|
86
92
|
none: false
|
|
87
|
-
requirements:
|
|
88
|
-
- -
|
|
89
|
-
- !ruby/object:Gem::Version
|
|
90
|
-
version:
|
|
91
|
-
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
93
|
+
requirements:
|
|
94
|
+
- - ">="
|
|
95
|
+
- !ruby/object:Gem::Version
|
|
96
|
+
version: "0"
|
|
97
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
|
92
98
|
none: false
|
|
93
|
-
requirements:
|
|
94
|
-
- -
|
|
95
|
-
- !ruby/object:Gem::Version
|
|
96
|
-
version:
|
|
99
|
+
requirements:
|
|
100
|
+
- - ">="
|
|
101
|
+
- !ruby/object:Gem::Version
|
|
102
|
+
version: "0"
|
|
97
103
|
requirements: []
|
|
104
|
+
|
|
98
105
|
rubyforge_project:
|
|
99
|
-
rubygems_version: 1.8.
|
|
106
|
+
rubygems_version: 1.8.11
|
|
100
107
|
signing_key:
|
|
101
108
|
specification_version: 3
|
|
102
109
|
summary: Enter the context of exceptions
|
|
103
|
-
test_files:
|
|
110
|
+
test_files:
|
|
104
111
|
- test/helper.rb
|
|
105
112
|
- test/test_exceptions_in_pry.rb
|
|
106
113
|
- test/test_inline_exceptions.rb
|