Author: boisvert
Date: Mon Apr 11 17:02:23 2011
New Revision: 1091126
URL: http://svn.apache.org/viewvc?rev=1091126&view=rev
Log:
Remove spec.has_rdoc -- deprecated in recent Rubygems
Modified:
buildr/trunk/buildr.gemspec
Modified: buildr/trunk/buildr.gemspec
URL:
http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=1091126&r1=1091125&r2=1091126&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Mon Apr 11 17:02:23 2011
@@ -43,7 +43,6 @@ for those one-off tasks, with a language
spec.bindir = 'bin' # Use these for
applications.
spec.executable = 'buildr'
- spec.has_rdoc = true
spec.extra_rdoc_files = 'README.rdoc', 'CHANGELOG', 'LICENSE', 'NOTICE'
spec.rdoc_options = '--title', 'Buildr', '--main', 'README.rdoc',
'--webcvs',
'http://svn.apache.org/repos/asf/buildr/trunk/'