mirror of
https://github.com/ruby/ruby.git
synced 2025-08-22 20:44:18 +02:00
* lib/rubygems: Update to RubyGems master 0a3814b. Changes:
Fixed extension directory in Gem::Specification#require_paths. Allow installation of gems when $HOME is nonexistent or unwritable. Use proper API in InstallCommand. Improve support for path option in gem dependency files. Remove warnings. * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43357 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
9f9b476710
commit
08aa6d59a2
17 changed files with 165 additions and 116 deletions
|
@ -165,5 +165,12 @@ class Gem::StubSpecification < Gem::BasicSpecification
|
|||
@version ||= data.version
|
||||
end
|
||||
|
||||
##
|
||||
# Is there a stub line present for this StubSpecification?
|
||||
|
||||
def stubbed?
|
||||
data.is_a? StubLine
|
||||
end
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue