I''m running Rails 2.0.2 on OS X 10.5.2. I''ve used gemsonrails
to freeze
memcache-client like so:
rake gems:freeze GEM=memcache-client VERSION=1.5.0
Now when I try to run any tests in my app, or run script/server, I get
the following error:
(in /Users/aaron/Documents/MacBookXP/svn-new/web/trunk/hbr)
ERROR: Please update
/Users/aaron/Documents/MacBookXP/svn-new/web/trunk/hbr/vendor/gems/memcache-client/init.rb
with the require path for linked RubyGem memcache-client
Has anyone run into this issue with gemsonrails?
I haven''t yet turned up anything with web searches here and on google.
The require_options in in my vendor/gems/memcache-client-1.5.0/init.rb
file is:
require_options = ["memcache-client", "memcache/client"]
and the lib directory under memcache-client-1.5.0 only contains
memcache.rb and memcache_util.rb. I''m not sure where to go from here.
Thanks!
- Aaron
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Ruby on Rails: Talk" group.
To post to this group, send email to
rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---