Reputation: 96957
I'm looking to replace MRI with JRuby for some scripts. Would it be enough to provide an ant buildfile and the JRuby jar for them? Would something else be needed ( beside the JDK of course )?
EDIT: when I'm saying "the JRuby jar", I'm meaning jruby-complete.jar.
Upvotes: 1
Views: 113
Reputation: 96957
Besides the JDK ( and the gems required by the application ) nothing else is required. JRuby complete has everything one needs.
Upvotes: 1