rdoc 3.0 → 3.0.1

Sign up to get free protection for your applications and to get access to all the features.

Potentially problematic release.


This version of rdoc might be problematic. Click here for more details.

data.tar.gz.sig CHANGED
Binary file
@@ -1,3 +1,8 @@
1
+ === 3.0.1 / 2010-12-19
2
+
3
+ * Bug fix
4
+ * RDoc no longer has a Perl parser.
5
+
1
6
  === 3.0 / 2010-12-19
2
7
 
3
8
  Special thanks to Thierry Lambert for massive improvements to RDoc.
@@ -95,7 +95,7 @@ module RDoc
95
95
  ##
96
96
  # RDoc version you are using
97
97
 
98
- VERSION = '3.0'
98
+ VERSION = '3.0.1'
99
99
 
100
100
  ##
101
101
  # Method visibilities
@@ -7,7 +7,6 @@ require 'rdoc/parser'
7
7
  require 'rdoc/parser/simple'
8
8
  require 'rdoc/parser/ruby'
9
9
  require 'rdoc/parser/c'
10
- require 'rdoc/parser/perl'
11
10
 
12
11
  require 'rdoc/stats'
13
12
  require 'rdoc/options'
metadata CHANGED
@@ -1,12 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rdoc
3
3
  version: !ruby/object:Gem::Version
4
- hash: 7
4
+ hash: 5
5
5
  prerelease: false
6
6
  segments:
7
7
  - 3
8
8
  - 0
9
- version: "3.0"
9
+ - 1
10
+ version: 3.0.1
10
11
  platform: ruby
11
12
  authors:
12
13
  - Eric Hodel
metadata.gz.sig CHANGED
Binary file