PHP 8.2.31
Preview: rubygems.rb Size: 495 B
/proc/thread-self/root/opt/alt/ruby27/share/gems/gems/bundler-2.2.24/lib/bundler/plugin/installer/rubygems.rb

# frozen_string_literal: true

module Bundler
  module Plugin
    class Installer
      class Rubygems < Bundler::Source::Rubygems
        def version_message(spec)
          "#{spec.name} #{spec.version}"
        end

        private

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

        def rubygems_dir
          Plugin.root
        end

        def cache_path
          Plugin.cache
        end
      end
    end
  end
end

Directory Contents

Dirs: 0 × Files: 2

Name Size Perms Modified Actions
865 B lrw-r--r-- 2021-07-15 13:30:18
Edit Download
495 B lrw-r--r-- 2021-07-15 13:30:18
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).