summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorAdam Jacob <adam@opscode.com>2009-08-18 13:55:17 -0700
committerAdam Jacob <adam@opscode.com>2009-08-18 13:55:17 -0700
commitc02e65ded3c491a06fd402429c9ad051aad06bc7 (patch)
tree1ef6d17415d2802addc1bbb4ac1d7f227d5cf6e5 /Rakefile
parent85bf1738dbbfabb3a5c3bc9658550f98d203ed93 (diff)
downloadmixlib-authentication-c02e65ded3c491a06fd402429c9ad051aad06bc7.tar.gz
Adding dependencies to the Rakefile
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 2bf557f..87c3312 100644
--- a/Rakefile
+++ b/Rakefile
@@ -26,7 +26,8 @@ spec = Gem::Specification.new do |s|
s.homepage = HOMEPAGE
# Uncomment this to add a dependency
- # s.add_dependency "foo"
+ s.add_dependency "ruby-hmac"
+ s.add_dependency "mixlib-log"
s.require_path = 'lib'
s.autorequire = GEM