Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Add gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dduugg committed Jan 5, 2020
1 parent 3d92749 commit 4607a25
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions yard-sorbet.gemspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Gem::Specification.new do |spec|
spec.name = 'yard-sorbet'
spec.author = 'Douglas Eichelberger'
spec.files = []
spec.summary = 'Create YARD docs from Sorbet type signatures'
spec.version = '0.0.0'
spec.description = <<~DESC
A YARD plugin that incorporates Sorbet type information
DESC
spec.email = '[email protected]'
spec.homepage = 'https://github.com/dduugg/yard-sorbet'
spec.license = 'Apache-2.0'
spec.add_development_dependency 'rubocop', '0.78.0'
spec.add_runtime_dependency 'yard', '~> 0.9'
spec.required_ruby_version = '>= 2.4.0'
end

0 comments on commit 4607a25

Please sign in to comment.