ericallam / execjs-async

Enables asynchronous Javascript execution in ExecJS
12 stars 10 forks source link

Support ExecJS 1.4 #1

Closed Ajedi32 closed 10 years ago

Ajedi32 commented 11 years ago

Currently, execjs-async only supports ExecJS 1.1. It would be great if I could use the latest version of ExecJS with this gem.

ghost commented 10 years ago

+1.

Adding gem "execjs-async" to my Rails 4 Gemfile gives me

Bundler could not find compatible versions for gem "execjs":
  In Gemfile:
    execjs-async (>= 0) ruby depends on
      execjs (~> 1.1.0) ruby

    uglifier (>= 1.3.0) ruby depends on
      execjs (2.0.2)

My tests have shown that the gem works fine with ExecJS v2, too.

polmiro commented 10 years ago

+1

ericallam commented 10 years ago

Merged the PR and cut a new version of the gem that supports the newest execjs: https://rubygems.org/gems/execjs-async/versions/0.1.0