summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* looks like yaml is needed if psych failsv1.0.20.rcAndre Arko2011-09-191-1/+1
* Remove debugging output in settingsAndre Arko2011-09-181-1/+0
* Remove whitespace in manpageAndre Arko2011-09-181-1/+1
* Revert "Update to Thor 0.15.2.rc"Andre Arko2011-09-1814-141/+60
* Update changelogAndre Arko2011-09-181-1/+0
* Revert "Merge pull request #1213 from tigris/bundler"Andre Arko2011-09-181-17/+22
* Version 1.0.20.rcAndre Arko2011-09-182-1/+17
* Merge pull request #1213 from tigris/bundlerAndre Arko2011-09-171-22/+17
|\
| * Remove in_cache in favour of passing the cache_path to everything that needs it.Danial Pearce2011-06-111-12/+8
| * Merge https://github.com/carlhuda/bundler into 1-0-stableDanial Pearce2011-06-119-13/+60
| |\
| * | Use the --git-dir and --work-tree options for existing git repos rather than ...Danial Pearce2011-06-011-14/+13
* | | Update --local docs to be accurateAndre Arko2011-09-171-3/+3
* | | Allow clearing --without groupsAndre Arko2011-09-173-8/+20
* | | Don't require Psych if Syck is loadedAndre Arko2011-09-171-1/+2
* | | Update to Thor 0.15.2.rcAndre Arko2011-09-1714-60/+141
* | | correct docs on source orderAndre Arko2011-09-171-2/+2
* | | String#capitalize downcases the rest of the string :(Andre Arko2011-09-172-2/+9
* | | move gem_helper_spec to conventional locationAndre Arko2011-09-172-1/+2
* | | Fix the help spec for the 0.8 errorAndre Arko2011-09-172-2/+5
* | | lock down requirements order via String#<=>Andre Arko2011-09-172-3/+2
* | | remove double-implementation of Dependency#to_lockAndre Arko2011-09-171-8/+1
* | | Remove trailing slashes in gem namesAndre Arko2011-09-171-0/+1
* | | rescue interrupts while bundler is loadingAndre Arko2011-09-171-10/+8
* | | Merge pull request #1403 from stephencelis/bundlerAndre Arko2011-09-173-0/+4
|\ \ \
| * | | Fix "instance variable @installed not initialized" warning.Stephen Celis2011-09-131-0/+1
| * | | Fix "method redefined" warnings.Stephen Celis2011-09-132-0/+3
| * | | Fix "warning: assigned but unused variable - reqs".Stephen Celis2011-09-081-1/+1
* | | | fix line break when gem install errorsAndre Arko2011-09-161-1/+2
* | | | Fix fake yard for Rubygems 1.8.10+Andre Arko2011-09-141-1/+6
* | | | remove tabs from changelogAndre Arko2011-09-131-5/+5
* | | | Version 1.0.19.rcv1.0.19.rcAndre Arko2011-09-132-4/+18
* | | | Merge pull request #1379 from radsaq/bundlerAndre Arko2011-09-132-2/+20
|\ \ \ \
| * | | | Don't hose existing load paths if Bundle.setup is called a multiple times wit...Kevin Radloff2011-08-292-2/+20
* | | | | Merge pull request #1358 from robertwahler/bundlerAndre Arko2011-09-132-17/+51
|\ \ \ \ \
| * | | | | Gemfile.lock should not be touched if nothing has changedRobert Wahler2011-08-182-17/+51
* | | | | | Better gem install failure error, no backtraceAndre Arko2011-09-132-23/+27
* | | | | | Merge pull request #1380 from rwilcox/bundlerAndre Arko2011-09-131-12/+19
|\ \ \ \ \ \
| * | | | | | use bundler.ui + wording changes for exception handlingRyan Wilcox2011-09-051-2/+4
| * | | | | | put debugging information in an exception handler, instead of spamming outputRyan Wilcox2011-08-291-14/+17
| * | | | | | Information on what gem we're starting to install, to ease debuggingRyan Wilcox2011-08-291-0/+2
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #1409 from leereilly/1-0-stableAndre Arko2011-09-131-2/+2
|\ \ \ \ \ \
| * | | | | | Fixed broken link; http://gembundler.com/v0.9/deploying.html works, but http:...Lee Reilly2011-09-121-1/+1
| * | | | | | Killed a comma.Lee Reilly2011-09-121-1/+1
* | | | | | | Merge pull request #1411 from nextmat/improve_current_release_detectionAndre Arko2011-09-131-3/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | Raise more helpful error when current_release path cannot be successfully det...Matt Sanders2011-09-131-3/+8
|/ / / / / /
* | | | | | Binstubs should be installable on RG 1.8.10 (thx @jeremy)Andre Arko2011-09-121-1/+1
* | | | | | update changelogTerence Lee2011-09-121-0/+1
* | | | | | Revert "fix bundle cache again for rubygems 1.3.x"Terence Lee2011-09-121-2/+7
* | | | | | test that rake works on new generated gemsTerence Lee2011-09-121-0/+18
* | | | | | remove *reqs which is never used, thanks @tenderlove <3Terence Lee2011-09-121-1/+1
| |_|/ / / |/| | | |