about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index e96349a..f4dbc4b 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,7 +1,7 @@
 # -*- encoding: binary -*-
-require 'wrongdoc'
-cgit_url = Wrongdoc.config[:cgit_url]
-git_url = Wrongdoc.config[:git_url]
+require 'olddoc'
+cgit_url = Olddoc.config['cgit_url']
+git_url = Olddoc.config['git_url']
 
 desc "post news article to rubyforge"
 task :publish_news do