update to newer rdoc version

master
muflax 2011-12-04 14:29:18 +01:00
parent 0d01444f1f
commit 13ea72d467
3 changed files with 7 additions and 2 deletions

View File

@ -10,4 +10,5 @@ group :development do
gem "bundler", "~> 1.0.0"
gem "jeweler", "~> 1.6.4"
gem "rcov", ">= 0"
gem "rdoc", ">= 0"
end

View File

@ -6,8 +6,11 @@ GEM
bundler (~> 1.0)
git (>= 1.2.5)
rake
json (1.6.3)
rake (0.9.2.2)
rcov (0.9.11)
rdoc (3.11)
json (~> 1.4)
shoulda (2.11.3)
PLATFORMS
@ -17,4 +20,5 @@ DEPENDENCIES
bundler (~> 1.0.0)
jeweler (~> 1.6.4)
rcov
rdoc
shoulda

View File

@ -42,8 +42,8 @@ end
task :default => :test
require 'rake/rdoctask'
Rake::RDocTask.new do |rdoc|
require 'rdoc/task'
RDoc::Task.new do |rdoc|
version = File.exist?('VERSION') ? File.read('VERSION') : ""
rdoc.rdoc_dir = 'rdoc'