camertron / esprima-rb

Ruby wrapper around the Esprima static code analyzer for JavaScript.
Apache License 2.0
8 stars 4 forks source link

make jruby compatible #2

Closed bigloser closed 11 years ago

camertron commented 11 years ago

Looks like the Travis build is failing for JRuby - bundle install failed. Incompatible gem, maybe?

bigloser commented 11 years ago

I think we need a released version of escodegen-rb with jruby changes before we can expect this build to pass on CI.

camertron commented 11 years ago

Oh right, ok cool.

camertron commented 11 years ago

FYI, had a hard time getting tests to pass on Travis, decided to use ExecJS instead for both esprima-rb (1.4.0) and escodegen-rb (1.2.0). Tests pass now on travis and the two gems should work with any JavaScript runtime that ExecJS supports.