summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 1.1.rc.5v1.1.rc.5Terence Lee2011-12-141-1/+1
* update changelogTerence Lee2011-12-141-0/+6
* 1.1.rc.4v1.1.rc.4Terence Lee2011-12-141-1/+1
* update changelogTerence Lee2011-12-141-0/+11
* Merge pull request #1588 from cowboyd/bundlerTerence Lee2011-12-143-3/+55
|\
| * don't change string quotation conventions.Charles Lowell2011-12-121-2/+2
| * make executable stub runnable from anywhere not just its parent directory.Charles Lowell2011-12-123-3/+9
| * Ensure binstubs generated when using --standalone point to the standalone bun...Charles Lowell2011-12-123-4/+50
* | Merge branch 'master' into 1-1-stableTerence Lee2011-12-142-103/+122
|\ \
| * \ Merge pull request #1586 from hirochachacha/1213_rewrite_viz_graphErik Michaels-Ober2011-12-122-103/+122
| |\ \
| | * | rewrite graph.rb and clihirochachacha2011-12-132-103/+122
| | |/
| * | Revert "Access rubygems.org via https by default when using :rubygems in Gemf...Erik Michaels-Ober2011-12-121-1/+1
| |/
| * Merge pull request #1585 from spagalloco/httpsErik Michaels-Ober2011-12-121-1/+1
| |\
| | * Access rubygems.org via https by default when using :rubygems in Gemfile.Steve Agalloco2011-12-121-1/+1
| |/
* | 1.1.rc.3v1.1.rc.3Terence Lee2011-12-081-1/+1
* | update changelogTerence Lee2011-12-081-0/+7
|/
* Merge pull request #1582 from carlhuda/relative_pathAndré Arko2011-12-082-1/+26
|\
| * fix relative_path so it checks Bundler.rootTerence Lee2011-12-082-1/+26
|/
* fix specs by deleting trailing whitespaceAndre Arko2011-12-071-1/+1
* Outdated now loops through current specs and checks each against the active d...Joel Moss2011-12-072-23/+16
* fix quality specTerence Lee2011-12-061-1/+1
* bro, it's rc.2v1.1.rc.2Terence Lee2011-12-061-1/+1
* move stufu into bugfixesTerence Lee2011-12-061-5/+5
* update changelogTerence Lee2011-12-061-0/+26
* remove --clean on update, --clean is a setting on installTerence Lee2011-12-062-43/+30
* remove `clean` on install/update by default with `--path`Terence Lee2011-12-062-24/+24
* Revert "stop asking for tickets on non-Bundler errors"Terence Lee2011-12-061-4/+0
* Merge pull request #1578 from tenderlove/mmErik Michaels-Ober2011-12-051-0/+8
|\
| * name and requirement methods are needed, so define them to avoidAaron Patterson2011-12-051-0/+8
|/
* Merge pull request #1574 from ognevsky/add-readme-to-newgemErik Michaels-Ober2011-12-052-0/+30
|\
| * Added README.md to newgemAndrey Ognevsky2011-12-042-0/+30
|/
* Not all executables are binaryErik Michaels-Ober2011-12-021-5/+5
* Merge pull request #1573 from tenderlove/shellErik Michaels-Ober2011-12-021-1/+12
|\
| * Search $PATH for a binary rather than shelling out to `which`Aaron Patterson2011-12-021-1/+12
|/
* Merge pull request #1571 from ognevsky/add-license-to-newgemAndré Arko2011-12-022-0/+23
|\
| * Added LICENSE (MIT) to newgemAndrey Ognevsky2011-12-022-0/+23
|/
* #1519 gracefully handle bundle exec with no argsTerence Lee2011-11-302-0/+13
* fix typo, thanks @jeremyTerence Lee2011-11-301-1/+1
* #1561 don't clean when using --deploymentTerence Lee2011-11-302-1/+32
* only auto-namespace requires for implied requiresAndre Arko2011-11-302-3/+33
* stop asking for tickets on non-Bundler errorsAndre Arko2011-11-301-0/+4
* Merge pull request #1567 from tenderlove/cachingYehuda Katz2011-11-301-5/+8
|\
| * do not clear RG cache unless we actually modify GEM_PATH and GEM_HOMEAaron Patterson2011-11-301-5/+8
* | #1473 fix bundle clean output for git reposTerence Lee2011-11-302-18/+17
* | Merge pull request #1564 from derekprior/help-fixErik Michaels-Ober2011-11-301-2/+2
|\ \
| * | Fixed help message wording.Derek Prior2011-11-301-2/+2
| |/
* | Merge pull request #1563 from jredville/masterErik Michaels-Ober2011-11-303-3/+7
|\ \ | |/ |/|
| * Fixed failing test in clean_spec.rbJim Deville2011-11-291-1/+3
| * Fixes #1560 with an exit code of 1, and makes running clean_spec.rbJim Deville2011-11-293-3/+5
|/
* Merge pull request #1562 from carlhuda/1522_httpsYehuda Katz2011-11-292-2/+2
|\