about summary refs log tree commit homepage
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2010-01-09 15:16:40 -0800
committerEric Wong <normalperson@yhbt.net>2010-01-09 15:16:40 -0800
commit1d0bf6f1d39e085948008c2c6d381ed929ac109e (patch)
tree0faa9bb8b3f664f8fce005a58fdad9b07b6dc441
parent2e420820d3b3fb228c810937539f95a618a2c271 (diff)
downloadruby_posix_mq-1d0bf6f1d39e085948008c2c6d381ed929ac109e.tar.gz
-rw-r--r--Rakefile4
1 files 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,