Displaying 2 results from an estimated 2 matches for "jgem".
Did you mean:
  gem
  
2008 Oct 31
4
RedCloth 4.1.0 released with JRuby support
Sorry it took me a week to release the JRuby version.  I was out sick  
most of the week.
Thanks a million, Ola Bini, for implementing the Java code!
Give it a go:
   Ruby:
     gem install RedCloth
   JRuby:
     jgem install RedCloth
Let me know how it goes for you.
Jason
2011 May 05
0
jruby PATH and RUBYOPTS integration
Hi,
I download the last jruby version and install the rspec gem using jgem
to install.
After it, I export RUBYOPTS=rubygems to guarantee that the spec can be
found.
Trying to run the spec by normal mode I got:
jonatas at branco:~/jruby-1.6.1$ jruby -S spec
LoadError: no such file to load -- spec/autorun
  require at org/jruby/RubyKernel.java:1038
   (root) at /usr/bin/...