summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v1.10.4'Samuel E. Giddins2015-06-161-2/+7
|\
| * Revert "Bundler.ui is now lazy-created"Andre Arko2015-06-081-0/+7
| * put related code togetherAndre Arko2015-06-071-1/+4
| * Bundler.ui is now lazy-createdAndre Arko2015-06-071-7/+0
| * explicitly alias i, c, and e commandsAndre Arko2015-06-051-1/+3
* | Merge tag 'v1.10.0.rc'Andre Arko2015-05-181-1/+0
|\ \ | |/
| * consistent use of Bundler.ui in inline installsAndre Arko2015-05-181-1/+0
* | Fix help for `bundle gem`Andre Medeiros2015-05-181-1/+1
|/
* clean up tmp dirs if they get createdAndre Arko2015-05-041-2/+0
* use default settings insteadPatrick Metcalfe2015-04-221-1/+1
* Merge pull request #3519 from bundler/seg-forceAndré Arko2015-04-131-0/+4
|\
| * [Installer] Add option to force installationseg-forceSamuel E. Giddins2015-03-261-0/+4
* | Implement optional groupsJonne Haß2015-03-301-0/+2
|/
* [Lock] Add lock commandSamuel E. Giddins2015-03-181-0/+14
* Revert "svn source support"Andre Arko2015-01-251-2/+2
* omg banner is not desc, this is way betterAndre Arko2015-01-251-11/+11
* clean up and reword a bit asking about gem filesAndre Arko2015-01-251-11/+7
* Extended gem generation and generation settingsKir Shatrov2015-01-251-0/+3
* allow cache path to be configuredAndre Arko2015-01-251-0/+2
* Merge pull request #3320 from dholdren/masterAndré Arko2015-01-111-1/+2
|\
| * `bundle config --local gemfile /foo/bar/MyGemfile` now worksDean Holdren2014-12-221-1/+2
* | implement all_platforms options for cache/packageCody Cutrer2014-12-231-0/+2
|/
* change show --remote to --outdatedAndre Arko2014-11-281-2/+2
* Merge pull request #3129 from citizen428/masterAndre Arko2014-11-281-0/+2
|\
| * Only use Bundler methods for outdated checkMichael Kohl2014-08-141-0/+2
* | cleanup tempdirFelix C. Stegerman2014-11-261-0/+2
* | Merge pull request #3030 from bundler/plugin-systemAndré Medeiros2014-09-121-0/+6
|\ \ | |/ |/|
| * Implemented a very basic plugin system.plugin-systemAndre Medeiros2014-05-121-0/+6
* | Add `bundle viz --without` to exclude gem groups from resulting graph.Fletcher Nichol2014-05-281-0/+2
* | Hardcode the list of options for `bundle install --trust-policy`Andre Medeiros2014-05-131-2/+1
|/
* put console list _inside_ the console class :tada:Andre Arko2014-05-111-7/+1
* Reorder options alphabeticallyGabriel Jaldon2014-04-271-49/+51
* svn source supportStefan Huber2014-04-221-2/+2
* Conditionally auto_install in initialize depending on command runGabriel Jaldon2014-04-191-9/+4
* Autoinstall during "bundle clean".Ash Wilson2014-04-191-0/+1
* Autoinstall for "bundle license".Ash Wilson2014-04-191-0/+1
* Autoinstall for "bundle console".Ash Wilson2014-04-191-0/+1
* Autoinstall for "bundle open".Ash Wilson2014-04-191-0/+1
* Autoinstall for "bundle exec".Ash Wilson2014-04-191-0/+1
* Autoinstall during the "outdated" command.Ash Wilson2014-04-191-0/+1
* Autoinstall during the "binstubs" command.Ash Wilson2014-04-191-0/+1
* Autoinstall during the "show" command.Ash Wilson2014-04-191-0/+1
* CLI::auto_install performs the installation.Ash Wilson2014-04-191-0/+21
* Adds a --no-install flag to bundle packageDominick Reinhold2014-04-151-0/+1
* Added the --ext option to the gem command. This generates a skeleton for C ex...Andre Medeiros2014-03-021-0/+1
* Modified descriptions on the bundler utilities that allow extra options to cl...Aitor García2014-02-261-14/+14
* whitespace styleAndre Arko2014-01-261-0/+1
* Refactored config commandSmit Shah2014-01-181-68/+2
* Merged with masterSmit Shah2014-01-181-2/+1
|\
| * factor out spec selectionAndre Arko2014-01-161-9/+14