ruby-debug-ide 0.4.17.beta12 → 0.4.17.beta13
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/bin/rdebug-ide +1 -0
- data/lib/ruby-debug-ide/version.rb +1 -1
- metadata +5 -5
data/bin/rdebug-ide
CHANGED
|
@@ -94,6 +94,7 @@ Debugger::PROG_SCRIPT = ARGV.shift
|
|
|
94
94
|
if (options.dispatcher_port != -1)
|
|
95
95
|
ENV['IDE_PROCESS_DISPATCHER'] = options.dispatcher_port.to_s
|
|
96
96
|
if RUBY_VERSION < "1.9"
|
|
97
|
+
$: << File.expand_path(File.dirname(__FILE__) + "/../lib/")
|
|
97
98
|
require 'ruby-debug-ide/multiprocess'
|
|
98
99
|
else
|
|
99
100
|
require_relative '../lib/ruby-debug-ide/multiprocess'
|
metadata
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: ruby-debug-ide
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
hash:
|
|
4
|
+
hash: 2846632695
|
|
5
5
|
prerelease: 7
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 4
|
|
9
9
|
- 17
|
|
10
10
|
- beta
|
|
11
|
-
-
|
|
12
|
-
version: 0.4.17.
|
|
11
|
+
- 13
|
|
12
|
+
version: 0.4.17.beta13
|
|
13
13
|
platform: ruby
|
|
14
14
|
authors:
|
|
15
15
|
- Markus Barchfeld, Martin Krauskopf, Mark Moseley, JetBrains RubyMine Team
|
|
@@ -17,7 +17,7 @@ autorequire:
|
|
|
17
17
|
bindir: bin
|
|
18
18
|
cert_chain: []
|
|
19
19
|
|
|
20
|
-
date: 2012-06-
|
|
20
|
+
date: 2012-06-25 00:00:00 Z
|
|
21
21
|
dependencies:
|
|
22
22
|
- !ruby/object:Gem::Dependency
|
|
23
23
|
name: rake
|
|
@@ -115,7 +115,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
115
115
|
requirements: []
|
|
116
116
|
|
|
117
117
|
rubyforge_project: debug-commons
|
|
118
|
-
rubygems_version: 1.8.
|
|
118
|
+
rubygems_version: 1.8.17
|
|
119
119
|
signing_key:
|
|
120
120
|
specification_version: 3
|
|
121
121
|
summary: IDE interface for ruby-debug.
|