Currently, I have the stable version of a gem (specifically, nanoc3) installed with RubyGems. However, I would like to fork the developer's repository to hack on some stuff. What's the recommended way to have a gem installed (it doesn't actually have to be installed in a technical sense, just somewhere that I can use it if I need to without redownloading) but still work on its repository (and have the repository's lib directory loaded into the Ruby path)?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
|||
|
|
|
What I ended up doing was building the gem inside the repo, installing it with |
|||
|
|