Sha256: 7be3727b5b3cab252f9bcaf125193a26f1d0a0d84e6b4c4988907fd2459d9ea3
Contents?: true
Size: 285 Bytes
Versions: 35
Compression:
Stored size: 285 Bytes
Contents
# 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
Version data entries
35 entries across 35 versions & 3 rubygems