summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Update gemspec0.9.6Carlhuda2010-02-161-2/+2
* Make the tests more platform agnostic -- all green on jrubyCarlhuda2010-02-166-3/+15
* Fix Bundler on 1.9Carlhuda2010-02-169-5/+19
* Quiet out spec outputCarlhuda2010-02-162-1/+3
* Back to the original Resolver-order require test, but explicitAndre Arko2010-02-162-3/+4
* More obvious Rails 2.3 instructionsAndre Arko2010-02-161-8/+11
* Shuffle and organize readme; mention upgrade instructionsAndre Arko2010-02-161-14/+9
* Set Resolver order with explicit dependencyAndre Arko2010-02-162-3/+3
* make requires occur in the order that Resolver determinesBrandon Dimcheff2010-02-152-5/+39
* Make #inject usage a bit more idiomaticAndre Arko2010-02-141-3/+3
* Fix bundle install for a locked app, when there isn't already a .bundle direc...Joshua Nichols2010-02-132-2/+3
* Fix link formattingAndre Arko2010-02-131-1/+2
* Fully load RubyGems in Ruby 1.9Andre Arko2010-02-131-0/+1
* Allow string group names in GemfilesSimon Jefford2010-02-132-1/+17
* Update readmeAndre Arko2010-02-131-22/+29
* Only cleanup outdated bundlers, not all gemsAndre Arko2010-02-132-2/+2
* Suggest committing your lockfile, note the needed Rails 2 changesAndre Arko2010-02-131-2/+12
* Set spec_dirs so rails 2 works while unlockedAndre Arko2010-02-121-0/+1
* Bumped to 0.9.6Carlhuda2010-02-122-3/+3
* Move the bundle cache to BUNDLE_PATH/cache/bundler0.9.5Carlhuda2010-02-124-2/+10
* Namespace the default bundle path to support with the ruby engine and version.Carlhuda2010-02-123-3/+4
* First pass at not raising if a require by the gem's name does not exist.Carl Lerche2010-02-114-18/+73
* Have the bundle command explode with a helpful error message if older version...Carl Lerche2010-02-105-5/+22
* Spec that ensures that .bundle/environment.rb exists during bundle installCarl Lerche2010-02-101-0/+9
* Regenerate .bundle/environment.rb during bundle checkCarl Lerche2010-02-103-5/+24
* Generate .bundle/environment.rb on Bundle.setup if the bundle is locked and ....Carl Lerche2010-02-104-4/+28
* Merge remote branch 'bluehavana/master'Carl Lerche2010-02-102-2/+15
|\
| * Fixed relative path issue (for something like gem "sample", :path => "vendor/...bluehavana2010-02-092-2/+15
* | Separate bundle install foo and bundle install --disable-shared-gems.Carl Lerche2010-02-103-6/+48
* | Pathname#+ != String#+. Really confusing if you ask me.Carl Lerche2010-02-101-1/+1
* | Merge remote branch 'pedro/master'Carl Lerche2010-02-101-4/+3
|\ \
| * | refactoring Bundler::Source::Git#checkout to be compatible with git 1.5 (no n...Pedro Belo2010-02-101-4/+3
* | | Update the gemspecCarl Lerche2010-02-101-1/+1
* | | Bump the versionCarl Lerche2010-02-101-1/+1
* | | Lets try to actually fix .bundle/environment.rb this time.Carl Lerche2010-02-105-27/+91
* | | Bump the verison0.9.4Carlhuda2010-02-101-1/+1
* | | Have bundler/setup not require any extra files.Carlhuda2010-02-102-16/+19
* | | Add a --relock option to bundle installCarlhuda2010-02-102-3/+17
* | | Make bundler/setup something you can add to your .profile. To do this, add -I...Carlhuda2010-02-104-25/+43
|/ /
* | Actually disable system gems in .bundle/environment.rbCarlhuda2010-02-108-22/+66
|/
* Dump full details into Gemfile.lockAndy Delcambre2010-02-094-8/+49
* Perform unlock before bundle is loaded to avoid fingerprint checkJeremy Kemper2010-02-072-15/+17
* Can't call gsub on a URIYehuda Katz2010-02-071-1/+1
* Updated gemspecYehuda Katz2010-02-071-2/+2
* Fixed name conflict with 'rubygems.rb'. Fixes #24Ariejan de Vroom2010-02-072-1/+3
* Make the error for the ssh git spec more genericCarl Lerche2010-02-071-1/+2
* Failing (semi-sleazy) spec for git@github.com-style git URLs and code to fix it.Wilson Bilkovich2010-02-072-3/+19
* Remove leftover comment from 0.8.xWilson Bilkovich2010-02-071-2/+2
* Correct some spec 'describe' stringsWilson Bilkovich2010-02-072-4/+4
* Ruby 1.9: can't set a Pathname to ENV, only stringsJeremy Kemper2010-02-061-1/+1