# 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
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| git | Folder | 0755 |
|
|
| path | Folder | 0755 |
|
|
| rubygems | Folder | 0755 |
|
|
| gemspec.rb | File | 286 B | 0644 |
|
| git.rb | File | 11.1 KB | 0644 |
|
| metadata.rb | File | 1.55 KB | 0644 |
|
| path.rb | File | 7.82 KB | 0644 |
|
| rubygems.rb | File | 15.18 KB | 0644 |
|
| rubygems_aggregate.rb | File | 2.09 KB | 0644 |
|