Skip to content

Commit fbeb247

Browse files
committed
Test building packages
Also revert commit d22ca54 "Replaced non-ascii charactor. It fails version detection at `net-http.gemspec`."
1 parent d22ca54 commit fbeb247

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,7 @@ jobs:
2020
run: bundle install
2121
- name: Run test
2222
run: rake test
23+
- name: Build
24+
run: rake build
25+
env:
26+
LANG: C

lib/net/http.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ class HTTPHeaderSyntaxError < StandardError; end
656656
# - {:min_version=}[rdoc-ref:Net::HTTP#min_version=]:
657657
# Sets the minimum SSL version.
658658
# - {#peer_cert}[rdoc-ref:Net::HTTP#peer_cert]:
659-
# Returns the X509 certificate chain for the session's socket peer.
659+
# Returns the X509 certificate chain for the sessions socket peer.
660660
# - {:ssl_version}[rdoc-ref:Net::HTTP#ssl_version]:
661661
# Returns the SSL version.
662662
# - {:ssl_version=}[rdoc-ref:Net::HTTP#ssl_version=]:

0 commit comments

Comments
 (0)