Topic: Where to put .gem file in Windows in order to install
I am running Windows 7 and am trying to install the Mechanize gem. I have downloaded the .gem file from here:
http://rubygems.org/gems/mechanize
Now I don't know where in my file tree I should save it so that Ruby will recognize it when I attempt to install it.
I tried saving it in the general file C:\Ruby193 and got this message on attempting to install:
irb(main):001:0> gem install mechanize
NameError: undefined local variable or method `mechanize' for main:Object
from (irb):1
from C:/Ruby193/bin/irb:12:in `<main>'
I am an idiot when it comes to stuff like this and I could really use some help. Thanks!