type-script-source 1.8.9
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.
- checksums.yaml +7 -0
- data/lib/type_script/source.rb +11 -0
- data/lib/type_script/typescript.js +54796 -0
- metadata +48 -0
metadata
ADDED
@@ -0,0 +1,48 @@
|
|
1
|
+
--- !ruby/object:Gem::Specification
|
2
|
+
name: type-script-source
|
3
|
+
version: !ruby/object:Gem::Version
|
4
|
+
version: 1.8.9
|
5
|
+
platform: ruby
|
6
|
+
authors:
|
7
|
+
- Gyuchang Jun
|
8
|
+
autorequire:
|
9
|
+
bindir: bin
|
10
|
+
cert_chain: []
|
11
|
+
date: 2016-03-17 00:00:00.000000000 Z
|
12
|
+
dependencies: []
|
13
|
+
description: |2
|
14
|
+
TypeScript lets you write JavaScript the way you really want to.
|
15
|
+
TypeScript is a typed superset of JavaScript that compiles to plain JavaScript.
|
16
|
+
Any browser. Any host. Any OS. Open Source.
|
17
|
+
email: gyuchang@gmail.com
|
18
|
+
executables: []
|
19
|
+
extensions: []
|
20
|
+
extra_rdoc_files: []
|
21
|
+
files:
|
22
|
+
- lib/type_script/source.rb
|
23
|
+
- lib/type_script/typescript.js
|
24
|
+
homepage: http://typescriptlang.org
|
25
|
+
licenses:
|
26
|
+
- MIT
|
27
|
+
metadata: {}
|
28
|
+
post_install_message:
|
29
|
+
rdoc_options: []
|
30
|
+
require_paths:
|
31
|
+
- lib
|
32
|
+
required_ruby_version: !ruby/object:Gem::Requirement
|
33
|
+
requirements:
|
34
|
+
- - ">="
|
35
|
+
- !ruby/object:Gem::Version
|
36
|
+
version: '0'
|
37
|
+
required_rubygems_version: !ruby/object:Gem::Requirement
|
38
|
+
requirements:
|
39
|
+
- - ">="
|
40
|
+
- !ruby/object:Gem::Version
|
41
|
+
version: '0'
|
42
|
+
requirements: []
|
43
|
+
rubyforge_project: type-script-source
|
44
|
+
rubygems_version: 2.4.5
|
45
|
+
signing_key:
|
46
|
+
specification_version: 4
|
47
|
+
summary: The TypeScript Compiler
|
48
|
+
test_files: []
|