From 66d266244c00c1f9ffcfbd2970386e0adcc2512a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 6 Nov 2023 17:15:04 +0900 Subject: [ruby/net-http] Removed obsolated Revision constant https://github.com/ruby/net-http/commit/c1c5638014 --- lib/net/http.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/net/http.rb b/lib/net/http.rb index 41e1c8b7dc..c04466deef 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -723,7 +723,6 @@ module Net #:nodoc: # :stopdoc: VERSION = "0.3.2" - Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin require 'zlib' -- cgit v1.2.3