ruby-hmac
ruby-hmac copied to clipboard
gem is unusable
added config.gem "ruby-hmac" in environment.rb
Then I run: rake gems:unpack
Then rake:gems:install
But when I ruby script:server I always got this error message:
Missing these required gems: ruby-hmac
You're running: ruby 1.8.7.249 at /Users/macbookpro/.rvm/rubies/ruby-1.8.7-p249/bin/ruby rubygems 1.3.6 at /Users/macbookpro/.rvm/gems/ruby-1.8.7-p249, /Users/macbookpro/.rvm/gems/ruby-1.8.7-p249%global
Run rake gems:install to install the missing gems.
use config.gem 'ruby-hmac', :lib => "ruby_hmac"