coffee-script-source 1.6.3 → 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 +7517 -6
  3. metadata +14 -14
metadata CHANGED
@@ -1,20 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: coffee-script-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.3
5
- prerelease:
4
+ version: 1.12.2
6
5
  platform: ruby
7
6
  authors:
8
7
  - Jeremy Ashkenas
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2013-07-04 00:00:00.000000000 Z
11
+ date: 2016-12-16 00:00:00.000000000 Z
13
12
  dependencies: []
14
- description: ! " CoffeeScript is a little language that compiles into JavaScript.\n
15
- \ Underneath all of those embarrassing braces and semicolons,\n JavaScript
16
- has always had a gorgeous object model at its heart.\n CoffeeScript is an attempt
17
- to expose the good parts of JavaScript\n in a simple way.\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.
18
19
  email: jashkenas@gmail.com
19
20
  executables: []
20
21
  extensions: []
@@ -22,29 +23,28 @@ extra_rdoc_files: []
22
23
  files:
23
24
  - lib/coffee_script/coffee-script.js
24
25
  - lib/coffee_script/source.rb
25
- homepage: http://jashkenas.github.com/coffee-script/
26
+ homepage: http://coffeescript.org
26
27
  licenses:
27
28
  - MIT
29
+ metadata: {}
28
30
  post_install_message:
29
31
  rdoc_options: []
30
32
  require_paths:
31
33
  - lib
32
34
  required_ruby_version: !ruby/object:Gem::Requirement
33
- none: false
34
35
  requirements:
35
- - - ! '>='
36
+ - - ">="
36
37
  - !ruby/object:Gem::Version
37
38
  version: '0'
38
39
  required_rubygems_version: !ruby/object:Gem::Requirement
39
- none: false
40
40
  requirements:
41
- - - ! '>='
41
+ - - ">="
42
42
  - !ruby/object:Gem::Version
43
43
  version: '0'
44
44
  requirements: []
45
45
  rubyforge_project: coffee-script-source
46
- rubygems_version: 1.8.23
46
+ rubygems_version: 2.5.1
47
47
  signing_key:
48
- specification_version: 3
48
+ specification_version: 4
49
49
  summary: The CoffeeScript Compiler
50
50
  test_files: []