ruby/lib/net/http
Nobuyoshi Nakada b2d96abb42 Extract version number from the source
"requiring version.rb" strategy has some issues.

- cannot work when cross-compiling
- often introduces wrong namespace
- must know the superclasses
- costs at each runtime than at build-time

etc.
2020-07-30 19:03:18 +09:00
..
backward.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
exceptions.rb Get rid of warnings of test/spec 2018-06-14 09:01:38 +00:00
generic_request.rb Improve Net::HTTP docs: 2019-10-26 10:24:20 -07:00
header.rb Improve documentation for Net::HTTPHeader#set_form [ci skip] 2020-05-27 13:13:46 -07:00
net-http.gemspec Extract version number from the source 2020-07-30 19:03:18 +09:00
proxy_delta.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
request.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
requests.rb Add frozen_string_literal: false for all files 2015-12-16 05:07:31 +00:00
response.rb Fix error raised by Net::HTTPResponse#inflater if the block raises 2020-05-31 12:48:14 +02:00
responses.rb Use `Net::HTTPClientException` instead of `Net::HTTPServerException` 2018-06-06 12:13:16 +00:00
status.rb Remove uselsess shebang 2019-10-09 12:41:41 +09:00