ruby-changes:54530
From: hsbt <ko1@a...>
Date: Mon, 7 Jan 2019 15:01:54 +0900 (JST)
Subject: [ruby-changes:54530] hsbt:r66745 (trunk): Bump version to date-2.0.0.
hsbt 2019-01-07 15:01:49 +0900 (Mon, 07 Jan 2019) New Revision: 66745 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66745 Log: Bump version to date-2.0.0. I forgot to change it when Ruby 2.6.0 was released. Modified files: trunk/ext/date/date.gemspec Index: ext/date/date.gemspec =================================================================== --- ext/date/date.gemspec (revision 66744) +++ ext/date/date.gemspec (revision 66745) @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ext/date/date.gemspec#L1 # 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." -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/