Class: Bundler::Plugin::Installer::Rubygems
- Inherits:
-
Source::Rubygems
- Object
- Source
- Source::Rubygems
- Bundler::Plugin::Installer::Rubygems
- Defined in:
- lib/bundler/plugin/installer/rubygems.rb
Constant Summary
Constants inherited from Source::Rubygems
Source::Rubygems::API_REQUEST_LIMIT, Source::Rubygems::API_REQUEST_SIZE
Instance Attribute Summary
Attributes inherited from Source::Rubygems
Attributes inherited from Source
Instance Method Summary collapse
Methods inherited from Source::Rubygems
#add_remote, #cache, #cached!, #cached_built_in_gem, #can_lock?, #dependency_names_to_double_check, #double_check_for, #eql?, #equivalent_remotes?, #fetchers, from_lock, #hash, #include?, #initialize, #install, #options, #remote!, #replace_remotes, #specs, #to_lock, #to_s, #unmet_deps
Methods inherited from Source
#can_lock?, #dependency_names_to_double_check, #double_check_for, #extension_cache_path, #include?, #inspect, #path?, #unmet_deps
Constructor Details
This class inherits a constructor from Bundler::Source::Rubygems
Instance Method Details
#version_message(spec) ⇒ Object
7 8 9 |
# File 'lib/bundler/plugin/installer/rubygems.rb', line 7 def (spec) "#{spec.name} #{spec.version}" end |