summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Updating bundler.gemspec0.9.2Yehuda Katz2010-02-051-2/+2
* Bumping versionYehuda Katz2010-02-041-1/+1
* 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
* | Bump up the versionCarl Lerche2010-02-032-3/+3
* | OMG, prioritizing bundler sources is the bane of my existencev0.9.0.pre5Carlhuda2010-02-032-10/+14
* | Fix a bug with source pinning and dependenciesCarlhuda2010-02-032-2/+24
* | Updated the bundle install outputCarlhuda2010-02-033-24/+45
* | Tweak GEM_HOME and GEM_PATHCarlhuda2010-02-032-3/+3
* | Fix the specs (should probably run them before committing)Carlhuda2010-02-033-23/+11
* | Install bundles to ~/.bundle by defaultCarlhuda2010-02-032-7/+16
* | Rename vendor/environment.rb to .bundle/environment.rbCarlhuda2010-02-033-7/+7
* | Fix locking so that pinned dependencies remain pinnedCarlhuda2010-02-035-5/+34
|/
* Fixes a number of issues, including superfluous fetches when packed or lockedCarlhuda2010-02-0211-37/+73