CoffeeScript 0.1.6 -- bugfixes

This commit is contained in:
Jeremy Ashkenas
2009-12-27 12:49:11 -08:00
parent 7ae8687a3e
commit ac00a19514
7 changed files with 27 additions and 22 deletions

View File

@@ -9,7 +9,7 @@ require "coffee_script/parse_error"
# Namespace for all CoffeeScript internal classes.
module CoffeeScript
VERSION = '0.1.5' # Keep in sync with the gemspec.
VERSION = '0.1.6' # Keep in sync with the gemspec.
# Compile a script (String or IO) to JavaScript.
def self.compile(script, options={})