opal 0.11.4
Opal is a Ruby to JavaScript compiler. It is source-to-source, making it fast as a runtime. Opal includes a compiler (which can be run in any browser), a corelib and runtime implementation. The corelib/runtime is also very small.
Gemfile:
=
Copy to clipboard
Copied!
install:
=
Development Dependencies (11):
benchmark-ips
>= 0
bundler
~> 1.5
mspec
= 1.5.20
octokit
~> 2.4.0
opal-minitest
>= 0
racc
>= 0
rack-test
>= 0
rake
~> 10.0
rspec
~> 3.6.0
selenium-webdriver
>= 0
yard
~> 0.8.7