summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Output a better error if a pinned dependency does not actually contain the re...0.9.3Carl Lerche2010-02-052-1/+26
* Install executable wrappers for git and path sourcesCarl Lerche2010-02-054-5/+49
* Handle rubygems executable wrappers betterCarl Lerche2010-02-054-44/+119
* Locked environment checks for Gemfile changesJeremy Kemper2010-02-052-3/+18
* Improve bundle execCarl Lerche2010-02-053-10/+39
* Look for ENV['BUNDLE_GEMFILE'] first before searching Dir.pwd for a Gemfile.Carl Lerche2010-02-054-7/+29
* Bump the versionCarl Lerche2010-02-052-3/+3
* Cripple rubygems with a smarter #gemCarl Lerche2010-02-053-8/+69
* Bump the versionCarl Lerche2010-02-051-1/+1
* Updating bundler.gemspecYehuda Katz2010-02-051-2/+2
* Bumping versionYehuda Katz2010-02-051-1/+1
* Typo: gem lock -> bundle lockJeremy Kemper2010-02-042-3/+3
* Print an error if the Gemfile changed after the lockYehuda Katz2010-02-044-2/+30
* Tell users to run `bundle install` when there are missing gems on `bundle lock`Carl Lerche2010-02-041-0/+4
* Change bug reporting locationYehuda Katz2010-02-041-1/+1
* Typo'dYehuda Katz2010-02-041-2/+2
* Small README update and version bumpYehuda Katz2010-02-043-6/+6
* Print useful warnings when deprecated options are usedYehuda Katz2010-02-043-5/+72
* Updated README with upgrade instructionsYehuda Katz2010-02-042-3/+100
* Downbump versionYehuda Katz2010-02-041-1/+1
* Bump versionYehuda Katz2010-02-041-1/+1
* Actually relock, instead of just saying we areYehuda Katz2010-02-044-3/+24
* Merge branch 'master' of git://github.com/carlhuda/bundler into carlhudaJeremy Kemper2010-02-0324-1786/+269
|\
| * Bump up the versionCarl Lerche2010-02-032-2/+2
| * Fix a bug with git repos and bundle lock breaking the installCarl Lerche2010-02-033-15/+39
| * Persist spec groups to the lockfileCarl Lerche2010-02-031-114/+139
| * Persist spec groups to the lockfileCarl Lerche2010-02-034-188/+162
| * Allow Bundler::Dependency to have multiple groupsCarl Lerche2010-02-034-8/+8
| * Test :default group and multiple groupsJeremy Kemper2010-02-032-16/+24
| * Support multiple :require per gemJeremy Kemper2010-02-033-5/+9
| * Group autorequire: pass :require => 'autorequire' option to gem dependencies....Jeremy Kemper2010-02-036-12/+89
| * Add a post install message to bundle gemspecAndy Delcambre2010-02-031-0/+1
| * Bump version to 0.9.0v0.9.0Yehuda Katz2010-02-031-1/+1
| * Merge remote branch 'jose/master'Yehuda Katz2010-02-0316-1580/+30
| |\
| | * Updated vendored Thor and remove not used files.José Valim2010-02-0316-1581/+31
* | | Support :require => false to skip the gem on Bundler.requireJeremy Kemper2010-02-032-1/+7
* | | lock should store stated deps not actualsJeremy Kemper2010-02-031-1/+1
* | | Only autorequire stated dependencies, not all dependenciesJeremy Kemper2010-02-032-13/+12
* | | Bundler.require implies :default groupJeremy Kemper2010-02-033-1/+12
* | | Test :default group and multiple groupsJeremy Kemper2010-02-032-16/+24
* | | Support multiple :require per gemJeremy Kemper2010-02-033-5/+9
* | | Group autorequire: pass :require => 'autorequire' option to gem dependencies....Jeremy Kemper2010-02-036-12/+89
* | | Merge branch 'master' of git://github.com/carlhuda/bundler into carlhudaJeremy Kemper2010-02-030-0/+0
|\ \ \ | |/ /
| * | Remove ellipsesJeremy Kemper2010-02-032-15/+15
| * | Remove backquotesJeremy Kemper2010-02-033-11/+11
| * | Remove DonesJeremy Kemper2010-02-032-7/+2
* | | Remove ellipsesJeremy Kemper2010-02-032-15/+15
* | | Remove backquotesJeremy Kemper2010-02-033-11/+11
* | | Remove DonesJeremy Kemper2010-02-032-7/+2
|/ /
* | Don't be super slow on 1.9Carl Lerche2010-02-032-5/+10