[前][次][番号順一覧][スレッド一覧]

ruby-changes:69307

From: Hiroshi <ko1@a...>
Date: Thu, 21 Oct 2021 21:20:12 +0900 (JST)
Subject: [ruby-changes:69307] 8ef125c838 (master): [ruby/uri] Bump up uri version to 0.11.0

https://git.ruby-lang.org/ruby.git/commit/?id=8ef125c838

From 8ef125c838fdcc1ef5581667b0b3b8d6441cd830 Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Thu, 21 Oct 2021 15:53:55 +0900
Subject: [ruby/uri] Bump up uri version to 0.11.0

https://github.com/ruby/uri/commit/1619f713e6
---
 lib/uri/version.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/uri/version.rb b/lib/uri/version.rb
index 41da51d844..82188e25ad 100644
--- a/lib/uri/version.rb
+++ b/lib/uri/version.rb
@@ -1,6 +1,6 @@ https://github.com/ruby/ruby/blob/trunk/lib/uri/version.rb#L1
 module URI
   # :stopdoc:
-  VERSION_CODE = '001001'.freeze
+  VERSION_CODE = '001100'.freeze
   VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
   # :startdoc:
 end
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]