ruby-changes:69542
From: Hiroshi <ko1@a...>
Date: Sat, 30 Oct 2021 20:53:27 +0900 (JST)
Subject: [ruby-changes:69542] f96517ec2b (ruby_3_0): [ruby/fcntl] Bump up fcntl version to 1.0.1
https://git.ruby-lang.org/ruby.git/commit/?id=f96517ec2b From f96517ec2b52e68fd425151cb64c3561a6ae854a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 14 Oct 2021 17:16:32 +0900 Subject: [ruby/fcntl] Bump up fcntl version to 1.0.1 https://github.com/ruby/fcntl/commit/0bcc0c4518 --- ext/fcntl/fcntl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fcntl/fcntl.gemspec b/ext/fcntl/fcntl.gemspec index 645c507a4d4..048e101aa50 100644 --- a/ext/fcntl/fcntl.gemspec +++ b/ext/fcntl/fcntl.gemspec @@ -3,7 +3,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/fcntl/fcntl.gemspec#L3 Gem::Specification.new do |spec| spec.name = "fcntl" - spec.version = "1.0.0" + spec.version = "1.0.1" spec.authors = ["Yukihiro Matsumoto"] spec.email = ["matz@r..."] -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/