diff options
author | Daniel DeLeo <dan@opscode.com> | 2010-02-05 11:23:06 -0800 |
---|---|---|
committer | Daniel DeLeo <dan@opscode.com> | 2010-02-05 11:23:06 -0800 |
commit | 6a5ea5bb789f866873664a0e07d52aa4c89e9f98 (patch) | |
tree | 38b5b660e53e79d4105f4ca19691580ee6a92a59 /Rakefile | |
parent | 273e8b199ed95af4bc653c42199e6a2b76ab4ac3 (diff) | |
download | mixlib-authentication-6a5ea5bb789f866873664a0e07d52aa4c89e9f98.tar.gz |
remove dangling gem dep on ruby-hmac
Diffstat (limited to 'Rakefile')
-rw-r--r-- | Rakefile | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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' |