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

ruby-changes:58976

From: Hiroshi <ko1@a...>
Date: Sat, 30 Nov 2019 14:49:23 +0900 (JST)
Subject: [ruby-changes:58976] e764dff364 (master): [ruby/date] Bump version to 3.0.0

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

From e764dff3641fd66fda1b9cf33cb7ddeb30e0b38a Mon Sep 17 00:00:00 2001
From: Hiroshi SHIBATA <hsbt@r...>
Date: Sat, 30 Nov 2019 14:31:00 +0900
Subject: [ruby/date] Bump version to 3.0.0

https://github.com/ruby/date/commit/202b2dad93

diff --git a/ext/date/date.gemspec b/ext/date/date.gemspec
index 5cc2afb..bd323b7 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 = '2.0.0'
+  s.version = '3.0.0'
   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 v0.10.2


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

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