summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump the versionCarl Lerche2010-02-051-1/+1
* Cripple rubygems with a smarter #gemCarl Lerche2010-02-051-5/+28
* Bump the versionCarl Lerche2010-02-051-1/+1
* Bumping versionYehuda Katz2010-02-051-1/+1
* Typo: gem lock -> bundle lockJeremy Kemper2010-02-041-1/+1
* Print an error if the Gemfile changed after the lockYehuda Katz2010-02-042-1/+16
* Tell users to run `bundle install` when there are missing gems on `bundle lock`Carl Lerche2010-02-041-0/+4
* Small README update and version bumpYehuda Katz2010-02-041-1/+1
* Print useful warnings when deprecated options are usedYehuda Katz2010-02-042-5/+36
* Downbump versionYehuda Katz2010-02-041-1/+1
* Bump versionYehuda Katz2010-02-041-1/+1
* Actually relock, instead of just saying we areYehuda Katz2010-02-042-1/+5
* Merge branch 'master' of git://github.com/carlhuda/bundler into carlhudaJeremy Kemper2010-02-0321-1782/+254
|\
| * Bump up the versionCarl Lerche2010-02-031-1/+1
| * Fix a bug with git repos and bundle lock breaking the installCarl Lerche2010-02-032-13/+27
| * 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-031-5/+10
| * Support multiple :require per gemJeremy Kemper2010-02-032-2/+5
| * Group autorequire: pass :require => 'autorequire' option to gem dependencies....Jeremy Kemper2010-02-035-12/+50
| * Bump version to 0.9.0v0.9.0Yehuda Katz2010-02-031-1/+1
| * Merge remote branch 'jose/master'Yehuda Katz2010-02-0315-1579/+29
| |\
| | * Updated vendored Thor and remove not used files.José Valim2010-02-0315-1579/+29
| * | Remove ellipsesJeremy Kemper2010-02-032-15/+15
| * | Remove backquotesJeremy Kemper2010-02-033-11/+11
| * | Remove DonesJeremy Kemper2010-02-032-7/+2
* | | Support :require => false to skip the gem on Bundler.requireJeremy Kemper2010-02-031-1/+1
* | | lock should store stated deps not actualsJeremy Kemper2010-02-031-1/+1
* | | Only autorequire stated dependencies, not all dependenciesJeremy Kemper2010-02-031-13/+11
* | | Bundler.require implies :default groupJeremy Kemper2010-02-032-0/+2
* | | Test :default group and multiple groupsJeremy Kemper2010-02-031-5/+10
* | | Support multiple :require per gemJeremy Kemper2010-02-032-2/+5
* | | Group autorequire: pass :require => 'autorequire' option to gem dependencies....Jeremy Kemper2010-02-035-12/+50
* | | 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-031-1/+1
* | 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-031-2/+6
* | Updated the bundle install outputCarlhuda2010-02-033-24/+45
* | Tweak GEM_HOME and GEM_PATHCarlhuda2010-02-031-2/+2
* | Install bundles to ~/.bundle by defaultCarlhuda2010-02-031-6/+15
* | Rename vendor/environment.rb to .bundle/environment.rbCarlhuda2010-02-031-4/+4
* | Fix locking so that pinned dependencies remain pinnedCarlhuda2010-02-032-4/+12
|/
* Fixes a number of issues, including superfluous fetches when packed or lockedCarlhuda2010-02-026-32/+57
* Add the ability to specify a location with bundle installCarl Lerche2010-02-023-15/+39
* Add a test to support relative BUNDLE_PATH settings.Carl Lerche2010-02-021-1/+1
* Add bundle unlockCarl Lerche2010-02-022-1/+18