summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | use allowed_push_host when availableMartin Englund2015-08-281-2/+3
| * | | | make it able to specify gem host with GEM_HOST envMartin Englund2015-08-281-1/+3
| | |_|/ | |/| |
* | | | Merge pull request #3967 from agis-/issue-3960André Arko2015-08-295-3/+38
|\ \ \ \ | |/ / / |/| | |
| * | | Handle errors when requiring gems gracefullyAgis-2015-08-295-3/+38
|/ / /
* | | Auto merge of #3965 - agis-:issue-3879, r=indirectHomu2015-08-271-4/+8
|\ \ \
| * | | Show friendly errors when ref is not foundAgis-2015-08-271-4/+8
|/ / /
* | | Merge pull request #3763 from neoeno/masterAndré Arko2015-08-244-1/+167
|\ \ \
| * | | fixup! Add test for updating gems on source when source differs to nameCaden Lovelace2015-08-231-39/+39
| * | | Add ability to update gems via source for backwards-compatibility.Caden Lovelace2015-08-232-0/+82
| * | | Add test for updating gems on source when source differs to nameCaden Lovelace2015-08-231-0/+51
| * | | Add spec for not updating gems with the same name as the source.Caden Lovelace2015-08-231-0/+13
| * | | Check whether spec source name is within unlocked sources.Caden Lovelace2015-08-231-1/+1
| * | | Bundle update groups should unlock gems, not sourcesCaden Lovelace2015-08-232-1/+21
* | | | Auto merge of #3961 - bundler:more-test-retrying, r=segiddinsHomu2015-08-242-11/+14
|\ \ \ \
| * | | | disable module length copmore-test-retryingAndre Arko2015-08-231-9/+4
| * | | | try to install test system gems if missingAndre Arko2015-08-231-1/+9
| * | | | avoid build ri or rdocAndre Arko2015-08-231-1/+1
|/ / / /
* | | | Auto merge of #3959 - agis-:issue-3910, r=segiddinsHomu2015-08-231-9/+13
|\ \ \ \
| * | | | Wrap sudo access prompts in a mutexAgis-2015-08-231-9/+13
* | | | | Auto merge of #3956 - Koronen:disable-lint-unused_method_argument, r=segiddinsHomu2015-08-232-5/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Disable Lint/UnusedMethodArgumentVictor Koronen2015-08-222-5/+3
|/ / / /
* | | | Auto merge of #3929 - agis-:issue-3925, r=indirectHomu2015-08-222-1/+10
|\ \ \ \ | |/ / / |/| | |
| * | | Be stricter when accepting rubygem source URIsAgis-2015-08-212-1/+10
|/ / /
* | | Auto merge of #3944 - esasse:rubocop-fix, r=segiddinsHomu2015-08-184-18/+12
|\ \ \
| * | | Fix Style/AlignHashErick Sasse2015-08-174-18/+12
|/ / /
* | | Auto merge of #3936 - bundler:rebase-3833, r=indirectHomu2015-08-153-1/+38
|\ \ \
| * | | make rubocop happyrebase-3833Andre Arko2015-08-142-3/+3
| * | | Fix failed spec.Hirotaka Azuma2015-08-141-2/+2
| * | | Append specs.Hirotaka Azuma2015-08-142-0/+34
| * | | Don't call Gem::configuration in Bundler::FetcherHirotaka Azuma2015-08-141-1/+1
| * | | considerate .gemrc when determine http_proxyHirotaka Azuma2015-08-141-0/+3
|/ / /
* | | Auto merge of #3935 - bundler:binstub-for-setup, r=segiddinsHomu2015-08-151-1/+5
|\ \ \
| * | | now putsing on stderrbinstub-for-setupAndre Arko2015-08-131-1/+1
| * | | rescue gem load errors so setup can runAndre Arko2015-08-131-1/+5
* | | | Auto merge of #3923 - Koronen:fix-style-offences, r=segiddinsHomu2015-08-1546-324/+148
|\ \ \ \
| * | | | Enable Style/BlockEndNewlineVictor Koronen2015-08-141-5/+0
| * | | | Fix Style/BracesAroundHashParametersVictor Koronen2015-08-143-9/+3
| * | | | Fix Style/ClassCheckVictor Koronen2015-08-142-7/+1
| * | | | Fix Style/ClosingParenthesisIndentationVictor Koronen2015-08-142-6/+2
| * | | | Fix Style/ColonMethodCallVictor Koronen2015-08-142-6/+1
| * | | | Fix Style/CommandLiteralVictor Koronen2015-08-143-8/+2
| * | | | Fix Style/CommentAnnotationVictor Koronen2015-08-142-7/+1
| * | | | Fix Style/DeprecatedHashMethodsVictor Koronen2015-08-144-8/+3
| * | | | Fix Style/EmptyLinesAroundMethodBodyVictor Koronen2015-08-142-6/+0
| * | | | Fix Style/EmptyLiteralVictor Koronen2015-08-142-7/+2
| * | | | Fix Style/ForVictor Koronen2015-08-142-8/+3
| * | | | Fix Style/IndentArrayVictor Koronen2015-08-143-19/+13
| * | | | Fix Style/IndentationConsistencyVictor Koronen2015-08-142-24/+18
| * | | | Fix Style/IndentationWidthVictor Koronen2015-08-146-28/+20
| * | | | Enable Style/InfiniteLoopVictor Koronen2015-08-141-5/+0