aboutsummaryrefslogtreecommitdiffstats
path: root/spec/other
Commit message (Expand)AuthorAgeFilesLines
* Merge v1.0.20.rc from branch '1-0-stable'Andre Arko2011-09-182-137/+2
|\
| * move gem_helper_spec to conventional locationAndre Arko2011-09-171-136/+0
| * Fix the help spec for the 0.8 errorAndre Arko2011-09-171-1/+2
* | add --force to bundle clean, thanks @ebeigartsTerence Lee2011-09-181-1/+24
* | change 'should be ==' to 'should eq()'Terence Lee2011-09-181-7/+7
* | Pathnames to strings for ruby 1.9Andre Arko2011-09-171-2/+2
* | adds a '--paths' flag to 'bundle show' to list all the paths of bundled gemsTieg Zaharia2011-09-171-0/+6
* | automatically clean on bundle update with --pathTerence Lee2011-09-171-1/+38
* | don't save bundle clean as a settingTerence Lee2011-09-171-10/+11
* | auto bundle clean on install, add --clean/--no-clean optionsTerence Lee2011-09-171-17/+81
* | convert pathnames to strings for ruby 1.9Andre Arko2011-09-141-2/+4
* | fixes #1390: Clean up cached git dirs in bundle cleanTerence Lee2011-09-131-1/+24
* | Merge branch '1-0-stable'Terence Lee2011-09-122-0/+24
|\|
| * test that rake works on new generated gemsTerence Lee2011-09-121-0/+18
| * Fix exec when command contains 'exec'Andre Arko2011-09-011-0/+6
* | using "be ==" in tests removes some warnings from 1.9.2Josh Kalderimis2011-08-311-7/+7
* | fix quality specTerence Lee2011-08-221-4/+4
* | outdated now treats pre-release gems correctly by not ignoring them (when not...Joel Moss2011-08-191-1/+18
* | properly handle nested gems in git repos with bundle cleanTerence Lee2011-08-161-0/+18
* | remove @ in @revisionTerence Lee2011-08-161-4/+4
* | in clean remove old .gem/.gemspec to fix old cleanTerence Lee2011-08-161-0/+29
* | change should_not_have_gem to should_not_have_gemsTerence Lee2011-08-161-8/+10
* | Merge branch '1-0-stable'Terence Lee2011-08-121-0/+8
|\|
| * Merge pull request #1295 from cldwalker/bundlerAndre Arko2011-08-091-0/+8
| |\
| | * add specs for hidden gemspec, close #827Gabriel Horner2011-07-091-0/+8
* | | fix bundle check to not print fatal error message, close #1347Gabriel Horner2011-08-121-0/+6
* | | Merge branch '1-0-stable'Terence Lee2011-08-062-3/+3
|\| |
| * | silence stderr on a specGabriel Horner2011-07-091-1/+1
| |/
| * gems provide "executables", they are rarely also "binaries"Xavier Noria2011-06-171-2/+2
| * switch to sys_exec since that's what it's forAndre Arko2011-06-141-1/+1
* | bundle clean should clean up the cache gems, close #1293Gabriel Horner2011-08-051-26/+22
* | Revert `bundle benchmark` commandAndre Arko2011-06-111-15/+0
* | Fix mismerge that added back calls to check()Andre Arko2011-06-101-2/+2
* | Merge branch 'refactor_index'Andre Arko2011-06-101-29/+0
|\ \
| * | --disable-shared-gems flag removed in 1.1Terence Lee2011-05-191-29/+0
* | | Fix outdated spec to refer to the flag's new nameAndre Arko2011-06-101-3/+3
* | | Merge branch '1-0-stable'Andre Arko2011-06-104-14/+18
|\ \ \ | | |/ | |/|
| * | un-check everythingAndre Arko2011-05-243-13/+13
| * | newgem should require the version filerubiii2011-05-081-1/+5
* | | outdated spec whitespaceAndre Arko2011-06-101-7/+7
* | | Ignoring pre-release gems in outdated command, and added --all option to incl...Joel Moss2011-05-201-5/+29
* | | Revert "Removed useless surrounding context block"Joel Moss2011-05-201-11/+0
* | | Removed useless surrounding context blockJoel Moss2011-05-201-0/+11
* | | Removed useless surrounding context blockJoel Moss2011-05-201-36/+34
| |/ |/|
* | whitespace, remove ppAndre Arko2011-05-171-8/+7
* | Bloody hell, I think I finally got outdated to show the correctly outdated ge...Joel Moss2011-05-171-2/+2
* | outdated now works correctly with git gems. fixes #1170Joel Moss2011-05-171-35/+44
* | Fix trailing whitespaceAndre Arko2011-05-141-1/+0
* | Add bundle benchmark to show load times for each gem in your bundlePascal Houliston2011-05-081-0/+16
* | fix check --path specTerence Lee2011-05-071-1/+1