summaryrefslogtreecommitdiff
path: root/lib/rdoc/rdoc.gemspec
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-23 23:33:09 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-12-23 23:33:09 +0000
commit9fe26ef8de1ae047a4d775ce74878a0aeb01a19b (patch)
tree2710c34bf6e5307a02b3a8924b3ab64b4bcbd05e /lib/rdoc/rdoc.gemspec
parentdaaebaec79f60796b9c864907ad03d1e02b93fb2 (diff)
Merge rdoc-6.0.1.
It fixes an installation error of activerecord. https://github.com/ruby/rdoc/issues/571 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@61432 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/rdoc.gemspec')
-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 57a66984fd..8c92908a66 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-12-05"
+ s.date = "2017-12-24"
s.authors = [
"Eric Hodel",