mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Bump version to date-2.0.0.
I forgot to change it when Ruby 2.6.0 was released. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66745 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a288ff502e
commit
da1f9199bd
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# frozen_string_literal: true
|
||||
Gem::Specification.new do |s|
|
||||
s.name = "date"
|
||||
s.version = '1.0.0'
|
||||
s.version = '2.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."
|
||||
|
||||
|
|
Loading…
Reference in a new issue