#gem
2 posts tagged gem. Clear filter
-
Running Gem Server to View Docs for Ruby Libraries on Localhost
will boot up documentation on port 8808 by default pass it the -p flag followed by the port number to change.
-
Gem Information with Gem List
If you want to get version information about a gem the easiest way to do it is with this command For example will output the activemerchant versions I have installed. You can pass only part of the...