summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Deprecate `bundle list`deprecate-bundle-listAgis Anastasopoulos2015-10-303-3/+18
| | | | Refs. #3972.
* Merge pull request #4073 from bundler/1-99-backport-spec-fixSamuel E. Giddins2015-10-241-1/+1
|\ | | | | 1-99-dev: Backport failing spec fix
| * Fix the failing spec.Tim Moore2015-10-241-1/+1
|/ | | | Since 9179412, `bundle i` is explicitly aliased and no longer ambiguous.
* Merge pull request #4048 from Zorbash/fix-protocol-typoAndré Arko2015-10-242-2/+2
|\ | | | | Fix typo in deprecation wording
| * Fix typo in deprecation wordingDimitris Zorbas2015-10-102-2/+2
| |
* | Merge pull request #4041 from Zorbash/bitbucket-deprecation-error-fixAndré Arko2015-10-241-1/+1
|\ \ | |/ |/| Fix bitbucket source deprecation warning
| * Fix bitbucket source deprecation warningDimitris Zorbas2015-10-061-1/+1
|/ | | | | The deprecation warning tries to access `user_name` which is not yet assigned and falls back to `method_missing` which raises an error.
* Change version number to 1.99.0.devStefan Lance2015-07-161-1/+1
|
* Fix deprecation warnings and lack_errors matcherStefan Lance2015-07-163-3/+3
|
* Change `given_flags?` to `options_given?`Stefan Lance2015-07-163-4/+16
|
* Add deprecation warning & spec for not autoremembering flagsStefan Lance2015-07-163-12/+24
|
* Fix specStefan Lance2015-07-161-1/+1
|
* Show deprecation warning when using --binstubsStefan Lance2015-07-163-0/+22
|
* Fix specs expecting err to be emptyStefan Lance2015-07-162-2/+2
|
* do not deprecate gems.rb, lolAndre Arko2015-07-162-6/+23
|
* bundle_ruby is a DEPRECATIONAndre Arko2015-07-162-4/+4
|
* 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/+9
|
* [Travis] Also build the 1-99-dev branchSamuel E. Giddins2015-07-161-0/+1
|
* Edit config & install docs re: remembered flagsStefan Lance2015-07-162-41/+38
|
* Remove unused class variableStefan Lance2015-07-161-1/+0
|
* Add Bundler.ui.deprecateStefan Lance2015-07-1628-89/+155
|
* Add capistrano deployment deprecation warningStefan Lance2015-07-162-0/+26
|
* [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
|\ | | | | Setup RuboCop
| * 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
| | | | | | | | The rubocop comment can be reverted after https://github.com/bbatsov/rubocop/pull/2042 is merged
| * 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
|\ | | | | Add new binstubs for rake and rspec in bin, move executables to exe
| * Update specs for moving bin/bundle to exe/bundleSamuel E. Giddins2015-07-153-3/+3
| |
| * Fix rspec binstubSamuel E. Giddins2015-07-151-1/+1
| |