ruby-changes:48911
From: hsbt <ko1@a...>
Date: Tue, 5 Dec 2017 20:08:05 +0900 (JST)
Subject: [ruby-changes:48911] hsbt:r61029 (trunk): Bump version to rdoc-6.0.0.
hsbt 2017-12-05 20:08:00 +0900 (Tue, 05 Dec 2017) New Revision: 61029 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=61029 Log: Bump version to rdoc-6.0.0. There is no changes from rdoc-6.0.0.bebta4. Modified files: trunk/lib/rdoc/rdoc.gemspec trunk/lib/rdoc.rb Index: lib/rdoc.rb =================================================================== --- lib/rdoc.rb (revision 61028) +++ lib/rdoc.rb (revision 61029) @@ -65,7 +65,7 @@ module RDoc https://github.com/ruby/ruby/blob/trunk/lib/rdoc.rb#L65 ## # RDoc version you are using - VERSION = '6.0.0.beta4' + VERSION = '6.0.0' ## # Method visibilities Index: lib/rdoc/rdoc.gemspec =================================================================== --- lib/rdoc/rdoc.gemspec (revision 61028) +++ lib/rdoc/rdoc.gemspec (revision 61029) @@ -8,7 +8,7 @@ end https://github.com/ruby/ruby/blob/trunk/lib/rdoc/rdoc.gemspec#L8 Gem::Specification.new do |s| s.name = "rdoc" s.version = RDoc::VERSION - s.date = "2017-11-27" + s.date = "2017-12-05" s.authors = [ "Eric Hodel", -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/