summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | rack-1.1pre.gem is not valid. webrat-0.4.4.racktest.gem is valid.
* Only require the bundler with rubygems when running a bundler commandCarl Lerche2009-07-304-4/+7
|
* Bump up the version number on edgeCarl Lerche2009-07-301-1/+1
|
* Next iteration of the resolver. Also added some commentsCarl Lerche2009-07-293-6/+66
|
* Update the gem specification builder to point to the new READMEYehuda Katz + Carl Lerche2009-07-291-2/+2
|
* Fix a README formatting issueYehuda Katz + Carl Lerche2009-07-291-6/+6
|
* Switch from gem_bundler to gem bundle and gem execYehuda Katz + Carl Lerche2009-07-2911-229/+261
|
* Add an --update flag to the cli toolYehuda Katz + Carl Lerche2009-07-294-7/+38
|
* Bump up the version 0.3.0Yehuda Katz + Carl Lerche2009-07-291-1/+1
|
* Extend Gem.source_index.refresh! to work correctly with rails 2.3Yehuda Katz + Carl Lerche2009-07-292-10/+65
|
* Update the installer specs to be full stackYehuda Katz + Carl Lerche2009-07-292-120/+114
|
* Remove a bunch of annoying newlinesCarl Lerche2009-07-293-9/+8
|
* Remove the weird "optional" rubygems limbo state. Either rubygems is ↵Carl Lerche2009-07-296-99/+30
| | | | required or it is disabled.
* remove redundant README file and add README.rdoc into gemspecDr Nic Williams2009-07-292-2/+2
|
* Add a rapid development disclaimerCarl Lerche2009-07-281-1/+7
|
* Some minor README tweaksCarl Lerche2009-07-281-12/+13
|
* Add instructions on how to use the bundler with rails to the READMECarl Lerche2009-07-281-3/+41
|
* Add bundled gems to Gem.source_index to work around a rubygems bugCarl Lerche2009-07-282-0/+8
|
* Update the gem manifestCarl Lerche2009-07-281-11/+7
|
* Correctly set Gem.loaded_specs when rubygems is automatically requiredCarl Lerche2009-07-282-1/+7
|
* Add a disable_system_gems option to the GemfileCarl Lerche2009-07-286-17/+52
|
* Speed up the resolver for some crazy cases and start tracking errorsYehuda Katz + Carl Lerche2009-07-281-7/+21
|
* Speed up the resolver for failing casesYehuda Katz + Carl Lerche2009-07-282-13/+35
|
* Make sure sources are fetched only onceSimon Rozet2009-07-282-0/+12
| | | | Signed-off-by: Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>
* Fix rake install; do not force use of sudoSimon Rozet2009-07-281-1/+1
| | | | Signed-off-by: Yehuda Katz + Carl Lerche <ykatz+clerche@engineyard.com>
* Update .gitignoreYehuda Katz + Carl Lerche2009-07-281-1/+3
|
* Stub out Gem.ruby when rubygems is disabled.Yehuda Katz + Carl Lerche2009-07-282-0/+6
|
* Start extracting Gem repository logic into a Repository classYehuda Katz + Carl Lerche2009-07-286-148/+243
| | | | | * Removed Bundler::Installer * Started to rewrite specs in installer_spec.rb
* Set the PATH and RUBYOPTS correctly in the environment filesYehuda Katz + Carl Lerche2009-07-282-3/+26
|
* EPIC WIN!!!Yehuda Katz + Carl Lerche2009-07-2712-462/+103
| | | | | | | | | After many iterations of writing a gem dependency resolver it seems that we have something that works for all cases of gem conflicts that we have encountered. There are still some issues left to resolve, such as providing good error messages when gem dependencies cannot be resolved.
* Added some specs to test specifying the manifest file as an optionCarl Lerche2009-07-233-1/+30
|
* Remove the tmp_dir before each spec run to avoid inconsistent runsTim Carey-Smith2009-07-237-41/+17
|
* Add support for disabling system gem fallbackTim Carey-Smith2009-07-233-12/+19
|
* Write a more detailed readmeCarl Lerche2009-07-231-2/+122
|