ruby-debug-base19x 0.11.28 → 0.11.29
Sign up to get free protection for your applications and to get access to all the features.
- data/AUTHORS +10 -10
- data/CHANGES +334 -334
- data/LICENSE +22 -22
- data/README +122 -122
- data/Rakefile +27 -138
- data/ext/ruby_debug/breakpoint.c +586 -586
- data/ext/ruby_debug/extconf.rb +27 -23
- data/ext/ruby_debug/ruby_debug.c +2609 -2642
- data/ext/ruby_debug/ruby_debug.h +148 -148
- data/lib/ChangeLog +1065 -1065
- data/lib/ruby-debug-base.rb +304 -304
- metadata +20 -42
- data/test/base/base.rb +0 -74
- data/test/base/binding.rb +0 -31
- data/test/base/catchpoint.rb +0 -26
data/AUTHORS
CHANGED
@@ -1,10 +1,10 @@
|
|
1
|
-
Author:
|
2
|
-
Kent Sibilev
|
3
|
-
|
4
|
-
Contributors:
|
5
|
-
Markus Barchfeld
|
6
|
-
R. Bernstein
|
7
|
-
Anders Lindgren
|
8
|
-
|
9
|
-
Contributor and maintainer:
|
10
|
-
Mark Moseley
|
1
|
+
Author:
|
2
|
+
Kent Sibilev
|
3
|
+
|
4
|
+
Contributors:
|
5
|
+
Markus Barchfeld
|
6
|
+
R. Bernstein
|
7
|
+
Anders Lindgren
|
8
|
+
|
9
|
+
Contributor and maintainer:
|
10
|
+
Mark Moseley
|