]> git.netwichtig.de Git - user/henk/code/ruby/rbot.git/blobdiff - Rakefile
seen plugin: fix seen data for nick change
[user/henk/code/ruby/rbot.git] / Rakefile
index 7dc69e5f8bc05ef6173d6578d1171e8da9fe8ebe..f0a42717df5d410712f9120bd0d4affd182bc2ba 100644 (file)
--- a/Rakefile
+++ b/Rakefile
@@ -26,7 +26,7 @@ spec = Gem::Specification.new do |s|
 
   s.author = 'Tom Gilbert'
   s.email = 'tom@linuxbrit.co.uk'
-  s.homepage = 'http://linuxbrit.co.uk/rbot/'
+  s.homepage = 'http://ruby-rbot.org'
   s.rubyforge_project = 'rbot'
 end
 
@@ -38,7 +38,7 @@ end
 desc "Update pot/po files."
 task :updatepo do
   require 'gettext/utils'
-  GetText.update_pofiles("rbot", Dir.glob("{lib,bin}/**/*.{rb,rhtml}"), "rbot")
+  GetText.update_pofiles("rbot", Dir.glob("{lib,bin,data}/**/*.{rb,rhtml}"), "rbot")
 end
 
 desc "Create mo-files"