Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release 0.7.1
  • Loading branch information
timcharper committed Sep 23, 2009
1 parent 129a9c8 commit b630818
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions History.txt
@@ -1,3 +1,9 @@
== 0.7.1

== fixes

* allow normal debugger to operate if tests not run within spork

== 0.7.0

== features
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 7
:patch: 0
:patch: 1
2 changes: 1 addition & 1 deletion spork.gemspec
Expand Up @@ -5,7 +5,7 @@

Gem::Specification.new do |s|
s.name = %q{spork}
s.version = "0.7.0"
s.version = "0.7.1"

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tim Harper"]
Expand Down

0 comments on commit b630818

Please sign in to comment.