Class: Bundler::Plugin::Installer::Git
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
|
|
Instance Chain:
|
|
Inherits: |
Bundler::Source::Git
|
Defined in: | lib/bundler/plugin/installer/git.rb |
Constant Summary
::Bundler::Source::Path
- Inherited
Class Method Summary
::Bundler::Source::Git
- Inherited
::Bundler::Source::Path
- Inherited
Instance Attribute Summary
::Bundler::Source::Git
- Inherited
#allow_git_ops?, #branch, #glob, #local?, #options, #ref, #submodules, #uri, #cached?, #cached_revision_checked_out?, #default_glob?, #has_app_cache?, #requires_checkout? |
::Bundler::Source::Path
- Inherited
::Bundler::Source
- Inherited
Instance Method Summary
::Bundler::Source::Git
- Inherited
#== | Alias for Source::Git#eql?. |
#app_cache_dirname, #cache, | |
#cache_path | This is the path which is going to contain a cache of the git repository. |
#current_branch, #eql?, #extension_dir_name, #hash, #identifier, #include?, #install, | |
#install_path | This is the path which is going to contain a specific checkout of the git repository. |
#load_spec_files, #local_override!, #name, | |
#path | Alias for Source::Git#install_path. |
#revision, #specs, #to_gemfile, #to_lock, #to_s, #unlock!, #uri_with_specifiers, #base_name, #cached_revision, #extension_cache_slug, #fetch, #git_proxy, #git_scope, #glob_for_display, #humanized_ref, #load_gemspec, #override_for, #serialize_gemspecs_in, #set_local!, #shortref_for_display, #shortref_for_path, #uri_hash, | |
#validate_spec | no-op, since we validate when re-serializing the gemspec. |
::Bundler::Source::Path
- Inherited
::Bundler::Source
- Inherited
#add_dependency_names, #cached!, #can_lock?, #dependency_names_to_double_check, | |
#double_check_for | it’s possible that gems from one source depend on gems from some other source, so now we download gemspecs and iterate over those dependencies, looking for gems we don’t have info on yet. |
#extension_cache_path, #identifier, #include?, #inspect, #local!, #local_only!, #remote!, #spec_names, #unmet_deps, #version_message, #earlier_version?, #extension_cache_slug, #print_using_message, #version_color |
Constructor Details
This class inherits a constructor from Bundler::Source::Git
Instance Method Details
#cache_path
[ GitHub ]#generate_bin(spec, disable_extensions = false)
[ GitHub ]# File 'lib/bundler/plugin/installer/git.rb', line 27
def generate_bin(spec, disable_extensions = false) # Need to find a way without code duplication # For now, we can ignore this end