summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [Source::RubyGems] Print that we are fetching a gemseg-rubygems-source-print-fetchingSamuel Giddins2017-02-222-1/+2
* Auto merge of #5455 - googya:master, r=colby-swandaleThe Bundler Bot2017-02-218-17/+17
|\
| * fix typoleslie.wen2017-02-218-17/+17
* | Auto merge of #5374 - colby-swandale:bundle-info, r=indirectThe Bundler Bot2017-02-216-2/+135
|\ \
| * | skip default gem test for 1.9.3Colby Swandale2017-02-191-1/+1
| * | check if gem_spec responds to default_gemColby Swandale2017-02-191-2/+2
| * | rubocop fixesColby Swandale2017-02-191-2/+2
| * | fix info documentation that was referencing showColby Swandale2017-02-191-1/+1
| * | cleanup and add output for default gemColby Swandale2017-02-192-11/+21
| * | remove version strings in rdoc specColby Swandale2017-02-131-2/+2
| * | fix breaking test with missing `RSpec.`Colby Swandale2017-02-131-1/+1
| * | rubocop fixesColby Swandale2017-01-271-0/+1
| * | add bundle-info man pageColby Swandale2017-01-271-0/+17
| * | allow info for default gemsColby Swandale2017-01-272-1/+16
| * | fix rubocop issuesColby Swandale2017-01-272-6/+6
| * | removed deprecation warning from bundle showColby Swandale2017-01-271-4/+0
| * | touchup specs, removed outdated status from bundle infoColby Swandale2017-01-274-45/+45
| * | fix post bundle message specFrederico Bittencourt2016-11-231-1/+1
| * | remove --path argument from info commandFrederico Bittencourt2016-11-224-19/+4
| * | fix typoFrederico2016-11-191-1/+1
| * | rubcop changesFrederico Bittencourt2016-10-153-13/+9
| * | show deprecated warning on bundle show --outdatedFrederico Bittencourt2016-10-151-0/+4
| * | add default value to --pathFrederico Bittencourt2016-10-151-0/+1
| * | don't fetch latest versions if gem name not foundFrederico Bittencourt2016-10-152-3/+7
| * | show specific gem details with 'bundle info GEM'Frederico Bittencourt2016-10-153-0/+104
* | | Auto merge of #5436 - okkez:fix-frozen-string-literal-error-with-rubygems-2.6...The Bundler Bot2017-02-212-1/+28
|\ \ \ | |_|/ |/| |
| * | Add limit `:rubygems => ">= 2"`okkez2017-02-191-2/+2
| * | Add unit test for previous commitokkez2017-02-181-0/+27
| * | Use empty array when `spec_settings` returns `nil`okkez2017-02-161-1/+1
* | | Auto merge of #5451 - colby-swandale:update-rubocop, r=segiddinsThe Bundler Bot2017-02-204-24/+55
|\ \ \
| * | | [Rubocop] Update Rubocop to 0.47.1Colby Swandale2017-02-204-24/+55
| |/ /
* | | Auto merge of #5449 - colby-swandale:fix-pr-guide-link, r=indirectThe Bundler Bot2017-02-201-1/+1
|\ \ \
| * | | fix broken link to PULL_REQUESTS.md in BUG_TRIAGE.mdColby Swandale2017-02-191-1/+1
* | | | Auto merge of #5450 - bundler:seg-stub-specification-missing-extensions, r=in...The Bundler Bot2017-02-192-0/+35
|\ \ \ \
| * | | | [StubSpecification] Avoid loading all installed gemspecsseg-stub-specification-missing-extensionsSamuel Giddins2017-02-182-0/+35
| |/ / /
* | | | Auto merge of #5448 - bundler:aa-core-team-alumni, r=indirectThe Bundler Bot2017-02-191-1/+5
|\ \ \ \ | |/ / / |/| | |
| * | | wrap at 80 charsaa-core-team-alumniAndre Arko2017-02-181-1/+5
| * | | Add core team alumni to the gemspec authorsAndre Arko2017-02-181-1/+1
|/ / /
* | | Auto merge of #5427 - bundler:seg-api-missing-dependencies, r=indirectThe Bundler Bot2017-02-1811-4/+108
|\ \ \
| * | | [LazySpecification] Handle when the search in __materialize__ returns nilseg-api-missing-dependenciesSamuel Giddins2017-02-151-1/+1
| * | | [LazySpecification] Handle when the swapped platform-specfic spec has extra depsSamuel Giddins2017-02-153-1/+54
| * | | Compare deps in a manner compatible with old RGsSamuel Giddins2017-02-133-5/+10
| * | | Print a debug warning where the corrupted API deps came fromSamuel Giddins2017-02-134-2/+8
| * | | When swapping, dont consider dep type for "missing" API depsSamuel Giddins2017-02-133-4/+6
| * | | Fail gracefully when installing a spec where the API is missing depsSamuel Giddins2017-02-136-1/+39
* | | | Auto merge of #5443 - bundler:seg-resolver-sorting, r=indirectThe Bundler Bot2017-02-182-9/+13
|\ \ \ \
| * | | | [Resolver] Improve sorting of deps with 0 or 1 possibilityseg-resolver-sortingSamuel Giddins2017-02-172-6/+10
| * | | | [Resolver] Improve resolver debug outputSamuel Giddins2017-02-171-3/+3
| |/ / /
* | | | Auto merge of #5440 - wjordan:fips_enabled_compact_index, r=indirectThe Bundler Bot2017-02-182-15/+38
|\ \ \ \
| * | | | remove unused Process.kill mock in FIPS-mode specWill Jordan2017-02-171-6/+0