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.
Files changed (2) hide show
  1. data/lib/coffee_script/coffee-script.js +2 -463
  2. 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: 21
4
+ hash: 49
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 9
9
- - 4
10
- - 1
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-09-21 00:00:00 -05:00
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. Think\n of it as JavaScript's less ostentatious kid brother -- the same genes,\n roughly the same height, but a different sense of style. Apart from a\n handful of bonus goodies, statements in CoffeeScript correspond\n one-to-one with their equivalent in JavaScript, it's just another\n way of saying it.\n"
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