From: Charles Oliver Nutter Date: 2010-11-19T15:50:09+09:00 Subject: Re: [ANN] JRuby 1.5.5 Released On Wed, Nov 10, 2010 at 1:11 PM, Joel VanderWerf 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 /bin) to get the new --profile flag. Catching up from the conference backlog these past couple months :) - Charlie