summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* Add --shebang option to bundle install to use a different executable than the...James Miller2011-10-011-0/+3
* Merge v1.0.20 from branch '1-0-stable'Andre Arko2011-09-271-1/+2
|\
| * don't explode when cwd is an invalid regexAndre Arko2011-09-211-1/+2
* | Merge v1.0.20.rc from branch '1-0-stable'Andre Arko2011-09-181-8/+8
|\ \ | |/
| * Allow clearing --without groupsAndre Arko2011-09-171-5/+4
| * String#capitalize downcases the rest of the string :(Andre Arko2011-09-171-2/+2
| * Remove trailing slashes in gem namesAndre Arko2011-09-171-0/+1
* | add --force to bundle clean, thanks @ebeigartsTerence Lee2011-09-181-3/+5
* | whitespace arghAndre Arko2011-09-171-1/+1
* | adds a '--paths' flag to 'bundle show' to list all the paths of bundled gemsTieg Zaharia2011-09-171-0/+6
* | Don't load RG plugins when they can't be loadedAndre Arko2011-09-171-2/+6
* | --path detection for clean should be in cli.rbTerence Lee2011-09-171-2/+3
* | Merge pull request #1425 from hone/bundlerAndre Arko2011-09-171-0/+7
|\ \
| * | fix --clean banner messageTerence Lee2011-09-171-2/+2
| * | automatically clean on bundle update with --pathTerence Lee2011-09-171-0/+3
| * | don't save bundle clean as a settingTerence Lee2011-09-171-6/+1
| * | auto bundle clean on install, add --clean/--no-clean optionsTerence Lee2011-09-171-0/+9
* | | Merge pull request #1364 from tpope/bundlerAndre Arko2011-09-171-1/+2
|\ \ \ | |/ / |/| |
| * | Load RubyGems plugins on install and updateTim Pope2011-08-211-0/+2
* | | Merge branch '1-0-stable'Terence Lee2011-09-121-1/+1
|\ \ \ | | |/ | |/|
| * | Fix exec when command contains 'exec'Andre Arko2011-09-011-1/+1
| |/
* | fix quality specTerence Lee2011-08-221-1/+1
* | outdated now treats pre-release gems correctly by not ignoring them (when not...Joel Moss2011-08-191-2/+12
* | Merge branch '1-0-stable'Terence Lee2011-08-061-4/+4
|\ \ | |/
| * avoid modifying frozen array (fixes `bundle install --without` on kiji)Aman Gupta2011-07-051-2/+2
| * gems provide "executables", they are rarely also "binaries"Xavier Noria2011-06-171-1/+1
| * subcommand name in ARGV can be a shorthandAkira Matsuda2011-06-111-1/+1
* | Jump to next iteration if current spec cannot be found and is nil. Fixes #1251Joel Moss2011-06-181-0/+1
* | Using Source class name to check for a git gem in `outdated` command. fixes #...Joel Moss2011-06-151-1/+1
* | Revert `bundle benchmark` commandAndre Arko2011-06-111-7/+0
* | enable option --full-index to use the modern index instead of the endpointTerence Lee2011-06-111-0/+4
* | Merge branch '1-0-stable'Andre Arko2011-06-101-5/+2
|\ \ | |/
| * warn if non-vendored Thor has already been requiredAndre Arko2011-06-101-3/+1
| * Add user.name and user.email from git config to newgem gemspec templateAndrey Ognevsky2011-05-221-1/+5
| * Fix for issue #1127: Properly display installation location as a relative pat...Scott Tadman2011-05-211-2/+1
* | Change outdated --all to --pre for symmetry with rubygemsAndre Arko2011-05-241-5/+6
* | Ignoring pre-release gems in outdated command, and added --all option to incl...Joel Moss2011-05-201-1/+8
* | clarify names a bitAndre Arko2011-05-171-12/+16
* | whitespace, remove ppAndre Arko2011-05-171-2/+0
* | ensure `bundle outdated` output ends in a newlineAndre Arko2011-05-171-0/+2
* | Bloody hell, I think I finally got outdated to show the correctly outdated ge...Joel Moss2011-05-171-5/+16
* | outdated now works correctly with git gems. fixes #1170Joel Moss2011-05-171-6/+10
* | Fix typoErik Michaels-Ober2011-05-141-1/+1
* | Fix trailing whitespaceAndre Arko2011-05-141-2/+2
* | Add documentation for the benchmark CLI utilityPascal Houliston2011-05-111-1/+1
* | Add bundle benchmark to show load times for each gem in your bundlePascal Houliston2011-05-081-0/+7
* | Merge pull request #1155 from csquared/post_install_messagesErik Michaels-Ober2011-05-081-0/+3
|\ \
| * | Show post-install messagesChris Continanza2011-05-071-0/+3
* | | allow --path to be passed to bundle checkTerence Lee2011-05-071-0/+4
|/ /
* | Merged pull request #1130 from joelmoss/outdated.Andre Arko2011-04-291-0/+27
|\ \