ruby-debug 0.9.1 → 0.9.2

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.
Files changed (2) hide show
  1. data/CHANGES +9 -1
  2. metadata +3 -3
data/CHANGES CHANGED
@@ -1,5 +1,13 @@
1
+ 0.9.2
2
+ - Fixed file comparison in Windows platform.
3
+ - Added setter methods to Breakpoint properties
4
+ - Added breakpoint hit condition functionality (not available via CLI yet) and methods:
5
+ Breakpoint:hit_count
6
+ Breakpoint:hit_value[=]
7
+ Breakpoint:hit_condition[=]
8
+
1
9
  0.9.1
2
- - Fixed incorrent stack calculation.
10
+ - Fixed incorrect stack calculation.
3
11
  - Context#stop_next= method aliased as Context#step.
4
12
  - Added the 'force' parameter to Context#step_over.
5
13
  - Added the 'force' parameter to Context#step.
metadata CHANGED
@@ -3,8 +3,8 @@ rubygems_version: 0.9.2
3
3
  specification_version: 1
4
4
  name: ruby-debug
5
5
  version: !ruby/object:Gem::Version
6
- version: 0.9.1
7
- date: 2007-04-02 21:55:54 -04:00
6
+ version: 0.9.2
7
+ date: 2007-04-04 16:19:46 -04:00
8
8
  summary: Command line interface (CLI) for ruby-debug-base
9
9
  require_paths:
10
10
  - cli
@@ -78,5 +78,5 @@ dependencies:
78
78
  requirements:
79
79
  - - "="
80
80
  - !ruby/object:Gem::Version
81
- version: 0.9.1
81
+ version: 0.9.2
82
82
  version: