ruby-debug 0.1.5-mswin32 → 0.2-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/lib/ruby_debug.so CHANGED
Binary file
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.0
3
3
  specification_version: 1
4
4
  name: ruby-debug
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.1.5
7
- date: 2006-07-14 16:53:09 -04:00
6
+ version: "0.2"
7
+ date: 2006-07-17 02:12:24 -04:00
8
8
  summary: Fast Ruby debugger
9
9
  require_paths:
10
10
  - lib
@@ -33,11 +33,15 @@ files:
33
33
  - README
34
34
  - LICENSE
35
35
  - CHANGES
36
+ - lib/ruby-debug
36
37
  - lib/ruby-debug.rb
38
+ - lib/ruby-debug/interface.rb
39
+ - lib/ruby-debug/processor.rb
37
40
  - ext/extconf.rb
38
41
  - ext/ruby_debug.c
39
42
  - ext/win32
40
43
  - bin/rdebug
44
+ - bin/remote
41
45
  - lib/ruby_debug.so
42
46
  test_files: []
43
47