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 0217504 commit 54409a9Copy full SHA for 54409a9
History.rdoc
@@ -1,4 +1,4 @@
1
-=== 3.12 / ??
+=== 3.12 / 2011-12-15
2
3
* Minor enhancements
4
* Added DEVELOPERS document which contains an overview of how RDoc works and
@@ -29,7 +29,7 @@
29
* In rdoc, backspace and ansi formatters, whitespace between label or note
30
and the colon is now stripped.
31
32
-=== 3.11 / 2011/10-17
+=== 3.11 / 2011-10-17
33
34
* Bug fixes
35
* Avoid parsing TAGS files included in gems. Issue #81 by Santiago
lib/rdoc.rb
@@ -108,7 +108,7 @@ def self.const_missing const_name # :nodoc:
108
##
109
# RDoc version you are using
110
111
- VERSION = '3.11'
+ VERSION = '3.12'
112
113
114
# Method visibilities
0 commit comments