opal 1.1.1
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 (13):
benchmark-ips
< 2.8
bundler
>= 0
octokit
~> 4.9
rack
>= 0
rack-test
>= 0
rake
~> 13.0
rspec
~> 3.9
rubocop
~> 0.67.0
rubocop-performance
~> 1.1.0
selenium-webdriver
>= 0
sinatra
>= 0
sourcemap
~> 0.1.0
webrick
>= 0