class Bundler::Plugin::Installer::Rubygems

Parent:
Bundler::Source::Rubygems

Public Instance Methods

version_message(spec) Show source
# File lib/bundler/plugin/installer/rubygems.rb, line 7
def version_message(spec)
  "#{spec.name} #{spec.version}"
end

Private Instance Methods

cache_path() Show source
# File lib/bundler/plugin/installer/rubygems.rb, line 21
def cache_path
  Plugin.cache
end
requires_sudo?() Show source
# File lib/bundler/plugin/installer/rubygems.rb, line 13
def requires_sudo?
  false # Will change on implementation of project level plugins
end
rubygems_dir() Show source
# File lib/bundler/plugin/installer/rubygems.rb, line 17
def rubygems_dir
  Plugin.root
end

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.