ruby-debug-ide 0.4.17 → 0.4.18
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-ide.rb +1 -1
- data/lib/ruby-debug-ide/version.rb +1 -1
- metadata +24 -20
- checksums.yaml +0 -7
data/lib/ruby-debug-ide.rb
CHANGED
metadata
CHANGED
@@ -1,29 +1,32 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: ruby-debug-ide
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.18
|
5
|
+
prerelease:
|
5
6
|
platform: ruby
|
6
7
|
authors:
|
7
8
|
- Markus Barchfeld, Martin Krauskopf, Mark Moseley, JetBrains RubyMine Team
|
8
|
-
autorequire:
|
9
|
+
autorequire:
|
9
10
|
bindir: bin
|
10
11
|
cert_chain: []
|
11
|
-
date: 2013-
|
12
|
+
date: 2013-07-29 00:00:00.000000000 Z
|
12
13
|
dependencies:
|
13
14
|
- !ruby/object:Gem::Dependency
|
14
15
|
name: rake
|
15
|
-
|
16
|
+
version_requirements: !ruby/object:Gem::Requirement
|
16
17
|
requirements:
|
17
18
|
- - '>='
|
18
19
|
- !ruby/object:Gem::Version
|
19
20
|
version: 0.8.1
|
20
|
-
|
21
|
-
|
22
|
-
version_requirements: !ruby/object:Gem::Requirement
|
21
|
+
none: false
|
22
|
+
requirement: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 0.8.1
|
27
|
+
none: false
|
28
|
+
prerelease: false
|
29
|
+
type: :runtime
|
27
30
|
description: |
|
28
31
|
An interface which glues ruby-debug to IDEs like Eclipse (RDT), NetBeans and RubyMine.
|
29
32
|
email: rubymine-feedback@jetbrains.com
|
@@ -42,7 +45,15 @@ files:
|
|
42
45
|
- Gemfile
|
43
46
|
- ruby-debug-ide.gemspec
|
44
47
|
- bin/rdebug-ide
|
48
|
+
- lib/ruby-debug-ide.rb
|
45
49
|
- lib/ruby-debug-ide/command.rb
|
50
|
+
- lib/ruby-debug-ide/event_processor.rb
|
51
|
+
- lib/ruby-debug-ide/helper.rb
|
52
|
+
- lib/ruby-debug-ide/ide_processor.rb
|
53
|
+
- lib/ruby-debug-ide/interface.rb
|
54
|
+
- lib/ruby-debug-ide/multiprocess.rb
|
55
|
+
- lib/ruby-debug-ide/version.rb
|
56
|
+
- lib/ruby-debug-ide/xml_printer.rb
|
46
57
|
- lib/ruby-debug-ide/commands/breakpoints.rb
|
47
58
|
- lib/ruby-debug-ide/commands/catchpoint.rb
|
48
59
|
- lib/ruby-debug-ide/commands/condition.rb
|
@@ -58,21 +69,12 @@ files:
|
|
58
69
|
- lib/ruby-debug-ide/commands/stepping.rb
|
59
70
|
- lib/ruby-debug-ide/commands/threads.rb
|
60
71
|
- lib/ruby-debug-ide/commands/variables.rb
|
61
|
-
- lib/ruby-debug-ide/event_processor.rb
|
62
|
-
- lib/ruby-debug-ide/helper.rb
|
63
|
-
- lib/ruby-debug-ide/ide_processor.rb
|
64
|
-
- lib/ruby-debug-ide/interface.rb
|
65
72
|
- lib/ruby-debug-ide/multiprocess/monkey.rb
|
66
73
|
- lib/ruby-debug-ide/multiprocess/pre_child.rb
|
67
74
|
- lib/ruby-debug-ide/multiprocess/starter.rb
|
68
|
-
- lib/ruby-debug-ide/multiprocess.rb
|
69
|
-
- lib/ruby-debug-ide/version.rb
|
70
|
-
- lib/ruby-debug-ide/xml_printer.rb
|
71
|
-
- lib/ruby-debug-ide.rb
|
72
75
|
homepage: https://github.com/ruby-debug/ruby-debug-ide
|
73
76
|
licenses: []
|
74
|
-
|
75
|
-
post_install_message:
|
77
|
+
post_install_message:
|
76
78
|
rdoc_options: []
|
77
79
|
require_paths:
|
78
80
|
- lib
|
@@ -81,15 +83,17 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
81
83
|
- - '>='
|
82
84
|
- !ruby/object:Gem::Version
|
83
85
|
version: 1.8.2
|
86
|
+
none: false
|
84
87
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
85
88
|
requirements:
|
86
89
|
- - '>='
|
87
90
|
- !ruby/object:Gem::Version
|
88
91
|
version: '0'
|
92
|
+
none: false
|
89
93
|
requirements: []
|
90
94
|
rubyforge_project: debug-commons
|
91
|
-
rubygems_version:
|
92
|
-
signing_key:
|
93
|
-
specification_version:
|
95
|
+
rubygems_version: 1.8.24
|
96
|
+
signing_key:
|
97
|
+
specification_version: 3
|
94
98
|
summary: IDE interface for ruby-debug.
|
95
99
|
test_files: []
|
checksums.yaml
DELETED
@@ -1,7 +0,0 @@
|
|
1
|
-
---
|
2
|
-
SHA1:
|
3
|
-
metadata.gz: a3695c0c207fb973cfc366a20ef61303c1ec3b7d
|
4
|
-
data.tar.gz: 8854f12aa66822cd476ad18ca97a781aebdddea9
|
5
|
-
SHA512:
|
6
|
-
metadata.gz: 075e9acad0ded71508b207aaea07d6432363d447c0ba5452df0f19b5fc1971d3d61d51e02a7279083c81db5f2b88048dca2f7558036a2719e96da0c8678bae44
|
7
|
-
data.tar.gz: 58a5fa83aaaae61c545dc5d2929204d7813bdb66101f882a13744c62291a275a19368bd3a3c2bcef8cd47b83baddcadf5184d3eaa99057b2e6f4e04b36e2f227
|