summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-30 14:31:00 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-30 14:48:44 +0900
commite764dff3641fd66fda1b9cf33cb7ddeb30e0b38a (patch)
tree74eec86c472c51fed7a9c21f01c3eb182fc379ff
parent80705e2c4fe7c1e968830880ea4408990e3f3c39 (diff)
[ruby/date] Bump version to 3.0.0
https://github.com/ruby/date/commit/202b2dad93
-rw-r--r--ext/date/date.gemspec2
1 files changed, 1 insertions, 1 deletions
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."