1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/date] Bump version to 3.0.1

47cca1b76b
This commit is contained in:
Hiroshi SHIBATA 2020-06-20 06:06:26 +09:00 committed by Nobuyoshi Nakada
parent 97e8b7d098
commit b68ddcf30c
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -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."