From e764dff3641fd66fda1b9cf33cb7ddeb30e0b38a Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA 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 --- ext/date/date.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext') diff --git a/ext/date/date.gemspec b/ext/date/date.gemspec index 5cc2afbeee..bd323b7a06 100644 --- a/ext/date/date.gemspec +++ b/ext/date/date.gemspec @@ -1,7 +1,7 @@ # 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 v1.2.3