about summary refs log tree commit homepage
path: root/Rakefile
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2011-02-22 14:39:31 -0800
committerEric Wong <normalperson@yhbt.net>2011-02-22 15:34:11 -0800
commitde45521943e838122a82492ec03c58b78b6adf1e (patch)
treeb8dc839f7539addcf76feac2b58afd988ae3b688 /Rakefile
parent9edc6946bbd4cc4be55ca4293135189c3db356c6 (diff)
downloadruby_posix_mq-de45521943e838122a82492ec03c58b78b6adf1e.tar.gz
I can't stand Rake :x
Diffstat (limited to 'Rakefile')
-rw-r--r--Rakefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Rakefile b/Rakefile
index e7fd985..ad49622 100644
--- a/Rakefile
+++ b/Rakefile
@@ -1,8 +1,9 @@
 # -*- encoding: binary -*-
-cgit_url = "http://git.bogomips.org/cgit/ruby_posix_mq.git"
-git_url = 'git://git.bogomips.org/ruby_posix_mq.git'
+require 'wrongdoc'
+cgit_url = Wrongdoc.config[:cgit_url]
+git_url = Wrongdoc.config[:git_url]
 
-desc "read news article from STDIN and post to rubyforge"
+desc "post news article to rubyforge"
 task :publish_news do
   require 'rubyforge'
   spec = Gem::Specification.load('posix_mq.gemspec')