Skip to content

Commit

Permalink
Release 0.9.0.rc6
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed May 6, 2011
1 parent 50c670d commit f29c433
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions History.txt
@@ -1,3 +1,23 @@
== 0.9.0rc6 ==

* Fixes specs and features to run on Ruby 1.9.2
* No longer depend on Gem.latest_load_paths, as it is deprecated (and broken) with rubygems 1.8.0
* Removes gemspec deprecated default_executable setting (Duff OMelia)
* Doc updates (Richard Schneeman)

== 0.9.0rc5 ==

* Never expire magazine slaves (windows / jruby)

== 0.9.0rc4 ==

* Cucumber 0.9.0 support (Matt Wynne, Brian Cardarella)

* Windows spork fixes

* Fixes bug String#match? is not a method (thanks, Adam Anderson)


== 0.9.0 RC3 ==

* longer instructions in the bootstrap file (Jo Liss)
Expand Down
2 changes: 1 addition & 1 deletion spork.gemspec
@@ -1,7 +1,7 @@
require 'date'
Gem::Specification.new do |s|
s.name = %q{spork}
s.version = "0.9.0.rc5"
s.version = "0.9.0.rc6"

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

0 comments on commit f29c433

Please sign in to comment.