ruby-debug-ide 0.4.3 → 0.4.4

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.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby-debug-ide
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.3
4
+ version: 0.4.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Markus Barchfeld, Martin Krauskopf
@@ -9,7 +9,7 @@ autorequire: ruby-debug-base
9
9
  bindir: bin
10
10
  cert_chain: []
11
11
 
12
- date: 2008-12-14 00:00:00 +01:00
12
+ date: 2009-01-13 00:00:00 +01:00
13
13
  default_executable:
14
14
  dependencies:
15
15
  - !ruby/object:Gem::Dependency
@@ -31,6 +31,11 @@ extensions: []
31
31
  extra_rdoc_files: []
32
32
 
33
33
  files:
34
+ - CHANGES
35
+ - ChangeLog
36
+ - ChangeLog.archive
37
+ - MIT-LICENSE
38
+ - Rakefile
34
39
  - bin/rdebug-ide
35
40
  - lib/ruby-debug
36
41
  - lib/ruby-debug/xml_printer.rb
@@ -54,6 +59,17 @@ files:
54
59
  - lib/ruby-debug/helper.rb
55
60
  - lib/ruby-debug/event_processor.rb
56
61
  - lib/ruby-debug.rb
62
+ - test/rd_basic_test.rb
63
+ - test/rd_test_base.rb
64
+ - test/rd_inspect_test.rb
65
+ - test/rd_catchpoint_test.rb
66
+ - test/ruby-debug
67
+ - test/ruby-debug/xml_printer_test.rb
68
+ - test/rd_enable_disable_test.rb
69
+ - test/rd_threads_and_frames_test.rb
70
+ - test/rd_condition_test.rb
71
+ - test/rd_stepping_breakpoints_test.rb
72
+ - test/rd_variables_test.rb
57
73
  has_rdoc: false
58
74
  homepage: http://rubyforge.org/projects/debug-commons/
59
75
  post_install_message:
@@ -76,9 +92,9 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
92
  requirements: []
77
93
 
78
94
  rubyforge_project: debug-commons
79
- rubygems_version: 1.3.1.1939
95
+ rubygems_version: 1.3.1.1988
80
96
  signing_key:
81
- specification_version: 2
97
+ specification_version: 3
82
98
  summary: IDE interface for ruby-debug.
83
99
  test_files: []
84
100