public
Rubygem
Description: Apache Buildr
Homepage: http://incubator.apache.org/buildr
Clone URL: git://github.com/vic/buildr.git
Search Repo:
Fix to allow rake install even when RubyForge refuses to cooperate with us


git-svn-id: https://svn.apache.org/repos/asf/incubator/buildr/trunk@631122 
13f79535-47bb-0310-9956-ffa450edef68
assaf (author)
Tue Feb 26 00:04:31 -0800 2008
commit  2eb4d0854e901edcc23dca28d4b63f5ee3cc7f9e
tree    123f1d1b97db99ad582cac0c94ae306584a59828
parent  4911e4e635804ba85ae551483fd7fb1171cfd890
...
69
70
71
72
 
73
74
75
...
69
70
71
 
72
73
74
75
0
@@ -69,7 +69,7 @@ task 'install'=>'package' do |task|
0
     cmd = %w(gem install)
0
     pkg = ruby_package
0
   end
0
- cmd << File.expand_path(pkg.gem_file, pkg.package_dir)
0
+ cmd << '--ignore-dependencies' << File.expand_path(pkg.gem_file, pkg.package_dir)
0
   system *cmd
0
 end
0
 

Comments

    No one has commented yet.