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'