summaryrefslogtreecommitdiff
path: root/Rakefile
diff options
context:
space:
mode:
authorDaniel DeLeo <dan@opscode.com>2010-02-05 11:23:06 -0800
committerDaniel DeLeo <dan@opscode.com>2010-02-05 11:23:06 -0800
commit6a5ea5bb789f866873664a0e07d52aa4c89e9f98 (patch)
tree38b5b660e53e79d4105f4ca19691580ee6a92a59 /Rakefile
parent273e8b199ed95af4bc653c42199e6a2b76ab4ac3 (diff)
downloadmixlib-authentication-6a5ea5bb789f866873664a0e07d52aa4c89e9f98.tar.gz
remove dangling gem dep on ruby-hmac
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/Rakefile b/Rakefile
index 9d7ec4b..6e7db5c 100644
--- a/Rakefile
+++ b/Rakefile
@@ -25,7 +25,6 @@ spec = Gem::Specification.new do |s|
s.homepage = HOMEPAGE
# Uncomment this to add a dependency
- s.add_dependency "ruby-hmac"
s.add_dependency "mixlib-log"
s.require_path = 'lib'