Skip to content

Commit

Permalink
Release 0.9.0.rc3
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Feb 6, 2011
1 parent 6abdfbd commit bb5f17a
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions History.txt
@@ -1,3 +1,15 @@
== 0.9.0 RC3 ==

* longer instructions in the bootstrap file (Jo Liss)

* Remove random 'spookie' line (how did it get there? It's spookie.)

* require date for Date.today as some instances are found without it loaded

* show output each time spork is invoked

* jruby friendlier / windows friendlier (rogerdpack)

== 0.9.0 RC2 ==

* ignore exceptions raised by ActiveRecord establish_connection
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.rc2"
s.version = "0.9.0.rc3"

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 bb5f17a

Please sign in to comment.