File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11module TypeScript
22 module Node
3- VERSION = "0.0.5 "
3+ VERSION = "0.0.6 "
44 end
55end
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ module Node
1010
1111 its ( :exit_status ) { should == 0 }
1212 it { should be_success }
13- its ( :js ) { should == "console.log(\" Hello TypeScript\" );\r \ n " }
13+ its ( :js ) { should == "console.log(\" Hello TypeScript\" );\n " }
1414 its ( :stdout ) { should == "" }
1515 its ( :stderr ) { should == "" }
1616 end
Original file line number Diff line number Diff line change @@ -15,5 +15,5 @@ Gem::Specification.new do |gem|
1515 gem . require_paths = [ "lib" ]
1616 gem . version = TypeScript ::Node ::VERSION
1717
18- gem . add_dependency 'typescript-src' , '~> 0.8 '
18+ gem . add_dependency 'typescript-src' , '~> 1.0 '
1919end
You can’t perform that action at this time.
0 commit comments