summaryrefslogtreecommitdiff
path: root/lib/bundler/endpoint_specification.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix some rescue calls that do not specifiy error type.utilum2018-03-171-1/+1
* [EndpointSpecification] Ensure all ivars are initializedSamuel Giddins2017-07-231-0/+1
* [EndpointSpecification] Ensure used ivars are initializedseg-stop-remembering-cli-optionsSamuel Giddins2017-07-191-0/+3
* Fall back to `super` in all EndpointSpecification attribute methodsGrey Baker2017-07-181-1/+3
* Return an empty array if no extensions are foundGrey Baker2017-07-181-0/+2
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* [SharedHelpers] Restore debug message for dep mismatchSamuel Giddins2017-04-131-1/+1
* Avoid deadlocking when installing with a lockfile missing dependenciesSamuel Giddins2017-04-131-9/+3
* Compare deps in a manner compatible with old RGsSamuel Giddins2017-02-131-2/+2
* Print a debug warning where the corrupted API deps came fromSamuel Giddins2017-02-131-0/+1
* When swapping, dont consider dep type for "missing" API depsSamuel Giddins2017-02-131-1/+2
* Fail gracefully when installing a spec where the API is missing depsSamuel Giddins2017-02-131-0/+5
* [EndpointSpecification] Raise a helpful error when parsing metadata failsseg-pare-metadata-errorSamuel Giddins2016-09-161-0/+2
* [EndpointSpecification] Stop allocating intermediary arraysSamuel Giddins2016-06-021-2/+2
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-0/+1
* [RuboCop] Address Style/GuardClauseSamuel Giddins2016-01-311-4/+3
* Update dependency fetcher specs for refactoringSamuel Giddins2016-01-251-2/+2
* [EndpointSpec] Avoid creating unused hashesSamuel Giddins2016-01-251-1/+2
* [EndpointSpecification] Remove redundant nil-checksSamuel Giddins2016-01-251-3/+3
* [EndpointSpecification] Freeze constant stringSamuel Giddins2016-01-251-1/+1
* address feedback from @segiddinsAndre Arko2016-01-251-3/+4
* [rubocop] cop those rubos right upAndre Arko2016-01-251-1/+0
* fix shadowed variable warningAndre Arko2016-01-251-1/+1
* build spec objects only in Fetcher#specsAndre Arko2016-01-251-2/+15
* handle nil checksumsAndre Arko2016-01-251-1/+1
* [EndpointSpec] Fix initializing with metadataSamuel E. Giddins2016-01-251-2/+2
* [Fetcher] Add Fetchers for the new index format!Samuel E. Giddins2016-01-251-2/+17
* Display "with native extensions" log output correctlyIvan Tse2015-06-081-0/+9
* forward @loaded_from into _local_specificationAndre Arko2015-05-301-2/+17
* force-reload local specs after installing new gemsAndre Arko2015-05-301-11/+0
* [EndpointSpecification] Return local load pathsSamuel E. Giddins2015-05-301-0/+11
* Rename Specification#source_uri to remote.Tim Moore2015-03-141-1/+1
* Typo in Bundler::EndpointSpecification#require_pathsZachary Scott2014-05-091-1/+1
* use File.exist? instead of File.exists?SHIBATA Hiroshi2014-02-091-1/+1
* remove @@spec_fetch_mapAndre Arko2013-10-031-1/+1
* don't require what we don't useAndre Arko2013-09-061-2/+0
* Typocoding462012-05-201-1/+1
* support post_install_message when using the endpointTerence Lee2012-03-051-0/+9
* Fixes #1459. autoclean won't remove used bins.Terence Lee2011-09-301-0/+11
* backport Gem::Specification#base_dir to older versions of rubygemsTerence Lee2011-08-131-1/+1
* fix binstubs not being installed when using the api endpointTerence Lee2011-08-131-1/+18
* #1240, fix standalone when using the endpointTerence Lee2011-06-171-0/+19
* put endpoint dependency info into a bundler specTerence Lee2011-05-261-0/+22