summaryrefslogtreecommitdiff
path: root/ext/date/date.gemspec
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-23 14:03:54 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-12-23 14:03:54 +0900
commit5cf25c55a69264138179f7c955d149a154b50458 (patch)
treefbc8368688c6a8fba794a04cc6ccaadc06249d41 /ext/date/date.gemspec
parent61bd28b836190bbc8ce110e780da4c4aad9f485b (diff)
Update version for Ractor-safe extensions
Diffstat (limited to 'ext/date/date.gemspec')
-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 a5accd29e6..44282759c6 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.1'
+ s.version = '3.1.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."