123456789_123456789_123456789_123456789_123456789_

Class: Bundler::Plugin::Installer::Rubygems

Relationships & Source Files
Super Chains via Extension / Inclusion / Inheritance
Class Chain:
Instance Chain:
Inherits: Bundler::Source::Rubygems
Defined in: lib/bundler/plugin/installer/rubygems.rb

Constant Summary

::Bundler::Source::Rubygems - Inherited

API_REQUEST_LIMIT, API_REQUEST_SIZE

Class Method Summary

Instance Attribute Summary

Instance Method Summary

Constructor Details

This class inherits a constructor from Bundler::Source::Rubygems

Instance Attribute Details

#requires_sudo?Boolean (readonly, private)

[ GitHub ]

  
# File 'lib/bundler/plugin/installer/rubygems.rb', line 9

def requires_sudo?
  false # Will change on implementation of project level plugins
end

Instance Method Details

#cache_path (private)

[ GitHub ]

  
# File 'lib/bundler/plugin/installer/rubygems.rb', line 17

def cache_path
  Plugin.cache
end

#rubygems_dir (private)

[ GitHub ]

  
# File 'lib/bundler/plugin/installer/rubygems.rb', line 13

def rubygems_dir
  Plugin.root
end