aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Ensure packaged path repos can be updated.José Valim2012-03-221-4/+12
* Ensure packaged git repos can be updated.José Valim2012-03-221-10/+17
* Revert "Add simple cache to Bundler.load_gemspec"Terence Lee2012-03-211-5/+0
* Merge branch '1-1-stable'Terence Lee2012-03-201-1/+1
|\
| * Bundler 1.1.2Terence Lee2012-03-201-1/+1
| * Fixes #1782. Don't remove duplicate PATH sourcesTerence Lee2012-03-201-1/+1
* | Just cache git and path is --all is given.José Valim2012-03-203-1/+18
* | Path and Git should also be packaged.José Valim2012-03-201-61/+96
* | Use local.rack as override config instead of rack.local.José Valim2012-03-191-2/+2
* | Add support to --local, --global and --delete in bundle config.José Valim2012-03-192-20/+46
* | Do not resolve if the local override did not change.José Valim2012-03-192-24/+44
* | Initial implementation of local git repos.José Valim2012-03-193-13/+115
* | Encapsulate git source interaction in a git proxy.José Valim2012-03-191-92/+120
* | Refactor a couple methods in Bundler.definitionJosé Valim2012-03-191-18/+26
* | Get rid of old licensing comment.José Valim2012-03-171-3/+0
* | Merge pull request #1514 from francois/masterRohit Arondekar2012-03-171-1/+4
|\ \
| * | Be explicit in what we accept as optionsFrançois Beausoleil2011-11-021-1/+4
* | | Bump version to 1.2.preAndre Arko2012-03-141-1/+1
* | | Merge pull request #1757 from nashby/bundlerAndre Arko2012-03-141-0/+3
|\ \ \
| * | | add --quiet option to bundle update, closes #1654Vasiliy Ermolovich2012-03-151-0/+3
* | | | Merge branch '1-1-stable'Terence Lee2012-03-148-8/+22
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | Bundler 1.1.1Terence Lee2012-03-141-1/+1
| * | fix bundle cache edge case for #1202Terence Lee2012-03-131-0/+10
| * | Fix URI exception by encoding gem names for rubygems dependency API #1672rohit2012-03-101-1/+2
| * | fix shadowed variable warningAndre Arko2012-03-101-3/+3
| * | Rescue EAGAIN too so it works for JRuby on WindowsAndre Arko2012-03-101-1/+1
| * | raising Gem::InstallError is the worst possible thingAndre Arko2012-03-103-2/+3
| * | clarify that "no sources" means only local sourcesAndre Arko2012-03-101-1/+3
| * | Split `git ls-files` using $\, so gemspecs will work on Windows.Postmodern2012-03-071-1/+1
| * | Reduce invocation of `git ls-files`.Akinori MUSHA2012-03-071-2/+2
* | | Revert "Merge pull request #1615 from postmodern/data_dir"Terence Lee2012-03-0812-15/+82
* | | Moved lib/bundler/templates to data/bundler/templates.Postmodern2012-03-0712-82/+15
* | | Merge branch '1-1-stable'Terence Lee2012-03-074-3/+31
|\| |
| * | Version 1.1.0 \o/Terence Lee2012-03-071-1/+1
| * | Bump versiontomhuda2012-03-071-1/+1
| * | Clean up corrupted lockfilestomhuda2012-03-072-1/+25
| * | Merge pull request #1695 from geemus/bundlerTerence Lee2012-03-061-1/+5
| |\ \
| | * | prevent duplicate sourcesgeemus2012-03-061-1/+5
| * | | support post_install_message when using the endpointTerence Lee2012-03-051-0/+9
| |/ /
* | | fix 1-1-stable merge (for 1.1.rc.8)Terence Lee2012-03-061-2/+0
* | | support post_install_message when using the endpointTerence Lee2012-03-051-0/+9
* | | instance_variable_set is ugly, turn it into a methodTerence Lee2012-03-041-0/+4
* | | Merge branch '1-1-stable'Terence Lee2012-03-0411-48/+114
|\| |
| * | Version 1.1.rc.8Terence Lee2012-03-031-1/+1
| * | slightly less obtuse than carlAndre Arko2012-03-031-2/+3
| * | unlock when gems are added to a pathAndre Arko2012-03-031-1/+9
| * | turns out arrays are sensitive to orderAndre Arko2012-03-021-4/+3
| * | fix backwards change-detection logicTerence Lee2012-03-021-3/+14
| * | it turns out we only care if they are the sameAndre Arko2012-03-022-3/+2
| * | Fix bug involving source ordering and pinningYehuda Katz2012-03-021-1/+9