RubyGems—how to find gem path
This is all you need to find the directory with the lastest version of the gem:
Gem.source_index.search("GEMNAME").last.full_gem_path
« IT Conversations—New Ideas Through Your Headphones | Main | Google Maps XML »
This is all you need to find the directory with the lastest version of the gem:
Gem.source_index.search("GEMNAME").last.full_gem_path
TrackBack URL for this entry:
http://www.typepad.com/t/trackback/3087162/31463292
Listed below are links to weblogs that reference RubyGems—how to find gem path:
Comments