summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.1.5 with changelogv1.1.51-1-stableTerence Lee2012-07-172-1/+7
* special case `ruby` directiveTerence Lee2012-07-172-0/+27
* Fix typos in error messagesMani Tadayon2012-06-052-2/+2
* Version 1.1.4 with changelogAndre Arko2012-05-272-1/+11
* Revert "suppress rubygems deprecations during artifice setup"Andre Arko2012-05-271-27/+14
* make tests pass under travis.Tim Miller2012-05-271-1/+6
* work around Ruby bug empty files in YAML.load_fileAndre Arko2012-05-271-2/+10
* print the backtrace of install errors in verbose modeAndre Arko2012-05-271-0/+1
* instructions for when OpenSSL is missingAndre Arko2012-05-272-0/+44
* grammar fix for spec nameAndre Arko2012-05-271-1/+1
* we're already inside the Bundler namespace hereAndre Arko2012-05-271-1/+1
* guard against double-adding vendor to the load pathAndre Arko2012-05-271-1/+2
* add vendored_persistentAndre Arko2012-05-272-1/+4
* suppress rubygems deprecations during artifice setupAndre Arko2012-05-271-14/+27
* revamp ISSUESAndre Arko2012-05-271-20/+16
* point users at ISSUES.md instead of a new ticketAndre Arko2012-05-271-5/+3
* fixes for capistrano integrationAndre Arko2012-05-272-5/+5
* Fixing "bundle clean --force" banner.Doug Barth2012-05-241-1/+1
* Bundler 1.1.3v1.1.3Terence Lee2012-03-231-1/+1
* update changelog for 1.1.3Terence Lee2012-03-231-0/+6
* bundler root path should be escapedAaron Patterson2012-03-231-1/+1
* #1789. test when regex chars are in bundler rootTerence Lee2012-03-231-0/+23
* helper for custom app roots in specsTerence Lee2012-03-231-0/+4
* Bundler 1.1.2v1.1.2Terence Lee2012-03-201-1/+1
* update changelog for 1.1.2Terence Lee2012-03-201-0/+6
* Fixes #1782. Don't remove duplicate PATH sourcesTerence Lee2012-03-202-1/+15
* Test case for bundle install not checking out gitTerence Lee2012-03-201-0/+126
* Bundler 1.1.1v1.1.1Terence Lee2012-03-141-1/+1
* update changelog for 1.1.1Terence Lee2012-03-131-0/+1
* fix bundle cache edge case for #1202Terence Lee2012-03-132-1/+12
* Include 'your Gemfile and Gemfile.lock' in fatal exception errorRyan Bigg2012-03-131-3/+3
* Add 'Please include the full output of the command' to fatal error messageRyan Bigg2012-03-131-1/+3
* Changelog for 1.1.1Andre Arko2012-03-131-0/+14
* Fix URI exception by encoding gem names for rubygems dependency API #1672rohit2012-03-102-1/+12
* avoid warning from setting encoding if possibleAndre Arko2012-03-101-1/+1
* fix void use of == warningAndre Arko2012-03-101-2/+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
* somewhat confusingly, Bundler.ui.error is STDOUTAndre 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-102-3/+5
* 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
* Version 1.1.0 \o/v1.1.0Terence Lee2012-03-071-1/+1
* update changelogTerence Lee2012-03-071-1/+3
* Bump versiontomhuda2012-03-071-1/+1
* Clean up corrupted lockfilestomhuda2012-03-074-1/+101
* Merge pull request #1695 from geemus/bundlerTerence Lee2012-03-061-1/+5
|\
| * prevent duplicate sourcesgeemus2012-03-061-1/+5
* | #1694: add failing test for duplicate git sourcesTerence Lee2012-03-061-0/+16