From c1c5638014364e32357191d453718b9f471f69a2 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 6 Nov 2023 17:15:04 +0900 Subject: [PATCH] Removed obsolated Revision constant --- lib/net/http.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/net/http.rb b/lib/net/http.rb index 7154b45b..d49ba804 100644 --- a/lib/net/http.rb +++ b/lib/net/http.rb @@ -723,7 +723,6 @@ class HTTP < Protocol # :stopdoc: VERSION = "0.3.2" - Revision = %q$Revision$.split[1] HTTPVersion = '1.1' begin require 'zlib'