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.6.3 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.6.3 lib/bundler/plugin/installer/path.rb
rubygems-update-3.6.2 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.6.2 lib/bundler/plugin/installer/path.rb
rubygems-update-3.6.1 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.6.1 lib/bundler/plugin/installer/path.rb
rubygems-update-3.6.0 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.6.0 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.23 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.23 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.22 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.22 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.21 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.21 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.20 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.20 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.19 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.19 lib/bundler/plugin/installer/path.rb
rubygems-update-3.5.18 bundler/lib/bundler/plugin/installer/path.rb
bundler-2.5.18 lib/bundler/plugin/installer/path.rb