From 04a4ef9f79d7f66c465b78a44ffc895a1929c0c4 Mon Sep 17 00:00:00 2001 From: James Mead Date: Sat, 22 Nov 2008 10:13:03 +0000 Subject: [PATCH] Gemspec requires 'rake' for FileList. --- mocha.gemspec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/mocha.gemspec b/mocha.gemspec index 4c818406b..b0c8cb32b 100644 --- a/mocha.gemspec +++ b/mocha.gemspec @@ -1,7 +1,9 @@ +require 'rake' + Gem::Specification.new do |s| s.name = "mocha" s.summary = "Mocking and stubbing library" - s.version = Mocha::VERSION + s.version = "0.9.2" s.platform = Gem::Platform::RUBY s.author = 'James Mead' s.description = <<-EOF