Class: Bundler::Source::Gemspec
Relationships & Source Files | |
Super Chains via Extension / Inclusion / Inheritance | |
Class Chain:
self,
Path ,
::Bundler::Source
|
|
Instance Chain:
self,
Path ,
::Bundler::Source
|
|
Inherits: |
Bundler::Source::Path
|
Defined in: | lib/bundler/source/gemspec.rb |
Constant Summary
Path
- Inherited
Class Method Summary
Instance Attribute Summary
Instance Method Summary
Path
- Inherited
::Bundler::Source
- Inherited
#can_lock?, #dependency_names_to_double_check, | |
#double_check_for | it’s possible that gems from one source depend on gems from some other source, so now we download gemspecs and iterate over those dependencies, looking for gems we don’t have info on yet. |
#extension_cache_path, #include?, #inspect, #unmet_deps, #version_message, #earlier_version?, #extension_cache_slug, #print_using_message, #version_color |
Constructor Details
.new(options) ⇒ Gemspec
# File 'lib/bundler/source/gemspec.rb', line 8
def initialize( ) super @gemspec = ["gemspec"] end
Instance Attribute Details
#gemspec (readonly)
[ GitHub ]# File 'lib/bundler/source/gemspec.rb', line 6
attr_reader :gemspec