summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Make all paths relativeYehuda Katz + Carl Lerche2009-08-185-38/+43
* 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-182-0/+11
* Remove old methodsYehuda Katz + Carl Lerche2009-08-181-10/+0
* Rename environments/default.rb to environment.rbYehuda Katz + Carl Lerche2009-08-182-15/+9
* Implemented Bundler.require for runtime requiringYehuda Katz + Carl Lerche2009-08-177-51/+112
* 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-171-14/+12
* Cleanup gems after the fetching phase of bundlingCarl Lerche2009-08-171-3/+9
* Refactoring -- Decoupling gem source logic from finderCarl Lerche2009-08-176-57/+77
* Starting to refactor the Bundler to get it ready for multiple kinds of sources0.3.1Carl Lerche2009-07-309-54/+89
* Download gems alphabeticallyCarl Lerche2009-07-301-1/+1
* Fix the bundler to work correctly with prerelease gemsCarl Lerche2009-07-302-2/+9
* Only require the bundler with rubygems when running a bundler commandCarl Lerche2009-07-304-4/+7
* Next iteration of the resolver. Also added some commentsCarl Lerche2009-07-292-5/+65
* Switch from gem_bundler to gem bundle and gem execYehuda Katz + Carl Lerche2009-07-294-31/+83
* Add an --update flag to the cli toolYehuda Katz + Carl Lerche2009-07-293-7/+11
* Extend Gem.source_index.refresh! to work correctly with rails 2.3Yehuda Katz + Carl Lerche2009-07-291-10/+36
* Remove the weird "optional" rubygems limbo state. Either rubygems is required...Carl Lerche2009-07-294-24/+8
* Add bundled gems to Gem.source_index to work around a rubygems bugCarl Lerche2009-07-281-0/+1
* Correctly set Gem.loaded_specs when rubygems is automatically requiredCarl Lerche2009-07-281-0/+1
* Add a disable_system_gems option to the GemfileCarl Lerche2009-07-284-17/+18
* 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-281-12/+34
* Make sure sources are fetched only onceSimon Rozet2009-07-281-0/+1
* Stub out Gem.ruby when rubygems is disabled.Yehuda Katz + Carl Lerche2009-07-281-0/+1
* Start extracting Gem repository logic into a Repository classYehuda Katz + Carl Lerche2009-07-285-54/+101
* Set the PATH and RUBYOPTS correctly in the environment filesYehuda Katz + Carl Lerche2009-07-281-0/+3
* EPIC WIN!!!Yehuda Katz + Carl Lerche2009-07-279-455/+37
* Added some specs to test specifying the manifest file as an optionCarl Lerche2009-07-231-1/+1
* Add support for disabling system gem fallbackTim Carey-Smith2009-07-233-12/+19
* More hax for getting bundled apps to work without rubygemsCarl Lerche2009-07-231-0/+30
* Added simple enable/disable/optional settings for rubygems.Carl Lerche2009-07-236-7/+35
* Allow setting the bindir and the bundle path in the GemfileCarl Lerche2009-07-233-7/+17
* 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-232-4/+7
* Simplify the Installer APITim Carey-Smith2009-07-232-17/+21
* Use the ManifestFile as the primary point of entry into the BundlerTim Carey-Smith2009-07-238-76/+152
* Output a log message when deleting gemsCarl Lerche2009-07-221-12/+13
* 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-223-21/+14
* Move file cleanup out of the installer to the manifestCarl Lerche2009-07-222-28/+8
* Cleanup any unnecessary gems and executables when the manifest is updatedYehuda Katz + Carl Lerche2009-07-223-12/+38
* Switch the CLI helpers to return PathnamesCarl Lerche2009-07-223-11/+22
* Commenting Bundler::FinderCarl Lerche2009-07-221-0/+43
* Fix a bug with generating gemspec stubs when rubygems is requiredYehuda Katz + Carl Lerche2009-07-211-2/+2
* Got a first version of the bundled bin directory workingYehuda Katz + Carl Lerche2009-07-215-15/+31