summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* [Lock] Add --add-platformseg-bundle-lock-add-platformSamuel Giddins2016-06-041-0/+2
* Make spec context more specific, modify standalone option descriptionBoggs2016-05-261-1/+1
* Add standalone flag to binstubs, fix #4594Boggs2016-05-251-0/+2
* [CLI] Only redirect to help whel first two args are help and execseg-exec-help-with-dashSamuel Giddins2016-05-231-23/+8
* [Install] Don't set :no_install unecessarilyseg-install-no-no-installSamuel Giddins2016-05-061-2/+2
* Use `cat` instead of `echo` for specsBoggs2016-04-301-5/+5
* Use regex for matching usage of `exec` and `--help`Boggs2016-04-301-12/+27
* Use help switch specified in args instead of replacing it with --helpBoggs2016-04-301-2/+2
* Show executable's man page when --help or -h is presentBoggs2016-04-301-2/+11
* Add test for checking langauge of sentences used in source codeAditya Prakash2016-03-091-4/+4
* Fixed the mistakesAsutosh Palai2016-03-071-2/+2
* Updated the method argument strings for all-packagesAsutosh Palai2016-03-041-2/+2
* Auto merge of #4304 - mobilutz:master, r=indirectHomu2016-02-271-6/+6
|\
| * Call viz with dupped options so they can be editedLutz Lengemann2016-02-181-1/+1
| * Change help display for vizLutz Lengemann2016-02-181-5/+5
* | Auto merge of #4308 - bundler:seg-bundle-no-install, r=indirectHomu2016-02-251-0/+4
|\ \
| * | [CLI] Ensure `bundle install` will always installseg-bundle-no-installSamuel Giddins2016-02-171-0/+4
| |/
* | Auto merge of #4315 - RochesterinNYC:support-frozen-flag-for-bundle-package, ...Homu2016-02-231-0/+2
|\ \
| * | Add `--frozen` flag support for `bundle package`James Wen2016-02-211-0/+2
| |/
* | Add `--patch` flag for `bundle outdated`James Wen2016-02-181-1/+2
|/
* Add --parseable (with --porcelain alias) to `bundle outdated` for minimal outputJames Wen2016-02-041-0/+2
* Compatibility with frozen string literalsSamuel Giddins2016-01-311-0/+1
* [RuboCop] Fix Style/MutableConstantSamuel Giddins2016-01-311-1/+1
* Auto merge of #4249 - cirdes:outdated-semantic, r=indirectHomu2016-01-311-0/+2
|\
| * bundle outdated with major and minor optionsCirdes Henrique2016-01-291-0/+2
* | make --full-index fall back to specs.4.8.gzAndre Arko2016-01-251-3/+3
* | Use '--exe' option name in addition to '--bin' as primary option name.Chris Keele2016-01-221-1/+1
|/
* [Lock] Add --full-index optionSamuel Giddins2016-01-061-0/+2
* Redirects any usage of --help or -h flag for a command to that command's helpJames Wen2015-12-211-0/+13
* Merge pull request #4064 from pivotal-cf-experimental/masterAndre Arko2015-12-121-0/+2
|\
| * Merge branch 'master' into upstream_masterBrandon Shroyer2015-11-121-0/+2
| |\
| | * Adds ruby version to Gemfile.lock.David Morhovich2015-10-271-0/+2
* | | Auto merge of #4124 - bundler:seg-rubocop, r=indirectHomu2015-11-271-1/+1
|\ \ \
| * | | [RuboCop] Enable Style/PercentLiteralDelimitersSamuel Giddins2015-11-261-1/+1
| |/ /
* | | Add support for specify gems via --update option for `bundle lock` commandJuanitoFatas2015-11-171-2/+2
|/ /
* | Warn if RUBYGEMS_GEMDEPS env. variable is setrubygems-gemdeps-warnAgis Anastasopoulos2015-10-251-0/+7
|/
* Update binstubs command description for multiple gemsDimitris Zorbas2015-10-031-1/+2
* Ignore ENV["BUNDLE_GEMFILE"] if it's emptyAgis-2015-09-151-1/+1
* Fix Style/AlignHashErick Sasse2015-08-171-6/+6
* Fix Style/IndentArrayVictor Koronen2015-08-141-9/+9
* Fix Style/IndentationConsistencyVictor Koronen2015-08-141-18/+18
* [RuboCop] Update to 0.33.0Samuel E. Giddins2015-08-071-5/+5
* Add command plugin support to help commandTim Fischbach2015-08-041-0/+2
* Merge pull request #3866 from mattbrictson/man-bundle-gemAndré Arko2015-07-291-0/+1
|\
| * Add man page for `bundle gem`.Matt Brictson2015-07-211-0/+1
* | Fix Performance/ReverseEachErick Sasse2015-07-221-1/+1
* | Merge tag 'v1.10.6'Samuel E. Giddins2015-07-221-1/+1
|\ \
| * | Fix option description for `bundle gem`Matt Brictson2015-07-111-2/+2
* | | Fix Style/AccessModifierIndentationErick Sasse2015-07-211-1/+1
| |/ |/|
* | Fix Style/SpaceInsideBlockBracesAndre Arko2015-07-181-1/+1