Rawr - include gems?

Hi all,

First thing first: I’m quite new to ruby.
I have a small project (a little toy compiler), written in jruby. I’d
like to make a jar out of it, so I tried rawr, but I couldn’t seem to
get the thing right.
The problem is that is uses two gems (parslet and bitescript), and I
don’t really know how to include them.
The goal would be to be able to run the jar in an environment with no
jruby at all, let alone the gems.
Is that possible? If so, can you please help me with it?

Many thanks,
Zs

Zs