mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rubygems/installer.rb: Fix two double-word typos.
[ci skip][fix GH-1108] Patch by @jwworth git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
13a935b0ba
commit
ba516bc317
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
Tue Nov 24 10:00:10 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>
|
||||
|
||||
* lib/rubygems/installer.rb: Fix two double-word typos.
|
||||
[ci skip][fix GH-1108] Patch by @jwworth
|
||||
|
||||
Tue Nov 24 09:17:02 2015 Alexander von Gluck IV <kallisti5@unixzen.com>
|
||||
|
||||
* beos: Drop support for BeOS now that Haiku is stable.
|
||||
|
|
|
@ -391,7 +391,7 @@ class Gem::Installer
|
|||
end
|
||||
|
||||
##
|
||||
# The location of of the spec file that is installed.
|
||||
# The location of the spec file that is installed.
|
||||
#
|
||||
|
||||
def spec_file
|
||||
|
@ -399,7 +399,7 @@ class Gem::Installer
|
|||
end
|
||||
|
||||
##
|
||||
# The location of of the default spec file for default gems.
|
||||
# The location of the default spec file for default gems.
|
||||
#
|
||||
|
||||
def default_spec_file
|
||||
|
|
Loading…
Reference in a new issue