typescript-source 0.8.0 → 0.8.0.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -7,5 +7,9 @@ module TypeScript
7
7
  def self.compiler_bundled_path
8
8
  File.expand_path("../compiler.js", __FILE__)
9
9
  end
10
+
11
+ def self.lib_bundled_path
12
+ File.expand_path("../lib.d.ts", __FILE__)
13
+ end
10
14
  end
11
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: typescript-source
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.0.1
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -24,6 +24,7 @@ extra_rdoc_files: []
24
24
  files:
25
25
  - lib/typescript/typescript.js
26
26
  - lib/typescript/compiler.js
27
+ - lib/typescript/lib.d.ts
27
28
  - lib/typescript/source.rb
28
29
  homepage: http://typescriptlang.org
29
30
  licenses: []