Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Re-installing ruby fixed things for rmate =)
Errors: ``` $ /jhpce/shared/libd/core/rmate/1.5.10/rmate/bin/rmate --help `RubyGems' were not loaded. `error_highlight' was not loaded. `did_you_mean' was not loaded. `syntax_suggest' was not loaded. /jhpce/shared/libd/core/rmate/1.5.10/rmate/bin/rmate:7:in `require': cannot load such file -- optparse (LoadError) from /jhpce/shared/libd/core/rmate/1.5.10/rmate/bin/rmate:7:in `<main>' ``` Correct output: ``` $ /jhpce/shared/libd/core/rmate/1.5.10/rmate/bin/rmate --help Usage: rmate [options] --host=name Connect to host. Use 'auto' to detect the host from SSH. Defaults to localhost. -s, --unixsocket=name UNIX socket path. Takes precedence over host/port if the file exists Default ~/.rmate.socket -p, --port=# Port number to use for connection. Defaults to 52598. -w, --[no-]wait Wait for file to be closed by TextMate. -l, --line [NUMBER] Place caret on line [NUMBER] after loading file. -m, --name [NAME] The display name shown in TextMate. -t, --type [TYPE] Treat file as having [TYPE]. -f, --force Open even if the file is not writable. -k, --[no-]keep-focus Have TextMate retain window focus after file is closed. -v, --verbose Verbose logging messages. -h, --help Show this message. --version Show version. ```
- Loading branch information