summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [DSLError] Update specs for pre-2.0 rubyseg-dsl-errorSamuel E. Giddins2015-03-181-2/+2
* [DSLError] Update specs for re-wording of descriptionSamuel E. Giddins2015-03-161-4/+4
* [DSL] Fix failing specs related to new DSLErrorSamuel E. Giddins2015-03-161-1/+1
* [DSL] Add prettier DSL errorSamuel E. Giddins2015-03-161-5/+4
* Move remote URI resolution logic into Remote.Tim Moore2015-03-151-10/+34
* Move lookup of mirror into Remote.Tim Moore2015-03-151-0/+16
* Add Settings#credentials_for(uri).Tim Moore2015-03-151-0/+27
* Move Bundler::Source.mirror_for to Settings.Tim Moore2015-03-151-2/+40
* Rename Specification#source_uri to remote.Tim Moore2015-03-141-2/+0
* Change AnonymizableURI to Source::Rubygems::Remote.Tim Moore2015-03-142-44/+65
* Catch and report RuntimeError on Gemfile evalArthur Neves2015-03-111-0/+8
* Merge tag 'v1.8.5'Andre Arko2015-03-114-9/+71
|\
| * test to ensure 1.8 can read 1.7 mirror settingsAndre Arko2015-03-111-0/+6
| * fix tests for MIT in gemspec to match settingsAndre Arko2015-03-111-8/+3
| * test each firstrun questionAndre Arko2015-03-111-0/+41
| * Revert "LocalRubygems source for local gem specs"Tim Moore2015-03-021-1/+1
| * Failing spec for #3414 & #3417.Tim Moore2015-02-221-0/+20
* | Remove unnecessary blank lineKohei Hasegawa2015-03-081-3/+0
* | Added a test that exposes a scenario in some versions of bundler where a bund...Keith Shook2015-03-062-0/+86
* | [Source::Path] Properly prefer gemspecs that are closer to the path rootSamuel E. Giddins2015-02-261-0/+19
* | Merge tag 'v1.8.2'Tim Moore2015-02-189-27/+114
|\ \ | |/
| * Tighten the check for URLs in config keys.Tim Moore2015-02-141-0/+34
| * update parallel spec for older rubygemsAndre Arko2015-02-131-3/+18
| * Pathname doesn't have write :grimace:Andre Arko2015-02-131-4/+6
| * fix ruby 2.2 warningsAndre Arko2015-02-135-23/+27
| * Combine the two URL cases into one clause.Tim Moore2015-02-131-3/+1
| * Add an integration test for building a new gem.Tim Moore2015-02-132-1/+40
* | Merge pull request #3394 from dsisnero/patch-1Tim Moore2015-02-131-1/+1
* | Merge branch '1-8-stable'Tim Moore2015-02-128-62/+156
|\ \ | |/
| * LocalRubygems source for local gem specsAndre Arko2015-02-091-1/+1
| * Merge tag 'v1.7.13' into 1-8-stableAndre Arko2015-02-092-54/+79
| |\
| | * stop adding rack 1.2 to gem_repo1Andre Arko2015-02-081-6/+3
| | * only remove dependency names for local sourcesAndre Arko2015-02-082-2/+29
| | * update the cert to last until 2042Andre Arko2015-02-081-52/+53
| | * Merge pull request #3365 from keiths-osc/api_source_index_fixAndré Arko2015-02-075-5/+71
| * | generate a github URI from the github methodAndre Arko2015-02-091-1/+4
| * | Handle double underscores in new gem's nameSimon Elcham2015-02-051-2/+2
| * | Fixed typo in a commentKeith Shook2015-01-271-1/+1
| * | Added test to expose a scenario with API sources where dependencies fail to r...Keith Shook2015-01-275-5/+71
* | | Merge pull request #3257 from segiddins/seg-molinilloAndre Arko2015-01-266-28/+7
|\ \ \ | |/ / |/| |
| * | [Resolver] Fix grammar for the case of a single-gem circular dependency errorSamuel E. Giddins2014-12-031-1/+1
| * | [RealworldSpec] Remove test case for scenario of a self-referential circular ...Samuel E. Giddins2014-12-031-20/+0
| * | [Resolver] Fix all remaining molinillo spec failuresSamuel E. Giddins2014-11-243-4/+4
| * | [QualitySpec] Don't take into account warnings from vendored librariesSamuel E. Giddins2014-11-241-1/+1
| * | [Resolver] Start migration to MolinilloSamuel E. Giddins2014-11-241-2/+1
* | | simpler config specAndre Arko2015-01-261-2/+2
* | | add quoting tests from #3338Andre Arko2015-01-261-0/+22
* | | fix warning on exists?Andre Arko2015-01-261-2/+2
* | | set global config before creating gemsAndre Arko2015-01-263-5/+11
* | | warn or error on multiple primary sourcesAndre Arko2015-01-261-1/+11