debase 0.0.2 → 0.0.3

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.
@@ -230,4 +230,4 @@ Init_breakpoint(VALUE mDebase)
230
230
  rb_define_method(cBreakpoint, "source", Breakpoint_source, 0);
231
231
  rb_define_method(cBreakpoint, "pos", Breakpoint_pos, 0);
232
232
  rb_define_alloc_func(cBreakpoint, Breakpoint_create);
233
- }
233
+ }
@@ -374,4 +374,4 @@ Init_context(VALUE mDebase)
374
374
  // context_set_breakpoint, -1); /* in breakpoint.c */
375
375
  // rb_define_method(cContext, "jump", context_jump, 2);
376
376
  // rb_define_method(cContext, "pause", context_pause, 0);
377
- }
377
+ }
@@ -424,4 +424,4 @@ Init_debase_internals()
424
424
  rb_global_variable(&breakpoints);
425
425
  rb_global_variable(&catchpoints);
426
426
  rb_global_variable(&contexts);
427
- }
427
+ }
@@ -91,4 +91,4 @@ typedef struct
91
91
  extern VALUE catchpoint_hit_count(VALUE catchpoints, VALUE exception, VALUE *exception_name);
92
92
  extern VALUE breakpoint_find(VALUE breakpoints, VALUE source, VALUE pos, VALUE binding);
93
93
  extern void Init_breakpoint(VALUE mDebase);
94
- #endif
94
+ #endif
@@ -49,4 +49,4 @@ remove_from_locked()
49
49
  thread = node->thread;
50
50
  xfree(node);
51
51
  return thread;
52
- }
52
+ }
@@ -1,3 +1,3 @@
1
1
  module Debase
2
- VERSION = "0.0.2" unless defined? VERSION
2
+ VERSION = "0.0.3" unless defined? VERSION
3
3
  end
metadata CHANGED
@@ -1,48 +1,52 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: debase
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
+ prerelease:
5
6
  platform: ruby
6
7
  authors:
7
8
  - Dennis Ushakov
8
9
  autorequire:
9
10
  bindir: bin
10
11
  cert_chain: []
11
- date: 2013-02-27 00:00:00.000000000 Z
12
+ date: 2013-03-11 00:00:00.000000000 Z
12
13
  dependencies:
13
14
  - !ruby/object:Gem::Dependency
14
15
  name: test-unit
15
16
  requirement: !ruby/object:Gem::Requirement
17
+ none: false
16
18
  requirements:
17
- - - '>='
19
+ - - ! '>='
18
20
  - !ruby/object:Gem::Version
19
21
  version: '0'
20
22
  type: :development
21
23
  prerelease: false
22
24
  version_requirements: !ruby/object:Gem::Requirement
25
+ none: false
23
26
  requirements:
24
- - - '>='
27
+ - - ! '>='
25
28
  - !ruby/object:Gem::Version
26
29
  version: '0'
27
30
  - !ruby/object:Gem::Dependency
28
31
  name: rake
29
32
  requirement: !ruby/object:Gem::Requirement
33
+ none: false
30
34
  requirements:
31
- - - '>='
35
+ - - ! '>='
32
36
  - !ruby/object:Gem::Version
33
37
  version: '0'
34
38
  type: :development
35
39
  prerelease: false
36
40
  version_requirements: !ruby/object:Gem::Requirement
41
+ none: false
37
42
  requirements:
38
- - - '>='
43
+ - - ! '>='
39
44
  - !ruby/object:Gem::Version
40
45
  version: '0'
41
- description: |2
42
- debase is a fast implementation of the standard Ruby debugger debug.rb for Ruby 2.0.
43
- It is implemented by utilizing a new Ruby TracePoint class. The core component
44
- provides support that front-ends can build on. It provides breakpoint
45
- handling, bindings for stack frames among other things.
46
+ description: ! " debase is a fast implementation of the standard Ruby debugger
47
+ debug.rb for Ruby 2.0.\n It is implemented by utilizing a new Ruby TracePoint
48
+ class. The core component\n provides support that front-ends can build on. It
49
+ provides breakpoint\n handling, bindings for stack frames among other things.\n"
46
50
  email:
47
51
  - dennis.ushakov@gmail.com
48
52
  executables: []
@@ -93,26 +97,27 @@ files:
93
97
  - test/test_reload_bug.rb
94
98
  homepage: ''
95
99
  licenses: []
96
- metadata: {}
97
100
  post_install_message:
98
101
  rdoc_options: []
99
102
  require_paths:
100
103
  - lib
101
104
  required_ruby_version: !ruby/object:Gem::Requirement
105
+ none: false
102
106
  requirements:
103
- - - '>='
107
+ - - ! '>='
104
108
  - !ruby/object:Gem::Version
105
109
  version: '0'
106
110
  required_rubygems_version: !ruby/object:Gem::Requirement
111
+ none: false
107
112
  requirements:
108
- - - '>='
113
+ - - ! '>='
109
114
  - !ruby/object:Gem::Version
110
115
  version: '0'
111
116
  requirements: []
112
117
  rubyforge_project: debase
113
- rubygems_version: 2.0.0
118
+ rubygems_version: 1.8.24
114
119
  signing_key:
115
- specification_version: 4
120
+ specification_version: 3
116
121
  summary: debase is a fast implementation of the standard Ruby debugger debug.rb for
117
122
  Ruby 2.0
118
123
  test_files:
checksums.yaml DELETED
@@ -1,7 +0,0 @@
1
- ---
2
- SHA1:
3
- metadata.gz: b4c8f78116379934df37e337705708147ce878c3
4
- data.tar.gz: 6a037e645748a877e64fd2548025b9d72c2fb698
5
- SHA512:
6
- metadata.gz: f35b489310522fe41416655463caceb0c63c527c37e446d79629b6aa8850c00f7787b9a805b2d35ddf25cd1d96de57daa5dabc0fbab00ac1869fa1de9e0f3206
7
- data.tar.gz: fcaf13c8b8eb973d419a2ead16c8a2c35904685888ea7382be6a9d627538126e5380666955fcd6d09c556fe723a3a991512622be725f5ac7745e6a932b7056d3