summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
| * 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
* | 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
|/
* 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
* Correct documentation for --prune-cache optionVladimir Andrijevik2009-12-101-1/+1
* Added better exceptions if you use an invalid key. Also added tests for git r...Carlhuda2009-12-104-2/+48
* Version bumpCarlhuda2009-12-101-1/+1
* If you're pinning a gem to a source (such as a git repo) and there are only p...Carlhuda2009-12-102-7/+24
* Bug fix: Construct proper URLs to download gems for platforms like JRubyBryan Helmkamp2009-12-103-1/+21
* Have the resolver take into consideration platformsCarlhuda2009-12-103-24/+69
* Cleanup after geminstalls that don't finish because of errors. Closes #106.Carlhuda2009-12-092-9/+29
* Bring back ryan davis spermy operators for git & directory sources. Closes #114Carlhuda2009-12-095-4/+47
* Use platform-independent path-separator. Closes #120Carlhuda2009-12-081-1/+1
* Remove spec fixturesCarl Lerche2009-12-0716-472/+390
* Ship an 0.7.1 that removes the Gemspec validation check as it breaks bundling...Carlhuda2009-12-073-11/+4
* Bump up the versionYehuda Katz + Carl Lerche2009-11-231-1/+1