diff --git a/History.txt b/History.txt index faf9c6e..364e2f7 100644 --- a/History.txt +++ b/History.txt @@ -1,3 +1,11 @@ +== 0.5.1 2009-06-05 + + === Bugfixes + + * "Trapped" ApplicationController loading wasn't working in Rails 2.1.0. + * Rails 2.0.2 blew up. + * Rails 2.3.2, 2.2.2, 2.1.2, 2.1.1, 2.1.0, 2.0.2 are all verified and tested (rake test_rails tests all 2.x rails gems you've installed) + == 0.5.0 2009-06-05 === New Features diff --git a/VERSION.yml b/VERSION.yml index 4544c35..fa644f8 100644 --- a/VERSION.yml +++ b/VERSION.yml @@ -1,4 +1,4 @@ --- :major: 0 :minor: 5 -:patch: 0 +:patch: 1 diff --git a/spork.gemspec b/spork.gemspec index 8be22c0..a5c5ca1 100644 --- a/spork.gemspec +++ b/spork.gemspec @@ -2,11 +2,11 @@ Gem::Specification.new do |s| s.name = %q{spork} - s.version = "0.5.0" + s.version = "0.5.1" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tim Harper"] - s.date = %q{2009-06-05} + s.date = %q{2009-06-06} s.default_executable = %q{spork} s.description = %q{A forking Drb spec server} s.email = ["timcharper+spork@gmail.com"]