ruby-changes:27510
From: kazu <ko1@a...>
Date: Sun, 3 Mar 2013 01:33:34 +0900 (JST)
Subject: [ruby-changes:27510] kazu:r39562 (trunk): fix typos in r39560
kazu 2013-03-03 01:33:24 +0900 (Sun, 03 Mar 2013) New Revision: 39562 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=39562 Log: fix typos in r39560 Modified files: trunk/ChangeLog trunk/lib/rubygems/ext/ext_conf_builder.rb Index: ChangeLog =================================================================== --- ChangeLog (revision 39561) +++ ChangeLog (revision 39562) @@ -1,7 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1 Sun Mar 3 01:17:20 2013 Nobuyoshi Nakada <nobu@r...> * lib/rubygems/ext/ext_conf_builder.rb - (Gem::Ext::ExtConfBuilder.hack_for_obsolete_sytle_gems): remove + (Gem::Ext::ExtConfBuilder.hack_for_obsolete_style_gems): remove circular dependencies for old style gems which locate extconf.rb on the toplevel. [ruby-core:53059] [ruby-trunk - Bug #7698] Index: lib/rubygems/ext/ext_conf_builder.rb =================================================================== --- lib/rubygems/ext/ext_conf_builder.rb (revision 39561) +++ lib/rubygems/ext/ext_conf_builder.rb (revision 39562) @@ -11,7 +11,7 @@ require 'tempfile' https://github.com/ruby/ruby/blob/trunk/lib/rubygems/ext/ext_conf_builder.rb#L11 class Gem::Ext::ExtConfBuilder < Gem::Ext::Builder - def self.hack_for_obsolete_sytle_gems(directory) + def self.hack_for_obsolete_style_gems(directory) return unless directory and File.identical?(directory, ".") mf = Gem.read_binary 'Makefile' changed = false @@ -40,7 +40,7 @@ class Gem::Ext::ExtConfBuilder < Gem::Ex https://github.com/ruby/ruby/blob/trunk/lib/rubygems/ext/ext_conf_builder.rb#L40 run cmd, results - hack_for_obsolete_sytle_gems directory + hack_for_obsolete_style_gems directory make dest_path, results -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/