Skip to content

Commit

Permalink
Include .yardopts in gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
castwide committed Jan 23, 2018
1 parent 074324f commit 189e28a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .yardopts
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
lib/**/*.rb
-e lib/yard-solargraph.rb
2 changes: 1 addition & 1 deletion solargraph.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Gem::Specification.new do |s|
s.description = "IDE tools for code completion and inline documentation"
s.authors = ["Fred Snyder"]
s.email = '[email protected]'
s.files = Dir['lib/**/*'] + Dir['yardoc/**/*']
s.files = Dir['lib/**/*'] + Dir['yardoc/**/*'] + ['.yardopts']
s.homepage = 'http://solargraph.org'
s.license = 'MIT'
s.executables = ['solargraph', 'solargraph-runtime']
Expand Down

0 comments on commit 189e28a

Please sign in to comment.