coffee-script-source 0.9.4.0 → 1.12.2

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.
Files changed (3) hide show
  1. checksums.yaml +7 -0
  2. data/lib/coffee_script/coffee-script.js +7518 -464
  3. metadata +27 -46
metadata CHANGED
@@ -1,69 +1,50 @@
1
- --- !ruby/object:Gem::Specification
1
+ --- !ruby/object:Gem::Specification
2
2
  name: coffee-script-source
3
- version: !ruby/object:Gem::Version
4
- hash: 23
5
- prerelease: false
6
- segments:
7
- - 0
8
- - 9
9
- - 4
10
- - 0
11
- version: 0.9.4.0
3
+ version: !ruby/object:Gem::Version
4
+ version: 1.12.2
12
5
  platform: ruby
13
- authors:
6
+ authors:
14
7
  - Jeremy Ashkenas
15
8
  autorequire:
16
9
  bindir: bin
17
10
  cert_chain: []
18
-
19
- date: 2010-09-21 00:00:00 -05:00
20
- default_executable:
11
+ date: 2016-12-16 00:00:00.000000000 Z
21
12
  dependencies: []
22
-
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"
13
+ description: |2
14
+ CoffeeScript is a little language that compiles into JavaScript.
15
+ Underneath all of those embarrassing braces and semicolons,
16
+ JavaScript has always had a gorgeous object model at its heart.
17
+ CoffeeScript is an attempt to expose the good parts of JavaScript
18
+ in a simple way.
24
19
  email: jashkenas@gmail.com
25
20
  executables: []
26
-
27
21
  extensions: []
28
-
29
22
  extra_rdoc_files: []
30
-
31
- files:
23
+ files:
32
24
  - lib/coffee_script/coffee-script.js
33
25
  - lib/coffee_script/source.rb
34
- has_rdoc: true
35
- homepage: http://jashkenas.github.com/coffee-script/
36
- licenses: []
37
-
26
+ homepage: http://coffeescript.org
27
+ licenses:
28
+ - MIT
29
+ metadata: {}
38
30
  post_install_message:
39
31
  rdoc_options: []
40
-
41
- require_paths:
32
+ require_paths:
42
33
  - lib
43
- required_ruby_version: !ruby/object:Gem::Requirement
44
- none: false
45
- requirements:
34
+ required_ruby_version: !ruby/object:Gem::Requirement
35
+ requirements:
46
36
  - - ">="
47
- - !ruby/object:Gem::Version
48
- hash: 3
49
- segments:
50
- - 0
51
- version: "0"
52
- required_rubygems_version: !ruby/object:Gem::Requirement
53
- none: false
54
- requirements:
37
+ - !ruby/object:Gem::Version
38
+ version: '0'
39
+ required_rubygems_version: !ruby/object:Gem::Requirement
40
+ requirements:
55
41
  - - ">="
56
- - !ruby/object:Gem::Version
57
- hash: 3
58
- segments:
59
- - 0
60
- version: "0"
42
+ - !ruby/object:Gem::Version
43
+ version: '0'
61
44
  requirements: []
62
-
63
45
  rubyforge_project: coffee-script-source
64
- rubygems_version: 1.3.7
46
+ rubygems_version: 2.5.1
65
47
  signing_key:
66
- specification_version: 3
48
+ specification_version: 4
67
49
  summary: The CoffeeScript Compiler
68
50
  test_files: []
69
-