coffee-script 0.1.3 → 0.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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.3
4
+ version: 0.1.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jeremy Ashkenas
@@ -23,11 +23,11 @@ extra_rdoc_files: []
23
23
 
24
24
  files:
25
25
  - bin/coffee-script
26
- - examples/code.cs
27
- - examples/documents.cs
28
- - examples/poignant.cs
29
- - examples/syntax_errors.cs
30
- - examples/underscore.cs
26
+ - examples/code.coffee
27
+ - examples/documents.coffee
28
+ - examples/poignant.coffee
29
+ - examples/syntax_errors.coffee
30
+ - examples/underscore.coffee
31
31
  - lib/coffee-script.rb
32
32
  - lib/coffee_script/CoffeeScript.tmbundle/info.plist
33
33
  - lib/coffee_script/CoffeeScript.tmbundle/Preferences/CoffeeScript.tmPreferences
@@ -35,12 +35,12 @@ files:
35
35
  - lib/coffee_script/command_line.rb
36
36
  - lib/coffee_script/grammar.y
37
37
  - lib/coffee_script/lexer.rb
38
- - lib/coffee_script/narwhal/coffee-script.cs
38
+ - lib/coffee_script/narwhal/coffee-script.coffee
39
39
  - lib/coffee_script/narwhal/js/coffee-script.js
40
40
  - lib/coffee_script/narwhal/js/launcher.js
41
41
  - lib/coffee_script/narwhal/js/loader.js
42
- - lib/coffee_script/narwhal/launcher.cs
43
- - lib/coffee_script/narwhal/loader.cs
42
+ - lib/coffee_script/narwhal/launcher.coffee
43
+ - lib/coffee_script/narwhal/loader.coffee
44
44
  - lib/coffee_script/nodes.rb
45
45
  - lib/coffee_script/parse_error.rb
46
46
  - lib/coffee_script/parser.rb