Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove YARD options from the gemspec rdoc_options to avoid
breakage on systems without YARD installed.
  • Loading branch information
ged committed Mar 3, 2011
1 parent c9a4bfd commit 4b93b43
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Rakefile
Expand Up @@ -52,8 +52,6 @@ hoespec = Hoe.spec 'bluecloth' do
self.require_ruby_version( '>=1.8.7' )

self.hg_sign_tags = true if self.respond_to?( :hg_sign_tags= )
self.yard_opts = [ '--protected', '--verbose' ] if self.respond_to?( :yard_opts= )

self.rdoc_locations << "deveiate:/usr/local/www/public/code/#{remote_rdoc_dir}"
end

Expand Down

0 comments on commit 4b93b43

Please sign in to comment.