Skip to content

Commit

Permalink
Test building packages
Browse files Browse the repository at this point in the history
Also revert commit d22ca54 "Replaced
non-ascii charactor. It fails version detection at `net-http.gemspec`."
  • Loading branch information
nobu committed Mar 6, 2023
1 parent d22ca54 commit fbeb247
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,7 @@ jobs:
run: bundle install
- name: Run test
run: rake test
- name: Build
run: rake build
env:
LANG: C
2 changes: 1 addition & 1 deletion lib/net/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ class HTTPHeaderSyntaxError < StandardError; end
# - {:min_version=}[rdoc-ref:Net::HTTP#min_version=]:
# Sets the minimum SSL version.
# - {#peer_cert}[rdoc-ref:Net::HTTP#peer_cert]:
# Returns the X509 certificate chain for the session's socket peer.
# Returns the X509 certificate chain for the sessions socket peer.
# - {:ssl_version}[rdoc-ref:Net::HTTP#ssl_version]:
# Returns the SSL version.
# - {:ssl_version=}[rdoc-ref:Net::HTTP#ssl_version=]:
Expand Down

0 comments on commit fbeb247

Please sign in to comment.