You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2009/02/27 22:52:59 UTC

svn commit: r748716 - /buildr/trunk/buildr.gemspec

Author: assaf
Date: Fri Feb 27 21:52:59 2009
New Revision: 748716

URL: http://svn.apache.org/viewvc?rev=748716&view=rev
Log:
Removed --line-number and -p options in Gem spec, options no longer supported by RDoc 2.4.

Modified:
    buildr/trunk/buildr.gemspec

Modified: buildr/trunk/buildr.gemspec
URL: http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=748716&r1=748715&r2=748716&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Fri Feb 27 21:52:59 2009
@@ -37,7 +37,6 @@
   spec.has_rdoc         = true
   spec.extra_rdoc_files = ['README.rdoc', 'CHANGELOG', 'LICENSE', 'NOTICE']
   spec.rdoc_options     << '--title' << "Buildr" << '--main' << 'README.rdoc' <<
-                           '--line-numbers' << '--inline-source' << '-p' <<
                            '--webcvs' << 'http://svn.apache.org/repos/asf/buildr/trunk/'
 
   # Tested against these dependencies.