ruby-hmac icon indicating copy to clipboard operation
ruby-hmac copied to clipboard

gem is unusable

Open jaycode opened this issue 15 years ago • 1 comments

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.

jaycode avatar Oct 23 '10 16:10 jaycode

use config.gem 'ruby-hmac', :lib => "ruby_hmac"

gpetrica avatar Mar 11 '11 17:03 gpetrica