coffee-script-source 0.9.4.1 → 0.9.5
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/coffee_script/coffee-script.js +2 -463
- metadata +5 -6
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: coffee-script-source
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 49
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 9
|
9
|
-
-
|
10
|
-
|
11
|
-
version: 0.9.4.1
|
9
|
+
- 5
|
10
|
+
version: 0.9.5
|
12
11
|
platform: ruby
|
13
12
|
authors:
|
14
13
|
- Jeremy Ashkenas
|
@@ -16,11 +15,11 @@ autorequire:
|
|
16
15
|
bindir: bin
|
17
16
|
cert_chain: []
|
18
17
|
|
19
|
-
date: 2010-
|
18
|
+
date: 2010-11-21 00:00:00 -05:00
|
20
19
|
default_executable:
|
21
20
|
dependencies: []
|
22
21
|
|
23
|
-
description: " CoffeeScript is a little language that compiles into JavaScript
|
22
|
+
description: " CoffeeScript is a little language that compiles into JavaScript.\n Underneath all of those embarrassing braces and semicolons,\n JavaScript has always had a gorgeous object model at its heart.\n CoffeeScript is an attempt to expose the good parts of JavaScript\n in a simple way.\n"
|
24
23
|
email: jashkenas@gmail.com
|
25
24
|
executables: []
|
26
25
|
|