pry-exception_explorer 0.2.2 → 0.2.3

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.
@@ -55,7 +55,7 @@ module PryExceptionExplorer
55
55
  # 'run' works on the current target which hasnt been updated
56
56
  # yet, whereas _pry_.run_command operates on the newly
57
57
  # updated target (the context of the exception)
58
- _pry_.run_command "whereami"
58
+ _pry_.run_command "cat --ex 0"
59
59
  elsif ex
60
60
  raise Pry::CommandError, "Exception can't be entered! (perhaps an internal exception)"
61
61
  else
@@ -1,3 +1,3 @@
1
1
  module PryExceptionExplorer
2
- VERSION = "0.2.2"
2
+ VERSION = "0.2.3"
3
3
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |s|
4
4
  s.name = "pry-exception_explorer"
5
- s.version = "0.2.2"
5
+ s.version = "0.2.3"
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)"]
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: pry-exception_explorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -13,7 +13,7 @@ date: 2012-10-04 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: pry-stack_explorer
16
- requirement: &70335953420500 !ruby/object:Gem::Requirement
16
+ requirement: &70315501929460 !ruby/object:Gem::Requirement
17
17
  none: false
18
18
  requirements:
19
19
  - - ! '>='
@@ -21,10 +21,10 @@ dependencies:
21
21
  version: 0.4.6
22
22
  type: :runtime
23
23
  prerelease: false
24
- version_requirements: *70335953420500
24
+ version_requirements: *70315501929460
25
25
  - !ruby/object:Gem::Dependency
26
26
  name: bacon
27
- requirement: &70335953419900 !ruby/object:Gem::Requirement
27
+ requirement: &70315501928720 !ruby/object:Gem::Requirement
28
28
  none: false
29
29
  requirements:
30
30
  - - ~>
@@ -32,10 +32,10 @@ dependencies:
32
32
  version: 1.1.0
33
33
  type: :development
34
34
  prerelease: false
35
- version_requirements: *70335953419900
35
+ version_requirements: *70315501928720
36
36
  - !ruby/object:Gem::Dependency
37
37
  name: rake
38
- requirement: &70335953477480 !ruby/object:Gem::Requirement
38
+ requirement: &70315501987160 !ruby/object:Gem::Requirement
39
39
  none: false
40
40
  requirements:
41
41
  - - ~>
@@ -43,7 +43,7 @@ dependencies:
43
43
  version: '0.9'
44
44
  type: :development
45
45
  prerelease: false
46
- version_requirements: *70335953477480
46
+ version_requirements: *70315501987160
47
47
  description: Enter the context of exceptions
48
48
  email: jrmair@gmail.com
49
49
  executables: []