summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* this wording changedAndre Arko2015-07-161-1/+1
* errors on stderr nowAndre Arko2015-07-167-15/+15
* do not deprecate gems.rb, lolAndre Arko2015-07-162-6/+23
* ignore deprecations, they aren’t warningsAndre Arko2015-07-161-1/+2
* note that disable_multisource will be the defaultAndre Arko2015-07-162-8/+8
* warn github will change from git to httpsAndre Arko2015-07-162-1/+32
* deprecate :bitbucket and :gist for 2.0Andre Arko2015-07-162-1/+49
* add config git.allow_insecure and tests for #3453Andre Arko2015-07-162-6/+37
* move deprecation specs to deprecation_spec.rbAndre Arko2015-07-162-60/+58
* match signatures with ui/shellAndre Arko2015-07-161-1/+1
* print deprecations on stderrAndre Arko2015-07-161-1/+1
* [Travis] Also build the 2-0-dev branchSamuel E. Giddins2015-07-161-0/+1
* Edit config & install docs re: remembered flagsStefan Lance2015-07-162-44/+37
* nicer default gemspecgrosser2015-07-161-4/+1
* [Setup] Print rescued exceptions to $stderrSamuel E. Giddins2015-07-162-8/+9
* Update specs to check output on STDERR where appropriateSamuel E. Giddins2015-07-1628-150/+139
* Issue #3353 - Print error messages to STDERRJordan Raine2015-07-163-8/+55
* Remove unused class variableStefan Lance2015-07-161-1/+0
* Explain version 1.99Andre Arko2015-07-161-0/+4
* Add upgrading instructions for 2.0Andre Arko2015-07-161-0/+15
* Invert defaults for caching during installStefan Lance2015-07-165-16/+28
* Add Bundler.ui.deprecateStefan Lance2015-07-1627-146/+187
* Remove capistrano, deployment, and vladStefan Lance2015-07-163-93/+0
* Add capistrano deployment deprecation warningStefan Lance2015-07-162-0/+26
* Remove bundle_rubyStefan Lance2015-07-163-282/+36
* [SourceList] Warn when adding a git source using the git procotolSamuel E. Giddins2015-07-161-1/+6
* Merge pull request #3832 from bundler/seg-rubocopSamuel E. Giddins2015-07-16182-1495/+1991
|\
| * Fix binstubs on 1.8.7Samuel E. Giddins2015-07-163-0/+6
| * [Rakefile] Properly install RuboCopSamuel E. Giddins2015-07-152-1/+5
| * [Installer] Fix standaloneSamuel E. Giddins2015-07-151-1/+1
| * Ensure rubocop is installed as a test depSamuel E. Giddins2015-07-151-0/+1
| * [RuboCop] Add binstubSamuel E. Giddins2015-07-151-0/+9
| * [RuboCop] Enable Style/StringLiteralsSamuel E. Giddins2015-07-15163-1320/+1311
| * [RuboCop] Enable Style/SymbolProcSamuel E. Giddins2015-07-1527-53/+45
| * [RuboCop] Enable Style/EmptyLinesSamuel E. Giddins2015-07-1590-154/+4
| * [RuboCop] Enable Lint/LoopSamuel E. Giddins2015-07-152-6/+3
| * [RuboCop] Enable Lint/LiteralInConditionSamuel E. Giddins2015-07-153-6/+2
| * [RuboCop] Enable Lint/LiteralInInterpolationSamuel E. Giddins2015-07-152-100/+55
| * [RuboCop] Enable Lint/EndAlignmentSamuel E. Giddins2015-07-152-8/+7
| * [RuboCop] Enable Lint/BlockAlignmentSamuel E. Giddins2015-07-153-8/+3
| * [RuboCop] Add more rulesSamuel E. Giddins2015-07-152-54/+66
| * [RuboCop] Enable Style/TrailingBlankLinesSamuel E. Giddins2015-07-153-8/+2
| * Setup RuboCopSamuel E. Giddins2015-07-153-1/+696
|/
* Merge pull request #3812 from bundler/seg-binstubsSamuel E. Giddins2015-07-159-4/+21
|\
| * Update specs for moving bin/bundle to exe/bundleSamuel E. Giddins2015-07-153-3/+3
| * Fix rspec binstubSamuel E. Giddins2015-07-151-1/+1
| * Add new binstubs for rake and rspec in bin, move executables to exeSamuel E. Giddins2015-07-157-1/+18
|/
* Merge pull request #3817 from deivid-rodriguez/remove_jruby_warningAndré Arko2015-07-113-2/+12
|\
| * Removes a warning in jrubyDavid Rodríguez2015-07-113-2/+12
* | Merge pull request #3819 from danieltdt/fix-install-ifAndré Arko2015-07-102-2/+8
|\ \