summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version up to 0.5.00.5.0Carl Lerche2009-09-032-4/+4
* Add a #require_env method to environmentCarl Lerche2009-09-034-6/+55
* Huh? Not sure how these fils got in the repo.Carl Lerche2009-09-032-28/+0
* Refactor the DSl - Directory/Git source interaction a bit.Carl Lerche2009-09-033-43/+43
* Fix a bug with recursive gemspecs in git repositoriesCarl Lerche2009-09-014-15/+40
* Isolate tasks by gracefully checking for their dependenciesJeremy Kemper2009-08-311-10/+19
* Adding recursive gemspec file lookupCarl Lerche2009-08-313-8/+69
* Add only and except as block methods to the DSLCarl Lerche2009-08-315-29/+161
* Add branches and tag support to git fetchesCarl Lerche2009-08-314-7/+42
* Good error messages on resolver version conflictCarl Lerche2009-08-313-4/+59
* Move VersionConflict error raising to the resolverCarl Lerche2009-08-303-6/+4
* Check the root of directories for .gemspec filesCarl Lerche2009-08-295-75/+142
* Download git repos before generating specs for the indexCarl Lerche2009-08-293-10/+33
* Crazy refactoring of the internals yo.Carl Lerche2009-08-299-101/+64
* Adding basic git fetching supportCarl Lerche2009-08-294-1/+82
* Refactor the Source <-> Repository interactionCarl Lerche2009-08-284-7/+27
* Rename Source to GemSource and create a Source superclassCarl Lerche2009-08-286-11/+15
* Refactor the tmp directory structure for specsCarl Lerche2009-08-288-89/+106
* Cleanup the spec directoryCarl Lerche2009-08-287-117/+120
* Change the :at DSL option to :vendored_atCarl Lerche2009-08-282-4/+4
* Fix a path bugYehuda Katz + Carl Lerche2009-08-216-54/+53
* Early version of directory supportYehuda Katz + Carl Lerche2009-08-219-70/+122
* Don't copy bits of lib code into the repositoryYehuda Katz + Carl Lerche2009-08-217-66/+28
* Bikeshedding is pretty awesome.Yehuda Katz + Carl Lerche2009-08-206-16/+16
* Removed ManifestFileYehuda Katz + Carl Lerche2009-08-208-129/+93
* Correctly check if the remote repositories are being accessed #mockssuckYehuda Katz + Carl Lerche2009-08-203-60/+23
* Refactoring repositoriesYehuda Katz + Carl Lerche2009-08-2013-144/+251
* GITZCarl Lerche2009-08-199-23/+126
* Bump version up to 0.5.0 -- Next up: GITCarl Lerche2009-08-191-1/+1
* Bump up the version to 0.4.10.4.1Carl Lerche2009-08-191-1/+1
* Bundle the bundler runtimeYehuda Katz + Carl Lerche2009-08-187-51/+64
* Fix a bug with gem execYehuda Katz + Carl Lerche2009-08-183-2/+12
* Add the IRC channel to the readme0.4.0Yehuda Katz + Carl Lerche2009-08-181-0/+1
* Make all paths relativeYehuda Katz + Carl Lerche2009-08-186-38/+48
* Remove the rubygems.rb templateYehuda Katz + Carl Lerche2009-08-181-5/+0
* Add error messages when gems are missing during resolve timeYehuda Katz + Carl Lerche2009-08-185-1/+39
* Remove old methodsYehuda Katz + Carl Lerche2009-08-181-10/+0
* Rename environments/default.rb to environment.rbYehuda Katz + Carl Lerche2009-08-187-22/+16
* Implemented Bundler.require for runtime requiringYehuda Katz + Carl Lerche2009-08-1711-119/+234
* Monkey patch Gem::Specification to work with github's gem marshal fileCarl Lerche2009-08-171-0/+5
* Print out a friendly error message when a Gemfile cannot be foundCarl Lerche2009-08-173-15/+20
* Cleanup gems after the fetching phase of bundlingCarl Lerche2009-08-174-12/+49
* Bump up the gem version numberCarl Lerche2009-08-171-1/+1
* Refactoring -- Decoupling gem source logic from finderCarl Lerche2009-08-1711-81/+120
* Updates Rakefile to depend on rubygems >= 1.3.5Yehuda Katz2009-08-032-1/+31
* Starting to refactor the Bundler to get it ready for multiple kinds of sources0.3.1Carl Lerche2009-07-3014-248/+138
* Download gems alphabeticallyCarl Lerche2009-07-301-1/+1
* Fix the bundler to work correctly with prerelease gemsCarl Lerche2009-07-304-7/+26
* Update the fixtures to contain a valid prerelease gemCarl Lerche2009-07-300-0/+0
* Only require the bundler with rubygems when running a bundler commandCarl Lerche2009-07-304-4/+7