You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2012/05/30 20:23:18 UTC

svn commit: r1344380 - /buildr/trunk/rakelib/release.rake

Author: boisvert
Date: Wed May 30 18:23:18 2012
New Revision: 1344380

URL: http://svn.apache.org/viewvc?rev=1344380&view=rev
Log:
Fix: gems weren't actually pushed to Rubygems.org

Modified:
    buildr/trunk/rakelib/release.rake

Modified: buildr/trunk/rakelib/release.rake
URL: http://svn.apache.org/viewvc/buildr/trunk/rakelib/release.rake?rev=1344380&r1=1344379&r2=1344380&view=diff
==============================================================================
--- buildr/trunk/rakelib/release.rake (original)
+++ buildr/trunk/rakelib/release.rake Wed May 30 18:23:18 2012
@@ -69,7 +69,7 @@ task :release do
       `gem push #{f}`
     end
     puts "[X] Pushed gems to Rubyforge.org / Gemcutter"
-  end
+  end.call
 
   # Create an SVN tag for this release.
   lambda do