From 8f4227b664d8e74fc81adf0b31b2951c40fce0ea Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 6 Nov 2024 17:37:40 +0900 Subject: [PATCH] [ruby/open-uri] Bump up v0.5.0 https://github.com/ruby/open-uri/commit/8f5a4ef6f9 --- lib/open-uri.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open-uri.rb b/lib/open-uri.rb index f2eddbcd2b..de710af261 100644 --- a/lib/open-uri.rb +++ b/lib/open-uri.rb @@ -91,7 +91,7 @@ end module OpenURI - VERSION = "0.4.1" + VERSION = "0.5.0" Options = { :proxy => true,