Skip to content

Commit

Permalink
Merge pull request #1269 from dduugg/rm-post_install_message
Browse files Browse the repository at this point in the history
rm post_install_message
  • Loading branch information
lsegal authored Jul 31, 2019
2 parents 258821c + 2def8e5 commit 890d4ad
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions yard.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,4 @@ Gem::Specification.new do |s|
s.executables = ['yard', 'yardoc', 'yri']
s.license = 'MIT' if s.respond_to?(:license=)
s.metadata['yard.run'] = 'yri'
s.post_install_message = <<-eof
--------------------------------------------------------------------------------
As of YARD v0.9.2:
RubyGems "--document=yri,yard" hooks are now supported. You can auto-configure
YARD to automatically build the yri index for installed gems by typing:
$ yard config --gem-install-yri
See `yard config --help` for more information on RubyGems install hooks.
You can also add the following to your .gemspec to have YARD document your gem
on install:
spec.metadata["yard.run"] = "yri" # use "yard" to build full HTML docs.
--------------------------------------------------------------------------------
eof
end

0 comments on commit 890d4ad

Please sign in to comment.