summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Update changelog for 1.11.0.pre.1v1.11.0.pre.1Samuel Giddins2015-11-291-1/+1
* Explain why we don't use HTTPS for github sourcesTim Moore2015-11-281-0/+13
* Auto merge of #4124 - bundler:seg-rubocop, r=indirectHomu2015-11-2733-188/+155
|\
| * [RuboCop] Enable Lint/NonLocalExitFromIteratorseg-rubocopSamuel Giddins2015-11-261-1/+1
| * [RuboCop] Enable Style/ParallelAssignmentSamuel Giddins2015-11-263-3/+6
| * [RuboCop] Enable Style/MultilineOperationIndentationSamuel Giddins2015-11-261-2/+2
| * [RuboCop] Enable Style/IfUnlessModifierSamuel Giddins2015-11-2611-45/+15
| * [RuboCop] Enable Style/EmptyLinesAroundModuleBodySamuel Giddins2015-11-266-7/+0
| * [RuboCop] Enable Style/EmptyElseSamuel Giddins2015-11-262-4/+0
| * [RuboCop] Enable Style/NextSamuel Giddins2015-11-264-57/+50
| * [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-2613-23/+23
| * [RuboCop] Enable Style/CaseIndentationSamuel Giddins2015-11-261-12/+12
| * [RuboCop] Enable Style/BlockDelimitersSamuel Giddins2015-11-265-14/+14
| * [RuboCop] Enable Style/AndOrSamuel Giddins2015-11-269-14/+14
| * [RuboCop] Enable Style/RedundantSelfSamuel Giddins2015-11-265-5/+5
| * [RuboCop] Enable Style/RescueModifierSamuel Giddins2015-11-263-4/+16
* | Auto merge of #4114 - smellsblue:restrict-gemspec-platforms, r=segiddinsHomu2015-11-272-1/+10
|\ \
| * | When loading a gem from a gemspec, restrict to the platforms defined in the g...Mike Virata-Stone2015-11-182-1/+10
* | | Auto merge of #4105 - JuanitoFatas:feature/lock-takes-gems, r=indirectHomu2015-11-272-4/+10
|\ \ \
| * | | Add support for specify gems via --update option for `bundle lock` commandJuanitoFatas2015-11-172-4/+10
| |/ /
* | | Auto merge of #4103 - jingweno:master, r=indirectHomu2015-11-272-5/+12
|\ \ \
| * | | Retry `Fetcher#specs` with `Bundler::Retry`Jingwen Owen Ou2015-11-112-5/+12
* | | | Auto merge of #4021 - jaym:bin-move, r=segiddinsHomu2015-11-271-1/+1
|\ \ \ \
| * | | | Use exe instead of bin for BUNDLE_BIN_PATH fallbackJay Mundrawala2015-10-191-1/+1
* | | | | Updates Contributor Covenant to 1.3.0CoralineAda2015-11-242-13/+42
| |_|_|/ |/| | |
* | | | Auto merge of #4113 - blackxored:silence-root-warning, r=segiddinsHomu2015-11-222-2/+2
|\ \ \ \
| * | | | Promote silence_root_warning to Bundler.settings option, fix style issuesAdrian Perez2015-11-182-3/+3
| * | | | Check SILENCE_ROOT_WARNING env to skip warning on root install cmdsAdrian Perez2015-11-171-1/+1
| | |_|/ | |/| |
* | | | Auto merge of #4110 - felixbuenemann:fix-bundle-console-irb-fallback, r=segid...Homu2015-11-221-1/+2
|\ \ \ \
| * | | | Fix `bundle console` IRB fallbackFelix Bünemann2015-11-161-1/+2
| |/ / /
* | | | Auto merge of #4063 - A5308Y:master, r=segiddinsHomu2015-11-188-67/+102
|\ \ \ \ | |/ / / |/| | |
| * | | My goal was to reveal the main part of install_gem_from_spec. From myAndreas Hellwig2015-10-278-67/+102
* | | | Auto merge of #4091 - smellsblue:full-index-x-gemfile-source, r=segiddinsHomu2015-11-124-37/+48
|\ \ \ \ | |_|_|/ |/| | |
| * | | Add specs to ensure the header is being setMike Virata-Stone2015-11-111-5/+9
| * | | Pass remote as is to fetcherMike Virata-Stone2015-11-024-33/+40
* | | | Merge pull request #4083 from bundler/retry-http-on-zlib-errorAndré Medeiros2015-11-101-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Require Zlib on the Fetcherretry-http-on-zlib-errorAndre Medeiros2015-11-091-0/+1
| * | | Retry Fetch operation on Zlib error.Andre Medeiros2015-10-281-1/+1
| |/ /
* | | Handle invalid RubyGems config fileshandle-psych-errorsAgis Anastasopoulos2015-10-282-0/+8
|/ /
* | Extract exception classes to a separate fileextract-exception-classesAgis Anastasopoulos2015-10-272-71/+83
* | Auto merge of #4075 - bundler:reraise-orig-exception, r=segiddinsHomu2015-10-271-1/+1
|\ \
| * | Fix Gem::SystemExitException initializationreraise-orig-exceptionAgis Anastasopoulos2015-10-261-1/+1
* | | Merge pull request #4069 from goughy000/fix-ssl-verify-mode-settingAndré Arko2015-10-261-1/+1
|\ \ \ | |/ / |/| |
| * | Make SSL Verify Mode a number settingGough, Jack2015-10-211-1/+1
* | | Auto merge of #4072 - bundler:rubygems-gemdeps-warn, r=indirectHomu2015-10-261-0/+7
|\ \ \
| * | | Warn if RUBYGEMS_GEMDEPS env. variable is setrubygems-gemdeps-warnAgis Anastasopoulos2015-10-251-0/+7
| |/ /
* | | Include revision hash in Source::Git#to_sshow-git-revAgis Anastasopoulos2015-10-251-1/+8
|/ /
* | Set X-Gemfile-Source when fetching gemsoriginal-source-headerAgis Anastasopoulos2015-10-201-1/+2
* | Introduce GemRemoteFetcherAgis Anastasopoulos2015-10-202-0/+42
* | Set X-Gemfile-Source when fetching dependenciesAgis Anastasopoulos2015-10-201-0/+1