summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix shadowed variable warning1-7-stableAndre Arko2015-05-021-1/+1
|
* RubyGems 2.4.7 will not work with Bundler 1.7Andre Arko2015-04-301-2/+0
|
* guard against missing ronn during releaseAndre Arko2015-04-291-3/+6
|
* Version 1.7.15 with changelogv1.7.15Andre Arko2015-04-292-1/+7
| | | | [ci skip]
* Merge pull request #3592 from TimMoore/issue-3585-replace-locked-sourcesAndré Arko2015-04-252-5/+40
|\ | | | | Replace locked gem sources with Gemfile equivalents.
| * Replace locked gem sources with Gemfile equivalents.Tim Moore2015-04-252-5/+40
| | | | | | | | | | | | | | | | | | Previously, an up-to-date lock file would retain the aggregate gem source on all dependencies, so if the gems were not installed locally, you'd get an ambiguous gem warning and possibly the wrong source selected. Fixes #3585
* | trying attr_reader because maybeAndre Arko2015-04-251-0/+2
|/
* Version 1.7.14 with changelogv1.7.14Andre Arko2015-03-302-1/+8
|
* Don't add extra quotes to quoted wrapped config valuesAdam Roben2015-03-301-2/+3
| | | | | | | | Long config values get wrapped to a second line. If they contain certain special characters they will also get surrounded by quotes. When this happened, we would add extra quotes to the value each time the config file was saved. 94fd250935314aee86759de3e9b0e98a709823ed fixed this issue for non-wrapped lines. Now it is fixed for wrapped lines as well.
* simpler config specAndre Arko2015-03-301-2/+2
|
* add quoting tests from #3338Andre Arko2015-03-301-0/+22
|
* set global config before creating gemsAndre Arko2015-03-303-10/+18
| | | | fixes hanging specs on 1.8.7 on Travis, I hope
* annnd I need to fix all of the hashesAndre Arko2015-03-301-2/+2
|
* of course new hashes don’t work on Ruby 1.8Andre Arko2015-03-301-2/+2
| | | | this passed for me locally because my `rspec` bin was pointing to the system Ruby 2.0 instead of Ruby 1.8.7 like it was supposed to be :open_mouth:
* test remote inclusion only on Rubygems sourcesAndre Arko2015-03-303-11/+17
|
* skip Yaml engine tests on Rubies with no engineAndre Arko2015-03-301-5/+3
|
* check gemfile changes for sourced gems correctlyAndre Arko2015-03-301-3/+11
| | | | fixes #3520
* update the failing spec to correctly repro the bugAndre Arko2015-03-302-11/+33
|
* a failing spec for #3520Andre Arko2015-03-301-0/+41
|
* Update version 1.7.13 changelogv1.7.13Andre Arko2015-02-082-2/+4
|
* fix dot output while fetching metadataAndre Arko2015-02-081-1/+3
|
* [Fetcher] Chunk API requests to stay under the request limitSamuel E. Giddins2015-02-081-2/+6
| | | | | Fixes #3367 Closes #3382
* stop adding rack 1.2 to gem_repo1Andre Arko2015-02-081-6/+3
|
* stop shadowing s inside the conditional blockAndre Arko2015-02-081-6/+6
|
* Version 1.7.13 with changelogAndre Arko2015-02-082-1/+8
|
* only remove dependency names for local sourcesAndre Arko2015-02-083-3/+34
| | | | | | | | | If a gem is present in a git or path source, we can stop asking remotes about it. If a gem is present in a Rubygems source, we still need to ask all the other sources about it so that we can warn about gems that are available from multiple sources. Fixes #3368, #3377, #3300, #3381
* only remove each name onceAndre Arko2015-02-081-1/+1
|
* 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-077-8/+90
| | | | Api source index fix
* untaint gem path loaded from githubTADA Tadashi2015-01-241-1/+1
| | | | | | | | | require fails because security error, in condition of: * $SAFE is 1 * gems from git or github. ex: gem 'bar', :github => 'foo/bar' original full_gem_path method in rubygems is untaint all paths of gems (in find_full_gem_path method), but Bundler override the method without untaint.
* expand the multiple-source warningAndre Arko2015-01-241-0/+1
| | | | [ci skip]
* Merge pull request #3361 from ↵André Arko2015-01-231-20/+20
|\ | | | | | | | | sikachu/backport-ccb06d14451c0e762dfc207f93ac2286881d168a Fix warnings in test suite and gemspec
| * Fix warnings in test suite and gemspecRohit Arondekar2015-01-231-20/+20
|/ | | | | Backport changes by hand from ccb06d14451c0e762dfc207f93ac2286881d168a to fix a warning on `1.7.x`.
* Revert "use gemfile over settings (not tested yet)"v1.7.12Andre Arko2015-01-121-3/+1
| | | | | | | | | It turns out that we already use Gemfile auth over configured auth, because the Gemfile URI includes the username and password. That means that mirrors and configured auth will not be used for any URI with auth in it. This reverts commit 88969b5210cbab4226cdcc4245762f8c3ba41f1a.
* use gemfile over settings (not tested yet)Andre Arko2015-01-091-1/+3
|
* Version 1.7.12 with changelogAndre Arko2015-01-082-1/+7
|
* Merge pull request #3342 from TimMoore/issue-3297-always-use-source-credentialsAndré Arko2015-01-083-41/+60
|\ | | | | Always use source credentials
| * Always use configured source credentials.Tim Moore2015-01-081-41/+38
| | | | | | | | | | | | | | | | | | Previously, it tried to make anonymous requests, then retried with credentials if it got a 401 or 403. This caused issues with many private gem servers. Fixes #3297, #3296, #3180.
| * Failing spec for 403 responses.Tim Moore2015-01-082-0/+22
|/
* Revert "Merge pull request #3262 from arronmabrey/use_api_auth-1-7-stable"Tim Moore2015-01-081-1/+1
| | | | | This reverts commit 5d5651d35bbda4ad526c8f86bb2ce03f501a9eae, reversing changes made to 714f23e99c9628260909e11099dcfba3dda35b0a.
* Version 1.7.11 with changelogv1.7.11Andre Arko2015-01-042-1/+7
|
* Merge pull request #3328 from myabc/ruby-22-fixesAndré Arko2014-12-302-1/+10
|\ | | | | Ruby 2.2: support mri_22, (x64_)mingw_22 as platform options
| * Teach Bundler to recognize (x64_)mingw_22 platformAlex Coles2014-12-302-1/+7
| | | | | | | | | | | | See e6bc48eb. Signed-off-by: Alex Coles <alex@alexbcoles.com>
| * Teach Bundler to recognize mri_22 platformAlex Coles2014-12-302-0/+3
|/ | | | | | See e6bc48eb. Signed-off-by: Alex Coles <alex@alexbcoles.com>
* Version 1.7.10 with changelogv1.7.10Andre Arko2014-12-292-1/+11
|
* his github username is TimMoore, it turns outAndre Arko2014-12-291-8/+8
|
* Revert "Don't change i18n version of Ruby 1.8 spec"Tim Moore2014-12-221-1/+1
| | | | This reverts commit 7f940849bd0e3ffb1a48433b5d058e51b0d3ae0f.
* Pin i18n to 0.6.x in parallel specs.Tim Moore2014-12-221-0/+2
| | | | This should fix the build on Ruby 1.8.7.
* Don't change i18n version of Ruby 1.8 specSmit Shah2014-12-221-1/+1
|
* Fixed a broken i18n specSmit Shah2014-12-221-2/+2
|