From: <jh...@us...> - 2010-12-22 21:51:56
|
Revision: 245 http://etch.svn.sourceforge.net/etch/?rev=245&view=rev Author: jheiss Date: 2010-12-22 21:51:50 +0000 (Wed, 22 Dec 2010) Log Message: ----------- Add desc to the gem task so that it shows up in the rake -T list Modified Paths: -------------- trunk/client/Rakefile Modified: trunk/client/Rakefile =================================================================== --- trunk/client/Rakefile 2010-12-22 21:09:27 UTC (rev 244) +++ trunk/client/Rakefile 2010-12-22 21:51:50 UTC (rev 245) @@ -406,6 +406,7 @@ puts "Portfile is #{portfile}" end +desc 'Build rubygem package' task :gem do # # Create package file structure in build root This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |