PHP 8.2.31
Preview: gemspec.rb Size: 286 B
/proc/thread-self/root/opt/alt/ruby26/lib64/ruby/2.6.0/bundler/source/gemspec.rb

# frozen_string_literal: true

module Bundler
  class Source
    class Gemspec < Path
      attr_reader :gemspec

      def initialize(options)
        super
        @gemspec = options["gemspec"]
      end

      def as_path_source
        Path.new(options)
      end
    end
  end
end

Directory Contents

Dirs: 3 × Files: 5

Name Size Perms Modified Actions
git DIR
- drwxr-xr-x 2024-03-03 22:47:32
Edit Download
path DIR
- drwxr-xr-x 2024-03-03 22:47:32
Edit Download
rubygems DIR
- drwxr-xr-x 2024-03-03 22:47:32
Edit Download
286 B lrw-r--r-- 2022-04-12 11:50:11
Edit Download
9.69 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
1.63 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
7.31 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download
17.19 KB lrw-r--r-- 2022-04-12 11:50:11
Edit Download

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