We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1495e82 commit 40d081bCopy full SHA for 40d081b
lib/rdoc.rb
@@ -65,7 +65,7 @@ class Error < RuntimeError; end
65
##
66
# RDoc version you are using
67
68
- VERSION = '6.0.0'
+ VERSION = '6.0.1'
69
70
71
# Method visibilities
rdoc.gemspec
@@ -8,7 +8,7 @@ end
8
Gem::Specification.new do |s|
9
s.name = "rdoc"
10
s.version = RDoc::VERSION
11
- s.date = "2017-12-05"
+ s.date = "2017-12-24"
12
13
s.authors = [
14
"Eric Hodel",
0 commit comments