diff --git a/coffee-script.gemspec b/coffee-script.gemspec index 1f7ae5c1..2f777361 100644 --- a/coffee-script.gemspec +++ b/coffee-script.gemspec @@ -1,7 +1,7 @@ Gem::Specification.new do |s| s.name = 'coffee-script' s.version = '0.2.0' # Keep version in sync with coffee-script.rb - s.date = '2010-1-3' + s.date = '2010-1-5' s.homepage = "http://jashkenas.github.com/coffee-script/" s.summary = "The CoffeeScript Compiler" diff --git a/documentation/index.html.erb b/documentation/index.html.erb index 6ba321da..b7512c52 100644 --- a/documentation/index.html.erb +++ b/documentation/index.html.erb @@ -109,6 +109,8 @@ Underscore.coffee, a port of Underscore.js to CoffeeScript, which, when compiled, can pass the complete Underscore test suite. + Or, clone the source and take a look in the + examples folder.

Installation and Usage

diff --git a/index.html b/index.html index 914f6a18..3dcc294d 100644 --- a/index.html +++ b/index.html @@ -201,6 +201,8 @@ cubed_list = (function() { Underscore.coffee, a port of Underscore.js to CoffeeScript, which, when compiled, can pass the complete Underscore test suite. + Or, clone the source and take a look in the + examples folder.

Installation and Usage