summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.0.0.beta.11.0.0.beta.1Andre Arko2010-06-091-1/+1
* Removed outdated pending specsCarl Lerche2010-06-092-22/+0
* Bring back a spec describing the cache being updated when the bundle is updatedCarl Lerche2010-06-095-5/+21
* Fix a passing spec that was spewing out errors.Carl Lerche2010-06-091-0/+4
* Back to deleting old lockfiles for the beta releaseAndre Arko2010-06-081-17/+17
* Backport latest changes from Thor to the vendored one.José Valim2010-06-091-1/+9
* Bring back the bundling bundler specCarl Lerche2010-06-083-10/+11
* Fix a bug in the lockfile parserCarl Lerche2010-06-083-1/+34
* Remove useless ENV variables in simple_case_spec.rbCarl Lerche2010-06-081-5/+0
* Improve sudo supportwycats2010-06-082-7/+19
* Load all Rubygemswycats2010-06-081-0/+1
* Don't remote update git multiple timesCarl Lerche2010-06-083-2/+6
* Fix path for gembins in specsAndre Arko2010-06-081-1/+1
* Fix cache output specsAndre Arko2010-06-082-2/+2
* Merge branch 'v0.9'Andre Arko2010-06-080-0/+0
|\
| * Error on lockfiles generated by 0.10Andre Arko2010-06-072-3/+14
| * Indicate that specifying a gem to 'bundle show' is optional.Ben Orenstein2010-05-141-1/+1
| * Add install option --no-cache to prevent updating the cache.Andre Arko2010-05-121-1/+2
| * Fix linebreak before install complete messageAndre Arko2010-05-082-5/+1
| * Version 0.9.250.9.25Andre Arko2010-05-032-1/+8
| * Fix newlines in output from install commandAndre Arko2010-05-032-2/+7
| * fixed a bug with Ruby 1.9 caused by a Pathname API changeMatt Aimonetti2010-04-271-5/+4
| * Convert Pathname to String before passing it to Pathname.globAndre Arko2010-04-261-1/+1
* | Remove outdated commentAndre Arko2010-06-081-2/+0
* | Upgrade 0.9 lockfiles to 1.0 lockfiles in-placeAndre Arko2010-06-082-7/+26
* | Start 1.1 roadmapAndre Arko2010-06-081-0/+5
* | Don't load ERB that we will never useAndre Arko2010-06-081-2/+0
* | Use ~/.bundle/bin, since 0.9 uses ~/.bundleAndre Arko2010-06-081-1/+1
* | Remove vestigal write_yml_lock methodAndre Arko2010-06-081-10/+3
* | Update roadmap for new 1.0 planAndre Arko2010-06-081-36/+16
* | Say "Using gemname (0.1)" if gem is already installedAndre Arko2010-06-081-5/+6
* | Update cache messagesAndre Arko2010-06-082-6/+2
* | Fix install output with native extensionsAndre Arko2010-06-081-4/+4
* | Warn when sources cannot be reachedAndre Arko2010-06-081-6/+10
* | Error on lockfiles generated by 0.10Andre Arko2010-06-081-2/+8
* | Remove lockfiles generated by 0.9Andre Arko2010-06-082-0/+8
* | Add install option --no-cache to prevent updating the cache.Andre Arko2010-06-081-1/+3
* | Fix linebreak before install complete messageAndre Arko2010-06-081-0/+1
* | Version 0.9.25Andre Arko2010-06-081-0/+7
* | Convert Pathname to String before passing it to Pathname.globAndre Arko2010-06-081-1/+1
* | Rescue from spec materialization errorsCarl Lerche2010-06-073-2/+35
* | Get the check specs to passCarl Lerche2010-06-075-11/+21
* | Update the TODOCarl Lerche2010-06-061-1/+10
* | Working on getting bundle check functioning correctlyCarl Lerche2010-06-064-37/+26
* | The specs should lazily load the specs as needed.Carl Lerche2010-06-061-43/+51
* | Fix materializing the lazy specificationsCarl Lerche2010-06-067-10/+23
* | Instead of maintaining Source#index and Source#remote_index, just have Source...Carl Lerche2010-06-063-23/+26
* | Don't bother to do a resolve if we have all the needed information in the loc...Carl Lerche2010-06-061-7/+9
* | The resolver doesn't need to fallback on the index if the gems are in the loc...Carl Lerche2010-06-062-21/+3
* | Persist all platforms for a matching spec to the lockfileCarl Lerche2010-06-065-26/+46