Skip to content

Instantly share code, notes, and snippets.

@jdunphy
Created March 25, 2010 20:12
Show Gist options
  • Save jdunphy/344050 to your computer and use it in GitHub Desktop.
Save jdunphy/344050 to your computer and use it in GitHub Desktop.
From 26916c011b5134d542632c98bd90fbe4769fa280 Mon Sep 17 00:00:00 2001
From: Jacob Dunphy <[email protected]>
Date: Thu, 25 Mar 2010 13:11:28 -0700
Subject: [PATCH] ! Add RubyInline as a dependency
---
Rakefile | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/Rakefile b/Rakefile
index ae18bf6..493af28 100644
--- a/Rakefile
+++ b/Rakefile
@@ -13,6 +13,7 @@ Hoe.spec 'zenprofile' do
extra_deps << 'ZenTest'
extra_deps << 'event_hook'
+ extra_deps << 'RubyInline'
end
# vim: syntax=ruby
--
1.6.5.3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment