Skip to content

Instantly share code, notes, and snippets.

@neilc-ygt
Created March 24, 2011 17:55
Show Gist options
  • Save neilc-ygt/885525 to your computer and use it in GitHub Desktop.
Save neilc-ygt/885525 to your computer and use it in GitHub Desktop.
From 1ff9a583d55faea24c283ff272841b05ad8442d7 Mon Sep 17 00:00:00 2001
From: Neil Chandler <neilc@yourgolftravel.com>
Date: Thu, 24 Mar 2011 17:39:12 +0000
Subject: [PATCH] Added dependency to Rakefile
---
Rakefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Rakefile b/Rakefile
index 4b707be..20de364 100644
--- a/Rakefile
+++ b/Rakefile
@@ -20,6 +20,7 @@ begin
s.has_rdoc = true
s.extra_rdoc_files = %w(README.rdoc MIT-LICENSE.txt)
s.rubyforge_project = 'email-spec'
+ s.add_dependency "rspec"
end
rescue LoadError
puts "Jeweler not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
--
1.7.0.4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment