You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@deltacloud.apache.org by mf...@apache.org on 2010/09/30 17:24:30 UTC

svn commit: r1003102 - /incubator/deltacloud/trunk/server/Rakefile

Author: mfojtik
Date: Thu Sep 30 15:24:29 2010
New Revision: 1003102

URL: http://svn.apache.org/viewvc?rev=1003102&view=rev
Log:
Fixed yard dependency

Modified:
    incubator/deltacloud/trunk/server/Rakefile

Modified: incubator/deltacloud/trunk/server/Rakefile
URL: http://svn.apache.org/viewvc/incubator/deltacloud/trunk/server/Rakefile?rev=1003102&r1=1003101&r2=1003102&view=diff
==============================================================================
--- incubator/deltacloud/trunk/server/Rakefile (original)
+++ incubator/deltacloud/trunk/server/Rakefile Thu Sep 30 15:24:29 2010
@@ -48,7 +48,7 @@ begin
   YARD::Rake::YardocTask.new do |t|
     t.files   = ['lib/**/*.rb', '*.rb']   # optional
   end
-rescue
+rescue LoadError
 end
 
 @specs = ['ruby', 'java'].inject({}) do |hash, spec_platform|