summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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 required...Carl Lerche2009-07-296-99/+30
* 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
* Fix rake install; do not force use of sudoSimon Rozet2009-07-281-1/+1
* 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
* 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
* 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
* More hax for getting bundled apps to work without rubygemsCarl Lerche2009-07-232-4/+44
* Added simple enable/disable/optional settings for rubygems.Carl Lerche2009-07-2312-90/+208
* Allow setting the bindir and the bundle path in the GemfileCarl Lerche2009-07-234-12/+64
* Revert "Always require rubygems to cope with rubygems which use "Gem" without...Carl Lerche2009-07-231-3/+1
* Always require rubygems to cope with rubygems which use "Gem" without requiri...Tim Carey-Smith2009-07-231-1/+3
* Safely remove bin filesTim Carey-Smith2009-07-234-5/+14
* Simplify the Installer APITim Carey-Smith2009-07-233-30/+31
* Use the ManifestFile as the primary point of entry into the BundlerTim Carey-Smith2009-07-2315-202/+257
* Output a log message when deleting gemsCarl Lerche2009-07-222-14/+16
* Move the rubygems.rb require hack to an ERB templateCarl Lerche2009-07-222-11/+12
* Move the app script to an erb templateCarl Lerche2009-07-222-5/+6
* Move <environments>.rb to an ERB templateCarl Lerche2009-07-223-19/+31
* Only clean up stray .gem files in one place as well as use Pathnames instead ...Carl Lerche2009-07-224-28/+14