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.0

https://github.com/ruby/date/commit/202b2dad93
This commit is contained in:
Hiroshi SHIBATA 2019-11-30 14:31:00 +09:00
parent 80705e2c4f
commit e764dff364

View file

@ -1,7 +1,7 @@
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = "date"
s.version = '2.0.0'
s.version = '3.0.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."