File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -6,15 +6,15 @@ TODO: Write a gem description
66
77Add this line to your application's Gemfile:
88
9- gem 'typescript-node-ruby '
9+ gem 'typescript-node'
1010
1111And then execute:
1212
1313 $ bundle
1414
1515Or install it yourself as:
1616
17- $ gem install typescript-node-ruby
17+ $ gem install typescript-node
1818
1919## Usage
2020
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Gem::Specification.new do |gem|
6677 gem . description = %q{TypeScript ruby interface using Node.js}
88 gem . summary = %q{TypeScript ruby interface using Node.js}
9- gem . homepage = ""
9+ gem . homepage = "https://github.com/tkawachi/typescript-node-ruby "
1010
1111 gem . files = `git ls-files` . split ( $\)
1212 gem . executables = gem . files . grep ( %r{^bin/} ) . map { |f | File . basename ( f ) }
You can’t perform that action at this time.
0 commit comments