mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Merge the current master branch of rubygems/rubygems.
Just started to develop RubyGems 3.2.0.
This commit is contained in:
parent
adc3031311
commit
600a715c9b
54 changed files with 1236 additions and 1207 deletions
|
@ -23,7 +23,7 @@ class Gem::Resolver::APISet < Gem::Resolver::Set
|
|||
##
|
||||
# Creates a new APISet that will retrieve gems from +uri+ using the RubyGems
|
||||
# API URL +dep_uri+ which is described at
|
||||
# http://guides.rubygems.org/rubygems-org-api
|
||||
# https://guides.rubygems.org/rubygems-org-api
|
||||
|
||||
def initialize(dep_uri = 'https://rubygems.org/api/v1/dependencies')
|
||||
super()
|
||||
|
|
|
@ -11,7 +11,7 @@ class Gem::Resolver::APISpecification < Gem::Resolver::Specification
|
|||
# Creates an APISpecification for the given +set+ from the rubygems.org
|
||||
# +api_data+.
|
||||
#
|
||||
# See http://guides.rubygems.org/rubygems-org-api/#misc_methods for the
|
||||
# See https://guides.rubygems.org/rubygems-org-api/#misc_methods for the
|
||||
# format of the +api_data+.
|
||||
|
||||
def initialize(set, api_data)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue