summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-06-20 06:06:26 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-06-20 18:35:03 +0900
commitb68ddcf30ce1dc2788d3bd3d10169726feada1f2 (patch)
treee91f1122dc8f5bff23fa2b8b82f8d6851c17ad16 /ext/date
parent97e8b7d0983bb22ecd707449819933fb543143d4 (diff)
[ruby/date] Bump version to 3.0.1
https://github.com/ruby/date/commit/47cca1b76b
Diffstat (limited to 'ext/date')
-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 bd323b7a06..f5649f8daa 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 = '3.0.0'
+ s.version = '3.0.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."