From e1945017440f94e521e69c4bf824417c166af062 Mon Sep 17 00:00:00 2001 From: Tim Harper Date: Mon, 11 Apr 2011 11:50:23 -0600 Subject: [PATCH] release 0.9.0.rc5 --- features/gemfiles/rails3.0/Gemfile.lock | 2 +- spork.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/features/gemfiles/rails3.0/Gemfile.lock b/features/gemfiles/rails3.0/Gemfile.lock index bb99c98..d2fd81d 100644 --- a/features/gemfiles/rails3.0/Gemfile.lock +++ b/features/gemfiles/rails3.0/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: /Users/timcharper/projects/spork specs: - spork (0.9.0.rc2) + spork (0.9.0.rc5) GEM remote: http://rubygems.org/ diff --git a/spork.gemspec b/spork.gemspec index cfc339f..05c9c7d 100644 --- a/spork.gemspec +++ b/spork.gemspec @@ -1,7 +1,7 @@ require 'date' Gem::Specification.new do |s| s.name = %q{spork} - s.version = "0.9.0.rc4" + s.version = "0.9.0.rc5" s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version= s.authors = ["Tim Harper", "Donald Parish"]