зеркало из https://github.com/github/ruby.git
fix typos in r39560
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
59e66b101f
Коммит
da56b059bc
|
@ -1,7 +1,7 @@
|
|||
Sun Mar 3 01:17:20 2013 Nobuyoshi Nakada <nobu@ruby-lang.org>
|
||||
|
||||
* 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]
|
||||
|
||||
|
|
|
@ -11,7 +11,7 @@ require 'tempfile'
|
|||
|
||||
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::Ext::Builder
|
|||
|
||||
run cmd, results
|
||||
|
||||
hack_for_obsolete_sytle_gems directory
|
||||
hack_for_obsolete_style_gems directory
|
||||
|
||||
make dest_path, results
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче