File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v1.6.2 2015-09-30 12:14:00+0300
2+ * Updated typescript-src gem version to v1.6.2
3+
14## v1.4.1 2015-07-06 22:36:25+0300
25
36* Added stdout to output when Typescript compilation error occurs
Original file line number Diff line number Diff line change 11module TypeScript
22 module Node
3- VERSION = '1.4.1 '
3+ VERSION = '1.6.2 '
44 end
55end
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
1616 gem . require_paths = [ "lib" ]
1717 gem . version = TypeScript ::Node ::VERSION
1818
19- gem . add_dependency 'typescript-src' , '~> 1.4.1 '
19+ gem . add_dependency 'typescript-src' , '~> 1.6.2 '
2020 gem . add_development_dependency 'rake'
2121
2222 gem . required_ruby_version = '>= 1.9.3'
You can’t perform that action at this time.
0 commit comments