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 a27fecf commit 2412cd4Copy full SHA for 2412cd4
lib/rdoc.rb
@@ -65,7 +65,7 @@ class Error < RuntimeError; end
65
##
66
# RDoc version you are using
67
68
- VERSION = '6.0.0.beta1'
+ VERSION = '6.0.0.beta2'
69
70
71
# Method visibilities
rdoc.gemspec
@@ -3,7 +3,8 @@ require_relative "lib/rdoc"
3
Gem::Specification.new do |s|
4
s.name = "rdoc"
5
s.version = RDoc::VERSION
6
-
+ s.date = "2017-09-12"
7
+
8
s.authors = [
9
"Eric Hodel",
10
"Dave Thomas",
0 commit comments