ruby-debug-pry 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +2 -2
- metadata +2 -13
data/README.md
CHANGED
@@ -15,5 +15,5 @@ This has been tested on Ruby 1.8.7 p334 and Ruby 1.9.2 p136 and seems to work.
|
|
15
15
|
Right now I don't have any of the additional features that ruby-debug's IRB command has. I don't really use them, but it would be nice to have them.
|
16
16
|
|
17
17
|
* `next`, `step`, and `cont` support
|
18
|
-
*
|
19
|
-
* debugger state accessible as a global variable
|
18
|
+
* add `autopry` configuration variable
|
19
|
+
* make debugger state accessible as a global variable
|
metadata
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
name: ruby-debug-pry
|
3
3
|
version: !ruby/object:Gem::Version
|
4
4
|
prerelease:
|
5
|
-
version: 0.0.
|
5
|
+
version: 0.0.2
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
8
8
|
- Andrew O'Brien
|
@@ -10,7 +10,7 @@ autorequire:
|
|
10
10
|
bindir: bin
|
11
11
|
cert_chain: []
|
12
12
|
|
13
|
-
date: 2011-
|
13
|
+
date: 2011-05-27 00:00:00 -03:00
|
14
14
|
default_executable:
|
15
15
|
dependencies:
|
16
16
|
- !ruby/object:Gem::Dependency
|
@@ -24,17 +24,6 @@ dependencies:
|
|
24
24
|
version: 0.8.3
|
25
25
|
type: :runtime
|
26
26
|
version_requirements: *id001
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
name: ruby-debug19
|
29
|
-
prerelease: false
|
30
|
-
requirement: &id002 !ruby/object:Gem::Requirement
|
31
|
-
none: false
|
32
|
-
requirements:
|
33
|
-
- - ~>
|
34
|
-
- !ruby/object:Gem::Version
|
35
|
-
version: 0.11.6
|
36
|
-
type: :runtime
|
37
|
-
version_requirements: *id002
|
38
27
|
description: Pry is a featureful REPL that looks like it can work nicely with ruby-debug. This gem adds a 'pry' command to invoke Pry in the current context.
|
39
28
|
email:
|
40
29
|
- obrien.andrew@gmail.com
|