debugger-xml 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +6 -14
- data/bin/rdebug-ide +1 -1
- data/lib/debugger/xml/version.rb +1 -1
- metadata +9 -9
checksums.yaml
CHANGED
@@ -1,15 +1,7 @@
|
|
1
1
|
---
|
2
|
-
|
3
|
-
metadata.gz:
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
metadata.gz: !binary |-
|
9
|
-
YmUzZTdkN2MzMDkzZjQyZjFkOGUxNzRlNTNiMTA2MTllM2EwYTNmZTAxNGE4
|
10
|
-
OTk3MzFlOTg0NGQxZGY4Njg1MGZlNGU0MjU1YTFjMTA1NzU5YWU4MzZmY2M2
|
11
|
-
NmM4Y2EwYTc1ZTBhYzFjMWViZTM3MmU4OWU1YmY1NjIxMTAyZjM=
|
12
|
-
data.tar.gz: !binary |-
|
13
|
-
NjQ5MDQwMGMzMDZhZjU0ZGEwZDQ5ZDE0YTBlZGU2NWI0ODExYjkwM2M1NGY0
|
14
|
-
YWY5MDlmZTcwYjAxZGVmZmE2YzgzZWIxZmI3MGIzYzk5ZDgzNjJkM2QwNDUz
|
15
|
-
MDU1ZGIzZjAwYzkzMGJkMDA0YjIyMTQwYTBmOTgwZDVlMzE5NTU=
|
2
|
+
SHA1:
|
3
|
+
metadata.gz: a332176aafda476ecc7dddaf06f1c632967b61b7
|
4
|
+
data.tar.gz: 59e5b2092c4c652199a33f9c6a64ecf6f77ae036
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 076982a662177f29705925d1b69518456b91cc277acf679a4016f3c7d37e9d92023b2c4ffc81c207a113ab29e5614c2e62c7a9fa8f5adbdc7451434661f3cf3f
|
7
|
+
data.tar.gz: 32049fad88610fb205b5821a5900662e8dd445321ec1c98a07a475a99f228c7f44984f2d8e2d6f6a060b689d0711e828baa67ef9f6db775e3a38b0b81fc39a99
|
data/bin/rdebug-ide
CHANGED
@@ -79,7 +79,7 @@ class RdebugIde
|
|
79
79
|
opts.on('--stop', 'stop when the script is loaded') { @options.stop = true }
|
80
80
|
opts.on("-x", "--trace", "turn on line tracing") { @options.tracing = true }
|
81
81
|
opts.on("-I", "--include PATH", String, "Add PATH to $LOAD_PATH") { |path| $LOAD_PATH.unshift(path) }
|
82
|
-
opts.on('--disable-int-handler', 'Disables interrupt signal handler') { options.int_handler = false }
|
82
|
+
opts.on('--disable-int-handler', 'Disables interrupt signal handler') { @options.int_handler = false }
|
83
83
|
end
|
84
84
|
opts.parse!
|
85
85
|
opts
|
data/lib/debugger/xml/version.rb
CHANGED
metadata
CHANGED
@@ -1,41 +1,41 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: debugger-xml
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Anton Astashov
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2013-10-
|
11
|
+
date: 2013-10-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: debugger
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
|
-
- -
|
17
|
+
- - '>='
|
18
18
|
- !ruby/object:Gem::Version
|
19
19
|
version: 1.6.2
|
20
20
|
type: :runtime
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
|
-
- -
|
24
|
+
- - '>='
|
25
25
|
- !ruby/object:Gem::Version
|
26
26
|
version: 1.6.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: builder
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
|
-
- -
|
31
|
+
- - '>='
|
32
32
|
- !ruby/object:Gem::Version
|
33
33
|
version: 2.0.0
|
34
34
|
type: :runtime
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
|
-
- -
|
38
|
+
- - '>='
|
39
39
|
- !ruby/object:Gem::Version
|
40
40
|
version: 2.0.0
|
41
41
|
- !ruby/object:Gem::Dependency
|
@@ -185,17 +185,17 @@ require_paths:
|
|
185
185
|
- lib
|
186
186
|
required_ruby_version: !ruby/object:Gem::Requirement
|
187
187
|
requirements:
|
188
|
-
- -
|
188
|
+
- - '>='
|
189
189
|
- !ruby/object:Gem::Version
|
190
190
|
version: '0'
|
191
191
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
192
192
|
requirements:
|
193
|
-
- -
|
193
|
+
- - '>='
|
194
194
|
- !ruby/object:Gem::Version
|
195
195
|
version: '0'
|
196
196
|
requirements: []
|
197
197
|
rubyforge_project:
|
198
|
-
rubygems_version: 2.0.
|
198
|
+
rubygems_version: 2.0.2
|
199
199
|
signing_key:
|
200
200
|
specification_version: 4
|
201
201
|
summary: Implements XML interface for the 'debugger' gem, compatible with ruby-debug-ide
|