ruby-changes:69860
From: Hiroshi <ko1@a...>
Date: Mon, 22 Nov 2021 10:52:13 +0900 (JST)
Subject: [ruby-changes:69860] d9a1f14805 (ruby_3_0): Bump date version to 3.1.1
https://git.ruby-lang.org/ruby.git/commit/?id=d9a1f14805 From d9a1f148052c49398975f3f3284d2822e03b92f7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA <hsbt@r...> Date: Thu, 11 Nov 2021 18:24:24 +0900 Subject: Bump date version to 3.1.1 --- ext/date/date.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/date/date.gemspec b/ext/date/date.gemspec index 44282759c6d..6b775d6f7e8 100644 --- a/ext/date/date.gemspec +++ b/ext/date/date.gemspec @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/date/date.gemspec#L1 # frozen_string_literal: true Gem::Specification.new do |s| s.name = "date" - s.version = '3.1.0' + s.version = '3.1.1' s.summary = "A subclass of Object includes Comparable module for handling dates." s.description = "A subclass of Object includes Comparable module for handling dates." -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/