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/03/06 04:21:04 UTC

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

Author: assaf
Date: Fri Mar  6 03:21:01 2009
New Revision: 750758

URL: http://svn.apache.org/viewvc?rev=750758&view=rev
Log:
Let's see if this includes any files in the gem.

Modified:
    buildr/trunk/buildr.gemspec

Modified: buildr/trunk/buildr.gemspec
URL: http://svn.apache.org/viewvc/buildr/trunk/buildr.gemspec?rev=750758&r1=750757&r2=750758&view=diff
==============================================================================
--- buildr/trunk/buildr.gemspec (original)
+++ buildr/trunk/buildr.gemspec Fri Mar  6 03:21:01 2009
@@ -27,9 +27,8 @@
   # $platform global variable.  In all other cases, we figure it out from RUBY_PLATFORM.
   spec.platform       = $platform || RUBY_PLATFORM[/java/] || 'ruby'
   
-  spec.files          = Dir['lib/**/*', 'bin/**/*', 'addon/**/*', 'doc/**/*', 'spec/**/*',
-                            'README.rdoc', 'LICENSE', 'NOTICE', 'CHANGELOG',
-                            'buildr.*', 'Rakefile', 'rakelib/**/*', '_buildr', '_jbuildr', 'etc/**/*']
+  spec.files          = Dir['{addon,bin,doc,etc,lib,rakelib,spec}/**/*', 'buildr.*'] +
+                        ['LICENSE', 'NOTICE', 'CHANGELOG', 'README.rdoc', 'Rakefile', '_buildr', '_jbuildr']
   spec.require_paths  = 'lib', 'addon'
   spec.bindir         = 'bin'                               # Use these for applications.
   spec.executable     = 'buildr'