summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Rename bundler gem to bundler080.8.2Carl Lerche2010-02-1923-23/+23
* added --init to create a Gemfile and fix quality spec failuresbry4n2010-01-064-3/+105
* Fix: Don't add bin directories to the load path unless they exist.Eric Chapweske2010-01-062-1/+13
* compare current revision against the parsed hash of the target revisionJoshua Sierles2010-01-071-1/+5
* ref is always setJoshua Sierles2010-01-071-1/+1
* speed: don't fetch git repos if a specified ref is already checked outJoshua Sierles2010-01-071-1/+5
* Merge branch 'master' of git://github.com/wycats/bundlerJoshua Sierles2010-01-079-56/+63
|\
| * Tweak gemspec generation Rake tasksJeremy Kemper2010-01-051-16/+16
| * Bump up the versionCarlhuda2010-01-051-1/+1
| * Cleanup bundler modesCarlhuda2010-01-057-38/+43
| * Bump the version0.8.0Carlhuda2010-01-042-4/+4
| * Always update the gemspec when building a new gemCarlhuda2010-01-041-0/+2
| * Prioritize system gems higherCarlhuda2010-01-041-1/+1
* | Merge branch 'master' of git://github.com/wycats/bundlerJoshua Sierles2010-01-0522-347/+462
|\ \ | |/
| * Bump up the versionCarlhuda2010-01-041-1/+1
| * Fix a bug with multiruby and bundle_pathCarlhuda2010-01-045-15/+22
| * More cleanupCarlhuda2010-01-042-10/+2
| * Removed more path-related concepts from EnvironmentCarlhuda2010-01-047-107/+114
| * Rename repository to bundle in sourcesCarlhuda2010-01-042-6/+6
| * Merge remote branch 'origin/env_bunle_refactor' into env_bundle_refactorCarlhuda2010-01-0412-57/+67
| |\
| | * Have the gem specification track whether or not it is a no_bundleCarl Lerche2009-12-165-13/+10
| | * Have Bundler::Dependency subclass Gem::DependencyCarl Lerche2009-12-164-18/+17
| | * Some more miscellaneous cleanupCarl Lerche2009-12-161-8/+3
| | * Remove an unused optionCarl Lerche2009-12-161-1/+1
| | * Remove options[:system_gems]Carl Lerche2009-12-163-2/+2
| | * Remove options[:rubygems]Carl Lerche2009-12-163-3/+4
| | * Don't ever use system gems during testsCarl Lerche2009-12-165-16/+34
| * | Merge branch 'master' into env_bundle_refactorCarlhuda2010-01-0419-114/+225
| |\ \ | | |/ | |/|
| | * Respect different ruby platforms and versions. Rub lotion on brittle tests.Jeremy Kemper2010-01-031-10/+0
| | * Fix fetcher with sources that don't support prerelease gemsJeremy Kemper2010-01-021-0/+1
| | * Don't add nonexistent bindirs to the load pathJeremy Kemper2010-01-022-1/+13
| | * Teach GitSource how to update itselfJeremy Kemper2010-01-021-20/+36
| | * Clarify GemSource#fetch_specsJeremy Kemper2010-01-021-10/+13
| | * Respect different ruby platforms and versions. Rub lotion on brittle tests.Jeremy Kemper2010-01-0210-59/+89
| | * fix :ref git option which was previously named :commitJoshua Sierles2009-12-311-1/+1
| | * Gem::Platforms aren't comparable, so convert to stringsBryan Helmkamp2009-12-233-2/+17
| * | Further progress on moving environment.rb generation to Environment.Carlhuda2009-12-114-94/+58
| * | Continuing moving away from environment-centric view. Hax.Carlhuda2009-12-114-18/+53
| * | WIP move more methods overCarlhuda2009-12-113-17/+14
| * | WIP swapping methods aroundCarlhuda2009-12-114-48/+79
* | | fix :ref git option which was previously named :commitJoshua Sierles2009-12-231-1/+1
| |/ |/|
* | Give some 'require_as' examples in the READMEWilson Bilkovich2009-12-221-0/+9
* | Avoid Symbol#to_proc, compatible with MRI 1.8.6 again.Wilson Bilkovich2009-12-221-1/+1
* | Do not load RubyGems in environment.rb if it already loadedWilson Bilkovich2009-12-221-1/+1
* | Bump up the version0.7.2Carlhuda2009-12-181-1/+1
* | Fix the tests on 1.9Carlhuda2009-12-187-19/+32
* | stub `Gem.default_dir` and `Gem.path` to be identical to `Gem.dir`Mislav Marohnić2009-12-142-0/+11
* | stub `Gem.dir` in environment.rbMislav Marohnić2009-12-142-0/+6
|/
* Removed .load from Bundler::Environment. the .load method will most likely mo...Carlhuda2009-12-106-153/+91
* Rename Repository to Bundle and add some specs for the next stepCarlhuda2009-12-107-5/+91