aboutsummaryrefslogtreecommitdiffstats
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Ensure packaged path repos can be updated.José Valim2012-03-221-0/+22
* Ensure packaged git repos can be updated.José Valim2012-03-221-11/+55
* Merge branch '1-1-stable'Terence Lee2012-03-202-0/+140
|\
| * Fixes #1782. Don't remove duplicate PATH sourcesTerence Lee2012-03-201-0/+14
| * Test case for bundle install not checking out gitTerence Lee2012-03-201-0/+126
* | Just cache git and path is --all is given.José Valim2012-03-203-58/+116
* | Path and Git should also be packaged.José Valim2012-03-202-4/+77
* | Ensure tests pass on 1.8.7.José Valim2012-03-191-4/+5
* | Use local.rack as override config instead of rack.local.José Valim2012-03-191-8/+8
* | Add support to --local, --global and --delete in bundle config.José Valim2012-03-191-22/+119
* | Initial implementation of local git repos.José Valim2012-03-192-2/+150
* | Merge pull request #1757 from nashby/bundlerAndre Arko2012-03-141-0/+12
|\ \
| * | add --quiet option to bundle update, closes #1654Vasiliy Ermolovich2012-03-151-0/+12
* | | Merge branch '1-1-stable'Terence Lee2012-03-146-7/+18
|\ \ \ | |/ / |/| / | |/
| * fix bundle cache edge case for #1202Terence Lee2012-03-131-1/+2
| * Fix URI exception by encoding gem names for rubygems dependency API #1672rohit2012-03-101-0/+10
| * avoid warning from setting encoding if possibleAndre Arko2012-03-101-1/+1
| * fix void use of == warningAndre Arko2012-03-101-2/+2
| * somewhat confusingly, Bundler.ui.error is STDOUTAndre Arko2012-03-101-1/+1
| * clarify that "no sources" means only local sourcesAndre Arko2012-03-101-2/+2
* | Merge branch '1-1-stable'Terence Lee2012-03-073-0/+92
|\|
| * Clean up corrupted lockfilestomhuda2012-03-072-0/+76
| * #1694: add failing test for duplicate git sourcesTerence Lee2012-03-061-0/+16
| * support post_install_message when using the endpointTerence Lee2012-03-051-0/+21
* | support post_install_message when using the endpointTerence Lee2012-03-051-0/+21
* | instance_variable_set is ugly, turn it into a methodTerence Lee2012-03-041-1/+1
* | reset @gemspec_cache for testsTerence Lee2012-03-041-0/+2
* | Merge branch '1-1-stable'Terence Lee2012-03-047-8/+105
|\|
| * Merge pull request #1639 from carlhuda/dependency_type_bugJames Tucker2012-02-011-0/+21
| |\
| | * Added test coverage for the dependency type bugJames Tucker2012-01-201-0/+21
| * | Avoid passing RUBYOPT changes in with_clean_env block.Eric Anderson2012-01-261-2/+14
| |/
| * back to a single failing spec, #1609 is broken againAndre Arko2012-01-131-2/+5
| * and this is why we don't commit as we leave for dinnerAndre Arko2012-01-131-1/+1
| * sources added later must win in a conflictAndre Arko2012-01-121-0/+21
| * failing test for clean when using :path with no gemspecTerence Lee2011-12-291-0/+21
| * fix exec spec for message changeAndre Arko2011-12-221-1/+1
| * make Gemfile errors more sensibleAndre Arko2011-12-221-0/+8
| * fix issue when global .bundle/config is emptyTerence Lee2011-12-211-0/+12
| * fix issue when local .bundle/config is emptyTerence Lee2011-12-211-0/+12
| * fix spec nameAndre Arko2011-12-211-1/+1
| * work with textmate's broken syntax highlightingAndre Arko2011-12-211-6/+6
* | make error more like NameError, since this is oneAndre Arko2012-02-121-6/+5
* | handle Gemfile syntax errorsAndre Arko2012-02-121-2/+11
* | remove completely unused deprecation stuffAndre Arko2012-02-121-36/+0
* | Added specs for DSL error handlingSebastian Staudt2012-02-131-5/+16
* | Avoid passing RUBYOPT changes in with_clean_env block.Eric Anderson2012-01-261-2/+14
* | Add specs for Bundler::GemHelper#install and Bundler::GemHelper.gemspec.Akinori MUSHA2012-01-201-0/+31
|/
* make executable stub runnable from anywhere not just its parent directory.Charles Lowell2011-12-121-1/+7
* Ensure binstubs generated when using --standalone point to the standalone bun...Charles Lowell2011-12-121-0/+16
* fix relative_path so it checks Bundler.rootTerence Lee2011-12-081-0/+25