RubyGems
npm
Organizations
Log in
Sign up
RubyGems
ruby-debug
Versions diffs
0.1.2 → 0.1.3
ruby-debug 0.1.2 → 0.1.3
Sign up to get
free
protection for your applications and to get access to all the features.
Files changed (4)
hide
show
data/Rakefile
+1
-1
data/ext/ruby_debug.c
+258
-201
data/lib/ruby-debug.rb
+379
-363
metadata
+2
-2
data/Rakefile
CHANGED
Viewed
@@ -5,7 +5,7 @@ require 'rake/rdoctask'
5
5
SO_NAME = "ruby_debug.so"
6
6
7
7
# ------- Default Package ----------
8
-
RUBY_DEBUG_VERSION = "0.1.
2
"
8
+
RUBY_DEBUG_VERSION = "0.1.
3
"
9
9
10
10
FILES = FileList[
11
11
'Rakefile',
1
2
3
4
Next ›
Last »