coffee-script 0.1.1 → 0.1.2

Sign up to get free protection for your applications and to get access to all the features.
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coffee-script
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.1
4
+ version: 0.1.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Ashkenas
@@ -23,6 +23,7 @@ extra_rdoc_files: []
23
23
 
24
24
  files:
25
25
  - bin/coffee-script
26
+ - bin/cs
26
27
  - examples/code.cs
27
28
  - examples/documents.cs
28
29
  - examples/poignant.cs
@@ -37,6 +38,7 @@ files:
37
38
  - lib/coffee_script/lexer.rb
38
39
  - lib/coffee_script/nodes.rb
39
40
  - lib/coffee_script/parse_error.rb
41
+ - lib/coffee_script/parser.output
40
42
  - lib/coffee_script/parser.rb
41
43
  - lib/coffee_script/scope.rb
42
44
  - lib/coffee_script/value.rb