webrick 1.9.1 → 1.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d133a0575bc3ed8393d991def2829498130eac921b9485e47d00a6259ec00fe6
4
- data.tar.gz: 2e8da0c038c346abc67b325c41408199eb6475ee7fad9a155c67330ca15c5aed
3
+ metadata.gz: 104755694f1e1b4dfc363f9c8d29840ff556fc99c143bc38437660462754f955
4
+ data.tar.gz: 67975b5ced34a9641f175d103f37ea9da1b72d7ff41769deaf754c8118a57608
5
5
  SHA512:
6
- metadata.gz: c5f68a58deca28be7dbde1b557a17a16f9d69c244c567830b89b22c26689db8b28e6a69097e6f47fc3d50d9caea69c691ead0468ef13777081aaf03e0d7c46f2
7
- data.tar.gz: b9c35a51cf9d662d2151dd40d79c2cceebe5404fe5e8464cd666eff3127729a7225b728e78f59bfc08ea545b4de1046dad1c08a65e1e2fd402e91a0c53a264e6
6
+ metadata.gz: 5860494531253661e81fb67cef9920fb1b87f829731b74490aced5a67cd1ab710823287457f915feb4091f8050dc2a0a035b8a27ec146fcc1d67ab4170a1c903
7
+ data.tar.gz: 772e1d768f7018ff72c2e300ae281f14d9ebc712d3b5026105506a450676b41e0a85959227bf0b92c10260854e74f2c4b04b6f14663529889805bb2d61901c0a
@@ -174,8 +174,7 @@ module WEBrick
174
174
  if svrs[0].include? sp
175
175
  # swallow shutdown pipe
176
176
  buf = String.new
177
- nil while String ===
178
- sp.read_nonblock([sp.nread, 8].max, buf, exception: false)
177
+ nil while String === sp.read_nonblock(8, buf, exception: false)
179
178
  break
180
179
  end
181
180
  svrs[0].each{|svr|
@@ -14,5 +14,5 @@ module WEBrick
14
14
  ##
15
15
  # The WEBrick version
16
16
 
17
- VERSION = "1.9.1"
17
+ VERSION = "1.9.2"
18
18
  end
metadata CHANGED
@@ -1,22 +1,21 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: webrick
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.9.1
4
+ version: 1.9.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - TAKAHASHI Masayoshi
8
8
  - GOTOU YUUZOU
9
9
  - Eric Wong
10
- autorequire:
11
10
  bindir: bin
12
11
  cert_chain: []
13
- date: 2024-12-02 00:00:00.000000000 Z
12
+ date: 1980-01-02 00:00:00.000000000 Z
14
13
  dependencies: []
15
14
  description: WEBrick is an HTTP server toolkit that can be configured as an HTTPS
16
15
  server, a proxy server, and a virtual-host server.
17
16
  email:
18
- -
19
- -
17
+ -
18
+ -
20
19
  - normal@ruby-lang.org
21
20
  executables: []
22
21
  extensions: []
@@ -103,7 +102,6 @@ licenses:
103
102
  - BSD-2-Clause
104
103
  metadata:
105
104
  bug_tracker_uri: https://github.com/ruby/webrick/issues
106
- post_install_message:
107
105
  rdoc_options: []
108
106
  require_paths:
109
107
  - lib
@@ -118,8 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
118
116
  - !ruby/object:Gem::Version
119
117
  version: '0'
120
118
  requirements: []
121
- rubygems_version: 3.5.11
122
- signing_key:
119
+ rubygems_version: 3.6.9
123
120
  specification_version: 4
124
121
  summary: HTTP server toolkit
125
122
  test_files: []