Class: Bundler::Plugin::Installer::Rubygems
| Relationships & Source Files | |
| Super Chains via Extension / Inclusion / Inheritance | |
|
Class Chain:
self,
::Bundler::Source::Rubygems,
Source
|
|
|
Instance Chain:
self,
::Bundler::Source::Rubygems,
Source
|
|
| Inherits: |
Bundler::Source::Rubygems
|
| Defined in: | lib/bundler/plugin/installer/rubygems.rb |
Constant Summary
::Bundler::Source::Rubygems - Inherited
Class Method Summary
::Bundler::Source::Rubygems - Inherited
Instance Attribute Summary
::Bundler::Source::Rubygems - Inherited
Instance Method Summary
- #cache_path private
- #rubygems_dir private
::Bundler::Source::Rubygems - Inherited
| #== | Alias for Source::Rubygems#eql?. |
| #add_remote, #cache, #cached!, #cached_built_in_gem, #caches, #can_lock?, #dependency_names_to_double_check, #double_check_for, #eql?, #fetchers, #hash, #identifier, #include?, #install, #local!, #local_only!, | |
| #name | Alias for Source::Rubygems#identifier. |
| #options, #prefer_local!, #remote!, #remote_fetchers, #spec_names, #specs, | |
| #to_gemfile | Alias for Source::Rubygems#identifier. |
| #to_lock, #to_s, #unmet_deps, #api_fetchers, #cache_path, #cached_gem, #cached_specs, #credless_remotes, #default_cache_path_for, #default_specs, #fetch_gem, #fetch_gem_if_possible, #fetch_names, #installed?, #installed_specs, #normalize_uri, #package_path, #remote_names, #remote_specs, #remove_auth, #rubygems_dir, | |
| #download_cache_path | Returns the global cache path of the calling |
| #download_gem | Checks if the requested spec exists in the global cache. |
| #extension_cache_slug, #lockfile_remotes | |
Constructor Details
This class inherits a constructor from Bundler::Source::Rubygems