Author: vborja
Date: Wed Jun 4 16:48:03 2008
New Revision: 663420
URL: http://svn.apache.org/viewvc?rev=663420&view=rev
Log:
Fixed gemspec not to use FileList, so that it can be built by github
Modified:
incubator/buildr/trunk/buildr.gemspec
Modified: incubator/buildr/trunk/buildr.gemspec
URL:
http://svn.apache.org/viewvc/incubator/buildr/trunk/buildr.gemspec?rev=663420&r1=663419&r2=663420&view=diff
==============================================================================
--- incubator/buildr/trunk/buildr.gemspec (original)
+++ incubator/buildr/trunk/buildr.gemspec Wed Jun 4 16:48:03 2008
@@ -22,8 +22,8 @@
spec.homepage = "http://incubator.apache.org/#{spec.name}/"
spec.summary = 'A build system that doesn\'t suck'
- spec.files = FileList['lib/**/*', 'addon/**/*', 'README',
'CHANGELOG', 'LICENSE', 'NOTICE', 'DISCLAIMER', 'KEYS',
- '*.gemspec', 'Rakefile', 'rakelib/**/*',
'spec/**/*', 'doc/**/*'].to_ary
+ spec.files = Dir['lib/**/*', 'addon/**/*', 'README', 'CHANGELOG',
'LICENSE', 'NOTICE', 'DISCLAIMER', 'KEYS',
+ '*.gemspec', 'Rakefile', 'rakelib/**/*', 'spec/**/*',
'doc/**/*']
spec.require_paths = ['lib', 'addon']
spec.bindir = 'bin' # Use these for
applications.
spec.executable = 'buildr'