Skip to content

Commit

Permalink
0.5.10 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Aug 31, 2009
1 parent 95f72f9 commit db4bfc1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 7 deletions.
12 changes: 11 additions & 1 deletion History.txt
@@ -1,4 +1,14 @@
== 0.5.9 (In Git)
== 0.5.10

=== Bugfixes

* bugfix: no-longer load cucumber when rspec is being used

=== Notably

* refactoring. TestFramework class extracted from Server (should've been that way from the beginning). Runner no longer handling TestFramework selection logic, extracted that to a factory method. Hurray for refactoring.

== 0.5.9

=== Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 5
:patch: 9
:patch: 10
7 changes: 2 additions & 5 deletions spork.gemspec
@@ -1,15 +1,12 @@
# Generated by jeweler
# DO NOT EDIT THIS FILE
# Instead, edit Jeweler::Tasks in Rakefile, and run `rake gemspec`
# -*- encoding: utf-8 -*-

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

s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
s.authors = ["Tim Harper"]
s.date = %q{2009-08-18}
s.date = %q{2009-08-31}
s.default_executable = %q{spork}
s.description = %q{A forking Drb spec server}
s.email = ["timcharper+spork@gmail.com"]
Expand Down

0 comments on commit db4bfc1

Please sign in to comment.