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 e0df2f3..5c31094 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,10 +1,10 @@
 # -*- encoding: binary -*-
 autoload :Gem, 'rubygems'
 autoload :Tempfile, 'tempfile'
+require 'wrongdoc'
 
-# most tasks are in the GNUmakefile which offers better parallelism
-cgit_url = "http://git.bogomips.org/cgit/rainbows.git"
-git_url = 'git://git.bogomips.org/rainbows.git'
+cgit_url = Wrongdoc.config[:cgit_url]
+git_url = Wrongdoc.config[:git_url]
 
 desc "read news article from STDIN and post to rubyforge"
 task :publish_news do