Say, I am working to try modifying a gem I have partly installed,
locally, but
the gem documents don’t help me, so far, to learn how to look up and run
things.
I can see from the README how to reinstall from inside the source
directory,
but here are some questions:
Is it possible to look up older versions of the gem, that might
work, from
the repository, so that I could install one of them using --version ?
Is there a gem option to install from a local gem directory so that
this
could be done without the SA shell commands, but rather with a canonical
“gem”
sequence to do the ruby extconf.rb;make;make install
Is there a gem option to install from a local gem directory so that
this could be done without the SA shell commands, but rather with a
canonical “gem” sequence to do the ruby extconf.rb;make;make install
If by “local gem directory” you mean a directory containing gems you
downloaded, then yes. Just type “gem install -.gem”,
and RubyGems does its thing.
You cannot skip compiling, however, if that is a necessary step, as far
as I am aware of.
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.