When I try to include the library in the command line, I get LoadError messages
$ ruby -v ruby 1.8.7 (2012-06-29 patchlevel 370) $ gem list | grep coderay_bash coderay_bash (1.0.2) $ ruby -rcoderay_bash /bin/coderay -v ruby: no such file to load -- coderay_bash (LoadError) $ ruby -rubygems -rcoderay_bash /bin/coderay -v ruby: no such file to load -- coderay_bash (LoadError)
It works with ruby 1.9.2
$ ruby -v ruby 1.9.2p290 (2011-07-09) $ ruby -rcoderay_bash /bin/coderay -v CodeRay 1.0.7
source share