summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Bump up the version0.7.2Carlhuda2009-12-181-1/+1
* Fix the tests on 1.9Carlhuda2009-12-183-3/+13
* stub `Gem.default_dir` and `Gem.path` to be identical to `Gem.dir`Mislav Marohnić2009-12-141-0/+1
* stub `Gem.dir` in environment.rbMislav Marohnić2009-12-141-0/+1
* Removed .load from Bundler::Environment. the .load method will most likely mo...Carlhuda2009-12-103-28/+27
* Rename Repository to Bundle and add some specs for the next stepCarlhuda2009-12-103-3/+3
* 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-101-0/+6
* 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-101-7/+13
* Bug fix: Construct proper URLs to download gems for platforms like JRubyBryan Helmkamp2009-12-101-1/+4
* Have the resolver take into consideration platformsCarlhuda2009-12-101-2/+2
* Cleanup after geminstalls that don't finish because of errors. Closes #106.Carlhuda2009-12-091-2/+9
* Bring back ryan davis spermy operators for git & directory sources. Closes #114Carlhuda2009-12-093-4/+13
* Use platform-independent path-separator. Closes #120Carlhuda2009-12-081-1/+1
* Ship an 0.7.1 that removes the Gemspec validation check as it breaks bundling...Carlhuda2009-12-072-4/+4
* Bump up the versionYehuda Katz + Carl Lerche2009-11-231-1/+1
* Fix uninitialized warningJeremy Kemper2009-11-091-3/+2
* Force gem "foo", :git => "..." to actually pull foo from the git repo even if...Carl Lerche2009-11-095-11/+20
* Fix a minor resolver bug and improve traversal pathCarl Lerche2009-11-092-1/+25
* Bump version0.7.0Yehuda Katz2009-11-051-1/+1
* Adds support for gem bundle --only. Closes #46; Closes #81Yehuda Katz2009-11-042-0/+12
* Check for Hash before treating last argument as options in environment templa...Shane Hanna2009-11-041-1/+1
* Provides better error for unwritable destination. Closes #92Yehuda Katz2009-11-041-1/+1
* GemDirectorySource index is name => [specs], not name => spec. Closes #83.David Dollar2009-11-041-4/+6
* Fix the bundler for 1.9Yehuda Katz + Carl Lerche2009-11-044-4/+5
* Forgot to remove arguments from the outdated_gems method.Manfred Stienstra2009-10-311-1/+1
* Add option to list outdated gems.Manfred Stienstra2009-10-314-0/+26
* Fix @loaded_stacks so that rubygems doesn't raise a NoMethodError #map on nil...Carl Lerche2009-10-281-0/+2
* Some small refactoringYehuda Katz2009-10-223-25/+37
* Renames @manifest to @environment for clarityYehuda Katz2009-10-221-6/+6
* Rename :vendored_at to :path with a deprecation notice for :vendored_atYehuda Katz2009-10-201-4/+9
* Somehow the actual fix didn't make it in. I gotta get the hang of this "git" ...Yehuda Katz2009-10-201-0/+5
* Make `gem exec --anything` work. Ugly hack, but working within the bounds of ...Yehuda Katz2009-10-201-1/+1
* Whoops. Should probably be running specs.Yehuda Katz2009-10-201-1/+1
* Add basic support for compile-time options via a yaml fileYehuda Katz2009-10-203-6/+19
* Fixes #66 (undefined local variable or method `filename' for Bundler::Environ...Yehuda Katz2009-10-202-1/+4
* Only add gems that match the current platform to the indexesCarl Lerche2009-10-152-2/+1
* Allow system gems to be part of the bundleCarl Lerche2009-10-137-39/+102
* Always generate bin files no matter what.Carl Lerche2009-10-061-15/+23
* Bump up the version number to 0.7.0.preCarl Lerche2009-10-061-1/+1
* Fix branches and #git with block callsCarl Lerche2009-10-061-2/+2
* Add a glob option to directoriesCarl Lerche2009-10-062-4/+7
* It handles the simple git method as a blockCarl Lerche2009-10-051-11/+22
* Silence git warningsCarl Lerche2009-10-051-2/+2
* More directory bug fixesCarl Lerche2009-10-052-30/+47
* Fix a few bugs with the #directory DSL methodCarl Lerche2009-10-052-2/+2
* Allow multiple arguments to #only & #except DSL methodsCarl Lerche2009-10-052-8/+8
* Do not blow up if the gem does not have a default file to require.Carl Lerche2009-10-052-10/+24
* Improve resolving with prereleased gem dependencies.Carl Lerche2009-10-051-5/+9