From 1d0bf6f1d39e085948008c2c6d381ed929ac109e Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 9 Jan 2010 15:16:40 -0800 Subject: Rakefile: fix raa_update task --- Rakefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rakefile b/Rakefile index 97082f9..902595f 100644 --- a/Rakefile +++ b/Rakefile @@ -125,7 +125,7 @@ task :raa_update do require 'rubygems' require 'net/http' require 'net/netrc' - rc = Net::Netrc.locate('ruby_posix_mq-raa') or abort "~/.netrc not found" + rc = Net::Netrc.locate('posix_mq-raa') or abort "~/.netrc not found" password = rc.password s = Gem::Specification.load('posix_mq.gemspec') @@ -147,7 +147,7 @@ task :raa_update do :category_minor => 'System', :url => s.homepage, :download => 'http://rubyforge.org/frs/?group_id=5626', - :license => 'LGPLv3', + :license => 'LGPL', # LGPLv3, actually, but RAA is ancient... :description_style => 'Plain', :description => desc, :pass => password, -- cgit v1.2.3-24-ge0c7