rudebug 0.3.0

Sign up to get free protection for your applications and to get access to all the features.
metadata ADDED
@@ -0,0 +1,88 @@
1
+ --- !ruby/object:Gem::Specification
2
+ rubygems_version: 0.9.0
3
+ specification_version: 1
4
+ name: rudebug
5
+ version: !ruby/object:Gem::Version
6
+ version: 0.3.0
7
+ date: 2007-01-06 00:00:00 +01:00
8
+ summary: A graphical debugger for Ruby
9
+ require_paths:
10
+ - lib
11
+ email: flgr@ccan.de
12
+ homepage: "Homepage: http://code.google.com/p/rudebug/"
13
+ rubyforge_project:
14
+ description: rudebug is written using Ruby-GNOME2 and Glade. It has support for local and remote debugging with ruby-debug and ruby-breakpoint. It should work fine on Windows and Linux. It has stepping stepping, a source code display, a powerful object browser and an interactive shell as well as additional integration and polish to make those components work together well. It is in an early stage and will likely remain so until I have a way of using it on Mac OS X. I don't want this to molder on my hard disk however without ever having seen a public release. With ~900 lines of actual code (excluding the glade file) it is fairly light-weight. Code quality fluctuates. Some of the code needs to be unusual because it is executed on the server and can't touch its environment, other bits could probably need some refactoring. It was developed as part of a Summer of Code 2006 project for RubyCentral Inc.
15
+ autorequire:
16
+ default_executable:
17
+ bindir: bin
18
+ has_rdoc: true
19
+ required_ruby_version: !ruby/object:Gem::Version::Requirement
20
+ requirements:
21
+ - - ">="
22
+ - !ruby/object:Gem::Version
23
+ version: 1.8.4
24
+ version:
25
+ platform: ruby
26
+ signing_key:
27
+ cert_chain:
28
+ post_install_message:
29
+ authors:
30
+ - "Author: Florian Gross"
31
+ files:
32
+ - README
33
+ - NEWS
34
+ - COPYING
35
+ - setup.rb
36
+ - Rakefile
37
+ - lib/rudebug.rb
38
+ - lib/rudebug.glade
39
+ - lib/rudebug/page.rb
40
+ - lib/rudebug/page/source_code.rb
41
+ - lib/rudebug/page/shell.rb
42
+ - lib/rudebug/page/code_file.rb
43
+ - lib/rudebug/page/browser.rb
44
+ - lib/rudebug/main.rb
45
+ - lib/rudebug/highlight.rb
46
+ - lib/rudebug/gtk-patch.rb
47
+ - lib/rudebug/connection.rb
48
+ - lib/rudebug/connection/ruby-debug.rb
49
+ - lib/rudebug/connection/breakpoint.rb
50
+ - lib/rudebug/connection/base.rb
51
+ - lib/rudebug/connect.rb
52
+ - bin/rudebug
53
+ test_files: []
54
+
55
+ rdoc_options:
56
+ - --all
57
+ - --main
58
+ - README
59
+ - --title
60
+ - "#{PKG_NAME}"
61
+ extra_rdoc_files:
62
+ - README
63
+ - NEWS
64
+ executables:
65
+ - rudebug
66
+ extensions: []
67
+
68
+ requirements: []
69
+
70
+ dependencies:
71
+ - !ruby/object:Gem::Dependency
72
+ name: ruby-debug
73
+ version_requirement:
74
+ version_requirements: !ruby/object:Gem::Version::Requirement
75
+ requirements:
76
+ - - ">="
77
+ - !ruby/object:Gem::Version
78
+ version: 0.5.2
79
+ version:
80
+ - !ruby/object:Gem::Dependency
81
+ name: syntax
82
+ version_requirement:
83
+ version_requirements: !ruby/object:Gem::Version::Requirement
84
+ requirements:
85
+ - - ">="
86
+ - !ruby/object:Gem::Version
87
+ version: 1.0.0
88
+ version: