You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by do...@apache.org on 2011/07/19 09:39:22 UTC

svn commit: r1148207 - /buildr/trunk/lib/buildr/core/application.rb

Author: donaldp
Date: Tue Jul 19 07:39:21 2011
New Revision: 1148207

URL: http://svn.apache.org/viewvc?rev=1148207&view=rev
Log:
Remove reference to deprecated SourceInfoCache as it no longer seems to be used within buildr

Modified:
    buildr/trunk/lib/buildr/core/application.rb

Modified: buildr/trunk/lib/buildr/core/application.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/core/application.rb?rev=1148207&r1=1148206&r2=1148207&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/core/application.rb (original)
+++ buildr/trunk/lib/buildr/core/application.rb Tue Jul 19 07:39:21 2011
@@ -38,10 +38,7 @@
 
 require 'rake'
 require 'highline/import'
-require 'rubygems/source_info_cache' if Gem::VERSION =~ /1.[0-4]/
 require 'buildr/core/util'
-Gem.autoload :SourceInfoCache, 'rubygems/source_info_cache' if Gem::VERSION =~ /1.[0-4]/
-
 
 # Gem::user_home is nice, but ENV['HOME'] lets you override from the environment.
 ENV['HOME'] ||= File.expand_path(Gem::user_home)