Skip to content

Commit

Permalink
[feature:gem] Add yard development dependency (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
eonu committed May 3, 2019
1 parent 83430ea commit 6cb535b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions arx.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'thor', '~> 0.19.4'
spec.add_development_dependency 'rspec', '~> 3.7'
spec.add_development_dependency 'coveralls', '0.8.23'
spec.add_development_dependency 'yard', '~> 0.9', '>= 0.9.10'

spec.metadata = {
'source_code_uri' => spec.homepage,
Expand Down

0 comments on commit 6cb535b

Please sign in to comment.