summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-14 21:15:23 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-10-14 21:15:57 +0900
commit2fa0d51ac9b505a836369a5613e2d0359ee918cf (patch)
tree59663ffafad6a5c368df21b95fb5693ac2572e26
parentbefb37c2c4f202f13276ff8750612ea464b64457 (diff)
[ruby/date] Bump up date version to 3.2.0
https://github.com/ruby/date/commit/e0a4cbc8f6
-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 6b775d6f7e..88e5838d2e 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.1.1'
+ s.version = '3.2.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."