Skip to content

Commit

Permalink
0.5.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timcharper committed Jun 6, 2009
1 parent 08ad863 commit 9d7b8f6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions History.txt
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
:major: 0
:minor: 5
:patch: 0
:patch: 1
4 changes: 2 additions & 2 deletions spork.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -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 = ["[email protected]"]
Expand Down

0 comments on commit 9d7b8f6

Please sign in to comment.