On Fri, Nov 19, 2010 at 12:50 AM, Charles Oliver Nutter <headius / headius.com> wrote: > On Wed, Nov 10, 2010 at 1:11 PM, Joel VanderWerf > <joelvanderwerf / gmail.com> wrote: >> What output are we supposed to see? I just installed 1.5.5 and --profile >> doesn't seem to generate anything. >> >> $ jruby -v >> jruby 1.5.5 (ruby 1.8.7 patchlevel 249) (2010-11-10 4bd4200) (Java >> HotSpot(TM) 64-Bit Server VM 1.6.0_22) [amd64-java] > > Yeah, sorry about that. There's an update to the jruby-launcher gem > (our native executable) that has not gotten released yet. If you like > you can build it yourself from the repo at > github.com/vvs/jruby-launcher (make ; cp jruby <jruby home>/bin) to > get the new --profile flag. > > Catching up from the conference backlog these past couple months :) Actually, all you need to do is "gem install jruby-launcher" to get the new version. /Nick