summaryrefslogtreecommitdiff
path: root/ext/date
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-23 18:18:05 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-04-20 20:46:03 +0900
commit3fdc58c08b24eaef42bd9db4ede02c2269d5d6f2 (patch)
treeefdc32a54d4cd2fabd217e13fbb5fc1f04864c31 /ext/date
parenta31a9c74711f670ef644e6a692c84dfb5adcc580 (diff)
[ruby/date] Bump version to 3.1.1
https://github.com/ruby/date/commit/e574cc9048
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 44282759c6..6b775d6f7e 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.0'
+ s.version = '3.1.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."