Skip to content

Commit

Permalink
Silence doc warnings during 'gem install net-http'
Browse files Browse the repository at this point in the history
Fix ruby#193

Reproduction steps:
gem build net-http.gemspec
mv net-http-0.5.0.gem ${HOME}
cd ${HOME}
gem install net-http-0.5.0.gem
  • Loading branch information
0x1eef committed Nov 21, 2024
1 parent cfbbb50 commit 58e13db
Show file tree
Hide file tree
Showing 5 changed files with 64 additions and 64 deletions.
2 changes: 1 addition & 1 deletion lib/net/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ class HTTPHeaderSyntaxError < StandardError; end
#
# == About the Examples
#
# :include: doc/net-http/examples.rdoc
# :include: ../../doc/net-http/examples.rdoc
#
# == Strategies
#
Expand Down
2 changes: 1 addition & 1 deletion lib/net/http/generic_request.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
#
# == About the Examples
#
# :include: doc/net-http/examples.rdoc
# :include: ../../../doc/net-http/examples.rdoc
#
class Net::HTTPGenericRequest

Expand Down
2 changes: 1 addition & 1 deletion lib/net/http/header.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
#
# == About the Examples
#
# :include: doc/net-http/examples.rdoc
# :include: ../../../doc/net-http/examples.rdoc
#
# == Fields
#
Expand Down
2 changes: 1 addition & 1 deletion lib/net/http/response.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# == About the Examples
#
# :include: doc/net-http/examples.rdoc
# :include: ../../../doc/net-http/examples.rdoc
#
# == Returned Responses
#
Expand Down
Loading

0 comments on commit 58e13db

Please sign in to comment.