ruby-debug 0.7-mswin32 → 0.7.1-mswin32

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.
data/ext/ruby_debug.c CHANGED
@@ -4,7 +4,7 @@
4
4
  #include <rubysig.h>
5
5
  #include <st.h>
6
6
 
7
- #define DEBUG_VERSION "0.7"
7
+ #define DEBUG_VERSION "0.7.1"
8
8
 
9
9
  #ifdef _WIN32
10
10
  struct FRAME {
@@ -116,7 +116,7 @@ module Debugger
116
116
  include FrameFunctions
117
117
 
118
118
  def regexp
119
- /^\s* d(?!isp)(?:own)? (?:\s+(.*))? .*$/x
119
+ /^\s* down (?:\s+(.*))? .*$/x
120
120
  end
121
121
 
122
122
  def execute
data/lib/ruby_debug.so CHANGED
Binary file
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.1
3
3
  specification_version: 1
4
4
  name: ruby-debug
5
5
  version: !ruby/object:Gem::Version
6
- version: "0.7"
7
- date: 2007-02-01 18:49:00 -05:00
6
+ version: 0.7.1
7
+ date: 2007-02-02 13:50:58 -05:00
8
8
  summary: Fast Ruby debugger
9
9
  require_paths:
10
10
  - lib