summaryrefslogtreecommitdiff
path: root/lib/bundler/remote_specification.rb
Commit message (Expand)AuthorAgeFilesLines
* [repo move] Update GitHub URL in comments in lib/.Ellen Marie Dash2020-01-161-1/+1
* Lazily load uriDavid Rodríguez2019-12-081-2/+0
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* [RemoteSpecification] Fail gracefully when deps is an array of array of strin...seg-full-index-invalid-depsSamuel Giddins2017-07-041-1/+9
* [SharedHelpers] Restore debug message for dep mismatchSamuel Giddins2017-04-131-1/+1
* Avoid deadlocking when installing with a lockfile missing dependenciesSamuel Giddins2017-04-131-7/+1
* [StubSpecification] Properly handle full_gem_path for git gemsSamuel Giddins2017-04-071-0/+5
* [StubSpecification] Avoid loading the full spec when possibleSamuel Giddins2017-04-071-0/+10
* Auto merge of #5427 - bundler:seg-api-missing-dependencies, r=indirectThe Bundler Bot2017-02-181-0/+7
|\
| * 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
* | Defer requiring rubygems/spec_fetcher until it becomes necessaryKazuki Yamaguchi2017-02-141-1/+0
|/
* [RemoteSpecification] Support respond_to? on 1.8.7Samuel Giddins2016-08-291-2/+3
* Add missing definition of `respond_to_missing?`Kenji Okimoto2016-08-231-0/+4
* [RemoteSpecification] Add #to_sSamuel Giddins2016-06-021-0/+4
* [RemoteSpecification] Avoid allocating an object every method_missingSamuel Giddins2016-06-021-5/+1
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* improve the error messageAndre Arko2016-01-251-1/+2
* raise when fetch_spec failsAndre Arko2016-01-251-0/+1
* [RemoteSpecification] Platform should indeed be a stringSamuel E. Giddins2016-01-251-1/+1
* [RemoteSpecification] Ensure version and platform are of the correct classSamuel E. Giddins2016-01-251-2/+2
* [RuboCop] Enable Style/AndOrSamuel Giddins2015-11-261-1/+1
* Fix Style/MultilineIfThenVictor Koronen2015-08-141-1/+1
* Ensure two RemoteSpecifications are comparableTim Blair2015-07-081-2/+2
* Make Bundler::RemoteSpecification comparable.Tony Spataro2015-06-191-2/+18
* Allow comparing Bundler StubSpecs with RG specsAndre Arko2015-06-191-2/+11
* Hoist StubSpecification up into a fileAndre Arko2015-05-301-20/+0
* [StubSpecification] Render the wrapper specification as the yaml representationseg-stubsSamuel E. Giddins2015-04-201-0/+4
* Use specification stubs with RubyGems 2.1+ when constructing the local indexSamuel E. Giddins2015-04-191-0/+16
* Rename Specification#source_uri to remote.Tim Moore2015-03-141-1/+1
* Fix some typos in lib/Jake Worth2014-01-251-1/+1
* remove @@spec_fetch_mapAndre Arko2013-10-031-1/+1
* Extract index and gemspec fetching into Bundler::FetcherAndre Arko2010-11-121-8/+6
* Remove the #to_generic monkey patch to Gem::PlatformCarl Lerche2010-07-241-2/+2
* Fix some platform related bugsCarl Lerche2010-06-051-1/+2
* Fetch full arch from RemoteSpecifications before installingAndre Arko2010-04-231-1/+8
* Always sort rake first in the dependency listCarlhuda2010-03-091-7/+0
* Use the built in RubyGem spec fetcher to fetch individual specs.Carl Lerche2010-02-181-3/+4
* Don't be super slow on 1.9Carl Lerche2010-02-031-1/+5
* Rename gemfile back to bundlerCarl Lerche2010-01-261-0/+53