aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rdoc
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-05 11:08:00 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-05 11:08:00 +0000
commit9f94a547a4dda652195838374329f27bd8061b70 (patch)
tree5100a235efee77c9ed597188c5b4b76be5460db6 /lib/rdoc
parentcc247ef7089c1b4a4f758c156572457989636244 (diff)
downloadruby-9f94a547a4dda652195838374329f27bd8061b70.tar.gz
Bump version to rdoc-6.0.0.
There is no changes from rdoc-6.0.0.bebta4. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc')
-rw-r--r--lib/rdoc/rdoc.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rdoc/rdoc.gemspec b/lib/rdoc/rdoc.gemspec
index 1ccfddfc7a..57a66984fd 100644
--- a/lib/rdoc/rdoc.gemspec
+++ b/lib/rdoc/rdoc.gemspec
@@ -8,7 +8,7 @@ end
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",