X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;ds=inline;f=Rakefile;h=0c3452e7e91230e8d6f82cb1aaef88c02d2cc7de;hb=7f4cb17f7381f76d94c8df4fca5f913c48a5a3b5;hp=07112cf6487a90d4beae7f94e2bdb1cb60bdb349;hpb=7f38e9910061e8a71db6dac57327ca1f5d3c27cd;p=graph.njae.git

diff --git a/Rakefile b/Rakefile
index 07112cf..0c3452e 100644
--- a/Rakefile
+++ b/Rakefile
@@ -17,8 +17,8 @@ Jeweler::Tasks.new do |gem|
   gem.name = "graph.njae"
   gem.homepage = "http://github.com/NeilNjae/graph.njae"
   gem.license = "MIT"
-  gem.summary = %Q{TODO: one-line summary of your gem}
-  gem.description = %Q{TODO: longer description of your gem}
+  gem.summary = %Q{A simple graph library}
+  gem.description = %Q{A simple graph library}
   gem.email = "neil.github@njae.me.uk"
   gem.authors = ["Neil Smith"]
   # dependencies defined in Gemfile
@@ -38,8 +38,10 @@ end
 
 task :default => :spec
 
-require 'rake/rdoctask'
-Rake::RDocTask.new do |rdoc|
+# 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'