ragweed 0.2.4-java → 0.2.5-java

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/VERSION CHANGED
@@ -1 +1 @@
1
- 0.2.4
1
+ 0.2.5
@@ -508,6 +508,8 @@ class Ragweed::Debuggertux
508
508
  # @abstract
509
509
  def on_attach() end
510
510
  # @abstract
511
+ def on_detach() end
512
+ # @abstract
511
513
  def on_single_step() end
512
514
  # @abstract
513
515
  def on_continue() end
data/ragweed.gemspec CHANGED
@@ -5,12 +5,12 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = %q{ragweed}
8
- s.version = "0.2.4"
8
+ s.version = "0.2.5"
9
9
  s.platform = %q{java}
10
10
 
11
11
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
12
12
  s.authors = ["tduehr", "struct", "tqbf"]
13
- s.date = %q{2011-07-26}
13
+ s.date = %q{2011-07-27}
14
14
  s.description = %q{General debugging tool written in Ruby for OSX/Win32/Linux}
15
15
  s.email = %q{td@matasano.com}
16
16
  s.extra_rdoc_files = [
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: ragweed
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.2.4
5
+ version: 0.2.5
6
6
  platform: java
7
7
  authors:
8
8
  - tduehr
@@ -12,7 +12,7 @@ autorequire:
12
12
  bindir: bin
13
13
  cert_chain: []
14
14
 
15
- date: 2011-07-26 00:00:00 -05:00
15
+ date: 2011-07-27 00:00:00 -05:00
16
16
  default_executable:
17
17
  dependencies: []
18
18