Sha256: 09b4efe20424e97a148ed9acbd57dd16bd312886835f36044508c122ed11974a

Contents?: true

Size: 412 Bytes

Versions: 36

Compression:

Stored size: 412 Bytes

Contents

# frozen_string_literal: true

module Bundler
  module Plugin
    class Installer
      class Path < Bundler::Source::Path
        def root
          SharedHelpers.in_bundle? ? Bundler.root : Plugin.root
        end

        def generate_bin(spec, disable_extensions = false)
          # Need to find a way without code duplication
          # For now, we can ignore this
        end
      end
    end
  end
end

Version data entries

36 entries across 36 versions & 2 rubygems

Version Path
rubygems-update-3.5.17 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.17 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.16 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.16 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.15 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.15 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.14 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.14 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.13 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.13 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.12 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.12 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.10 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.10 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.9 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.9 lib/bundler/plugin/installer/path.rb