ruby-debug-ide 0.4.17.beta12 → 0.4.17.beta13

Sign up to get free protection for your applications and to get access to all the features.
@@ -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'
@@ -1,3 +1,3 @@
1
1
  module Debugger
2
- IDE_VERSION='0.4.17.beta12'
2
+ IDE_VERSION='0.4.17.beta13'
3
3
  end
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: 62196339
4
+ hash: 2846632695
5
5
  prerelease: 7
6
6
  segments:
7
7
  - 0
8
8
  - 4
9
9
  - 17
10
10
  - beta
11
- - 12
12
- version: 0.4.17.beta12
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-07 00:00:00 Z
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.6
118
+ rubygems_version: 1.8.17
119
119
  signing_key:
120
120
  specification_version: 3
121
121
  summary: IDE interface for ruby-debug.