summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Merge v1.0.20 from branch '1-0-stable'Andre Arko2011-09-275-10/+29
|\
| * load psych before yaml in the specsAndre Arko2011-09-221-0/+7
| * no need to for [Cc] in regex with /iJacob Burkhart & Josh Lane2011-09-221-1/+1
| * Make tests green again (result of small changes to output format)Jacob Burkhart & Josh Lane2011-09-224-10/+10
| * don't explode when cwd is an invalid regexAndre Arko2011-09-211-0/+12
* | use Bundler.system_gems even when sudo is neededAndre Arko2011-09-241-1/+1
* | Add Bundler.system_bindir, defaulted to Gem.bindirAndre Arko2011-09-241-7/+7
* | Merge v1.0.20.rc from branch '1-0-stable'Andre Arko2011-09-186-17/+96
|\ \ | |/
| * Allow clearing --without groupsAndre Arko2011-09-171-0/+14
| * String#capitalize downcases the rest of the string :(Andre Arko2011-09-171-0/+7
| * move gem_helper_spec to conventional locationAndre Arko2011-09-171-0/+0
| * Fix the help spec for the 0.8 errorAndre Arko2011-09-171-1/+2
| * lock down requirements order via String#<=>Andre Arko2011-09-171-2/+1
| * Fix fake yard for Rubygems 1.8.10+Andre Arko2011-09-141-1/+6
| * Merge pull request #1379 from radsaq/bundlerAndre Arko2011-09-131-0/+19
| |\
| | * Don't hose existing load paths if Bundle.setup is called a multiple times wit...Kevin Radloff2011-08-291-0/+19
| * | Merge pull request #1358 from robertwahler/bundlerAndre Arko2011-09-131-13/+47
| |\ \
| | * | Gemfile.lock should not be touched if nothing has changedRobert Wahler2011-08-181-13/+47
| | |/
* | | 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
* | | Merge pull request #1425 from hone/bundlerAndre Arko2011-09-171-25/+127
|\ \ \
| * | | 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
* | | | Merge pull request #1361 from cowboyd/bundlerAndre Arko2011-09-171-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | make --standalone respect --pathCharles Lowell2011-08-191-0/+14
* | | | test that reachable gem repos aren't in the errorAndre Arko2011-09-171-0/+2
* | | | specs for :github DSL optionAndre Arko2011-09-151-0/+22
* | | | 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
* | | | Merge fixes for Rubygems 1.8.10.dev from branch '1-0-stable'Andre Arko2011-09-012-3/+4
|\ \ \ \ | |/ / /
| * | | fix spec for older bundler requirementsAndre Arko2011-09-011-1/+1
| * | | stop using nonsensical Gem::Requirement#>Andre Arko2011-09-011-2/+3
| | |/ | |/|
* | | using "be ==" in tests removes some warnings from 1.9.2Josh Kalderimis2011-08-312-17/+17
* | | no fit fit badAndre Arko2011-08-281-1/+1
* | | Always set the bindir to avoid permission errorsAndre Arko2011-08-281-0/+20
* | | tabs are two spacesAndre Arko2011-08-281-2/+2
* | | split is not what we're actually doingTerence Lee2011-08-251-1/+1
* | | bundler shouldn't be an unmet dependencyTerence Lee2011-08-252-0/+15
* | | Y U NOT RUN SPECS, PAST SELFAndre Arko2011-08-251-18/+0
* | | 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
* | Also try to require name/space when gem is name-spaceAndre Arko2011-08-171-0/+18
* | remove deprecation from DSLTerence Lee2011-08-171-3/+2
* | gracefully handle case where rubygems server is unavailableTerence Lee2011-08-171-0/+11