Sha256: 85e370a8996d55672b668a8e3c1a52d927386350a9bb48a34c3ebe2cdbd141db

Contents?: true

Size: 493 Bytes

Versions: 106

Compression:

Stored size: 493 Bytes

Contents

# 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

Version data entries

106 entries across 106 versions & 4 rubygems

Version Path
rubygems-update-3.1.0.pre2 bundler/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.1.0.pre1 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.1.0.pre.2 lib/bundler/plugin/installer/rubygems.rb
bundler-2.1.0.pre.1 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.0.6 bundler/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.0.5 bundler/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.0.4 bundler/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-2.7.10 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.0.2 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-2.7.9 bundler/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.0.3 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.0.1 lib/bundler/plugin/installer/rubygems.rb
bundler-2.0.0 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.0.2 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-2.0.0.pre.3 lib/bundler/plugin/installer/rubygems.rb
bundler-1.17.3 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.0.1 bundler/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-3.0.0 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-1.17.2 lib/bundler/plugin/installer/rubygems.rb
bundler-2.0.0.pre.2 lib/bundler/plugin/installer/rubygems.rb