Class
Bundler::Source::Rubygems
In:
lib/bundler/source/rubygems.rb
Parent:
Object
TODO: Refactor this class
Methods
==
add_remote
cache
cached!
eql?
from_lock
hash
install
name
new
options
remote!
replace_remotes
specs
to_lock
to_s
Constants
API_REQUEST_LIMIT
=
100
Attributes
caches
[R]
dependency_names
[RW]
remotes
[R]
Public Class methods
from_lock
(options)
new
(options = {})
Public Instance methods
==
(o)
Alias for eql?
add_remote
(source)
cache
(spec)
cached!
()
eql?
(o)
hash
()
install
(spec)
name
()
Alias for
to_s
options
()
remote!
()
replace_remotes
(source)
specs
()
to_lock
()
to_s
()
[Validate]