Sha256: e3b7814c136f370d1f9ee04229e969c9b2b09dbd2354f2c05c0c79bfb2fe473a
Contents?: true
Size: 286 Bytes
Versions: 367
Compression:
Stored size: 286 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
367 entries across 367 versions & 7 rubygems