ruby-debug 0.10.6 → 0.11.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -7
- metadata +80 -85
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
|
-
---
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
1
|
+
---
|
2
|
+
SHA512:
|
3
|
+
data.tar.gz: 10f273648dcd50cf16f678df2786a8dde49f1fd8b3fd8497be79bcc0770c0ad2b0ab92bbf53c73889f8f3a25e9eeccd03476c57aed1a46c3103491c17aeab076
|
4
|
+
metadata.gz: e9e3f7a8d8b497ecc57057d20e4058629750aeaaeb08938812deeb2739f2b079cfa3dc0891335219bd44ea7658edeca505989312b5cd7742a090e9a8ba16029f
|
5
|
+
SHA1:
|
6
|
+
data.tar.gz: c18f512ece204a2e470546984f004bcabfae4f00
|
7
|
+
metadata.gz: 7a6b2c36718fddb70b3b79ece3d14a6339179d7d
|
metadata
CHANGED
@@ -1,130 +1,125 @@
|
|
1
|
-
--- !ruby/object:Gem::Specification
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-debug
|
3
|
-
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 0.11.0
|
5
5
|
platform: ruby
|
6
|
-
authors:
|
6
|
+
authors:
|
7
7
|
- Kent Sibilev
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
- - '>='
|
17
|
-
- !ruby/object:Gem::Version
|
18
|
-
version: '0.1'
|
11
|
+
|
12
|
+
date: 2020-03-18 00:00:00 Z
|
13
|
+
dependencies:
|
14
|
+
- !ruby/object:Gem::Dependency
|
15
|
+
type: :runtime
|
19
16
|
name: columnize
|
17
|
+
requirement: &id001 !ruby/object:Gem::Requirement
|
18
|
+
requirements:
|
19
|
+
- - ">="
|
20
|
+
- !ruby/object:Gem::Version
|
21
|
+
version: "0.1"
|
22
|
+
version_requirements: *id001
|
20
23
|
prerelease: false
|
24
|
+
- !ruby/object:Gem::Dependency
|
21
25
|
type: :runtime
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
23
|
-
requirements:
|
24
|
-
- - '>='
|
25
|
-
- !ruby/object:Gem::Version
|
26
|
-
version: '0.1'
|
27
|
-
- !ruby/object:Gem::Dependency
|
28
|
-
requirement: !ruby/object:Gem::Requirement
|
29
|
-
requirements:
|
30
|
-
- - ~>
|
31
|
-
- !ruby/object:Gem::Version
|
32
|
-
version: 1.3.1
|
33
26
|
name: linecache
|
34
|
-
|
35
|
-
|
36
|
-
version_requirements: !ruby/object:Gem::Requirement
|
37
|
-
requirements:
|
27
|
+
requirement: &id002 !ruby/object:Gem::Requirement
|
28
|
+
requirements:
|
38
29
|
- - ~>
|
39
|
-
- !ruby/object:Gem::Version
|
30
|
+
- !ruby/object:Gem::Version
|
40
31
|
version: 1.3.1
|
41
|
-
|
42
|
-
requirement: !ruby/object:Gem::Requirement
|
43
|
-
requirements:
|
44
|
-
- - ~>
|
45
|
-
- !ruby/object:Gem::Version
|
46
|
-
version: 0.10.6.0
|
47
|
-
name: ruby-debug-base
|
32
|
+
version_requirements: *id002
|
48
33
|
prerelease: false
|
34
|
+
- !ruby/object:Gem::Dependency
|
49
35
|
type: :runtime
|
50
|
-
|
51
|
-
|
36
|
+
name: ruby-debug-base
|
37
|
+
requirement: &id003 !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
52
39
|
- - ~>
|
53
|
-
- !ruby/object:Gem::Version
|
54
|
-
version: 0.
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: 0.11.0.0
|
42
|
+
version_requirements: *id003
|
43
|
+
prerelease: false
|
55
44
|
description: |
|
56
45
|
A generic command line interface for ruby-debug.
|
46
|
+
|
57
47
|
email: ksibilev@yahoo.com
|
58
|
-
executables:
|
48
|
+
executables:
|
59
49
|
- rdebug
|
60
50
|
extensions: []
|
61
|
-
|
51
|
+
|
52
|
+
extra_rdoc_files:
|
62
53
|
- README
|
63
|
-
files:
|
54
|
+
files:
|
64
55
|
- AUTHORS
|
65
56
|
- CHANGES
|
66
57
|
- LICENSE
|
67
58
|
- README
|
68
59
|
- Rakefile
|
69
|
-
- cli/ruby-debug.rb
|
70
|
-
- cli/ruby-debug/command.rb
|
71
|
-
- cli/ruby-debug/debugger.rb
|
72
|
-
- cli/ruby-debug/helper.rb
|
73
60
|
- cli/ruby-debug/interface.rb
|
74
|
-
- cli/ruby-debug/
|
75
|
-
- cli/ruby-debug/commands/
|
76
|
-
- cli/ruby-debug/commands/
|
77
|
-
- cli/ruby-debug/commands/condition.rb
|
78
|
-
- cli/ruby-debug/commands/continue.rb
|
79
|
-
- cli/ruby-debug/commands/control.rb
|
80
|
-
- cli/ruby-debug/commands/display.rb
|
81
|
-
- cli/ruby-debug/commands/edit.rb
|
82
|
-
- cli/ruby-debug/commands/enable.rb
|
83
|
-
- cli/ruby-debug/commands/eval.rb
|
61
|
+
- cli/ruby-debug/helper.rb
|
62
|
+
- cli/ruby-debug/commands/list.rb
|
63
|
+
- cli/ruby-debug/commands/kill.rb
|
84
64
|
- cli/ruby-debug/commands/finish.rb
|
65
|
+
- cli/ruby-debug/commands/edit.rb
|
66
|
+
- cli/ruby-debug/commands/reload.rb
|
67
|
+
- cli/ruby-debug/commands/stepping.rb
|
68
|
+
- cli/ruby-debug/commands/quit.rb
|
69
|
+
- cli/ruby-debug/commands/condition.rb
|
70
|
+
- cli/ruby-debug/commands/variables.rb
|
71
|
+
- cli/ruby-debug/commands/threads.rb
|
72
|
+
- cli/ruby-debug/commands/catchpoint.rb
|
85
73
|
- cli/ruby-debug/commands/frame.rb
|
86
|
-
- cli/ruby-debug/commands/help.rb
|
87
|
-
- cli/ruby-debug/commands/info.rb
|
88
74
|
- cli/ruby-debug/commands/irb.rb
|
89
|
-
- cli/ruby-debug/commands/kill.rb
|
90
|
-
- cli/ruby-debug/commands/list.rb
|
91
75
|
- cli/ruby-debug/commands/method.rb
|
92
|
-
- cli/ruby-debug/commands/
|
93
|
-
- cli/ruby-debug/commands/
|
76
|
+
- cli/ruby-debug/commands/info.rb
|
77
|
+
- cli/ruby-debug/commands/display.rb
|
94
78
|
- cli/ruby-debug/commands/save.rb
|
95
|
-
- cli/ruby-debug/commands/
|
96
|
-
- cli/ruby-debug/commands/show.rb
|
97
|
-
- cli/ruby-debug/commands/source.rb
|
98
|
-
- cli/ruby-debug/commands/stepping.rb
|
99
|
-
- cli/ruby-debug/commands/threads.rb
|
100
|
-
- cli/ruby-debug/commands/tmate.rb
|
79
|
+
- cli/ruby-debug/commands/breakpoints.rb
|
101
80
|
- cli/ruby-debug/commands/trace.rb
|
102
|
-
- cli/ruby-debug/commands/
|
81
|
+
- cli/ruby-debug/commands/tmate.rb
|
82
|
+
- cli/ruby-debug/commands/eval.rb
|
83
|
+
- cli/ruby-debug/commands/enable.rb
|
84
|
+
- cli/ruby-debug/commands/source.rb
|
85
|
+
- cli/ruby-debug/commands/show.rb
|
86
|
+
- cli/ruby-debug/commands/control.rb
|
87
|
+
- cli/ruby-debug/commands/continue.rb
|
88
|
+
- cli/ruby-debug/commands/help.rb
|
89
|
+
- cli/ruby-debug/commands/set.rb
|
90
|
+
- cli/ruby-debug/command.rb
|
91
|
+
- cli/ruby-debug/processor.rb
|
92
|
+
- cli/ruby-debug/debugger.rb
|
93
|
+
- cli/ruby-debug.rb
|
103
94
|
- ChangeLog
|
104
95
|
- bin/rdebug
|
105
96
|
- doc/rdebug.1
|
106
97
|
- rdbg.rb
|
107
98
|
homepage: https://github.com/ruby-debug/
|
108
99
|
licenses: []
|
100
|
+
|
109
101
|
metadata: {}
|
110
|
-
|
102
|
+
|
103
|
+
post_install_message:
|
111
104
|
rdoc_options: []
|
112
|
-
|
105
|
+
|
106
|
+
require_paths:
|
113
107
|
- cli
|
114
|
-
required_ruby_version: !ruby/object:Gem::Requirement
|
115
|
-
requirements:
|
116
|
-
-
|
117
|
-
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
version: '0'
|
108
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
109
|
+
requirements:
|
110
|
+
- &id004
|
111
|
+
- ">="
|
112
|
+
- !ruby/object:Gem::Version
|
113
|
+
version: "0"
|
114
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
115
|
+
requirements:
|
116
|
+
- *id004
|
124
117
|
requirements: []
|
125
|
-
|
126
|
-
|
127
|
-
|
118
|
+
|
119
|
+
rubyforge_project:
|
120
|
+
rubygems_version: 2.0.17
|
121
|
+
signing_key:
|
128
122
|
specification_version: 4
|
129
123
|
summary: Command line interface (CLI) for ruby-debug-base
|
130
124
|
test_files: []
|
125
|
+
|