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
bundler-2.0.0.pre.1 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-2.7.8 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-1.17.1 lib/bundler/plugin/installer/rubygems.rb
bundler-1.17.0 lib/bundler/plugin/installer/rubygems.rb
bundler-1.17.0.pre.2 lib/bundler/plugin/installer/rubygems.rb
bundler-1.16.6 lib/bundler/plugin/installer/rubygems.rb
bundler-1.17.0.pre.1 lib/bundler/plugin/installer/rubygems.rb
bundler-1.16.5 lib/bundler/plugin/installer/rubygems.rb
bundler-1.16.4 lib/bundler/plugin/installer/rubygems.rb
bundler-1.16.3 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-2.7.7 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-1.16.2 lib/bundler/plugin/installer/rubygems.rb
rubygems-update-2.7.6 bundler/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-2.7.5 bundler/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-2.7.4 bundler/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-2.7.4.pre1 bundler/lib/bundler/plugin/installer/rubygems.rb
bundler-1.16.1 lib/bundler/plugin/installer/rubygems.rb
pract6-0.1.0 .gem/ruby/2.3.0/gems/bundler-1.16.0.pre.3/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-2.7.3 bundler/lib/bundler/plugin/installer/rubygems.rb
rubygems-update-2.7.2 bundler/lib/bundler/plugin/installer/rubygems.rb