Sha256: 83f0722e849320a201b14f872c0b8c094273305fc0006e28ca25fa30e497a135
Contents?: true
Size: 920 Bytes
Versions: 2
Compression:
Stored size: 920 Bytes
Contents
Ruby CoffeeScript Multi ======================= Ruby CoffeeScript is a bridge to the official CoffeeScript compiler. ```ruby available_versions = CoffeeScript.all_available_versions default_version = CoffeeScript.default_version CoffeeScript.compile_with_version default_version, File.read("script.coffee") ``` Installation ------------ ``` gem install coffee-script-multi ``` Dependencies ------------ ### JSON The `json` library is also required but is not explicitly stated as a gem dependency. If you're on Ruby 1.8 you'll need to install the `json` or `json_pure` gem. On Ruby 1.9, `json` is included in the standard library. ### ExecJS The [ExecJS](https://github.com/sstephenson/execjs) library is used to automatically choose the best JavaScript engine for your platform. Check out its [README](https://github.com/sstephenson/execjs/blob/master/README.md) for a complete list of supported engines.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
coffee-script-multi-0.1.1 | README.md |
coffee-script-multi-0.0.1 | README.md |