summaryrefslogtreecommitdiff
path: root/spec/bundler/manifest_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add error messages when gems are missing during resolve timeYehuda Katz + Carl Lerche2009-08-181-0/+1
* Rename environments/default.rb to environment.rbYehuda Katz + Carl Lerche2009-08-181-2/+1
* Implemented Bundler.require for runtime requiringYehuda Katz + Carl Lerche2009-08-171-58/+2
* Cleanup gems after the fetching phase of bundlingCarl Lerche2009-08-171-4/+4
* Refactoring -- Decoupling gem source logic from finderCarl Lerche2009-08-171-10/+10
* Starting to refactor the Bundler to get it ready for multiple kinds of sources0.3.1Carl Lerche2009-07-301-5/+0
* Switch from gem_bundler to gem bundle and gem execYehuda Katz + Carl Lerche2009-07-291-1/+1
* Extend Gem.source_index.refresh! to work correctly with rails 2.3Yehuda Katz + Carl Lerche2009-07-291-0/+29
* Remove a bunch of annoying newlinesCarl Lerche2009-07-291-3/+3
* Remove the weird "optional" rubygems limbo state. Either rubygems is required...Carl Lerche2009-07-291-26/+4
* Add a disable_system_gems option to the GemfileCarl Lerche2009-07-281-0/+27
* Remove the tmp_dir before each spec run to avoid inconsistent runsTim Carey-Smith2009-07-231-8/+2
* Added simple enable/disable/optional settings for rubygems.Carl Lerche2009-07-231-29/+67
* Safely remove bin filesTim Carey-Smith2009-07-231-1/+2
* Use the ManifestFile as the primary point of entry into the BundlerTim Carey-Smith2009-07-231-32/+32
* Output a log message when deleting gemsCarl Lerche2009-07-221-2/+3
* Move file cleanup out of the installer to the manifestCarl Lerche2009-07-221-0/+15
* Cleanup any unnecessary gems and executables when the manifest is updatedYehuda Katz + Carl Lerche2009-07-221-0/+16
* Fix a bug with generating gemspec stubs when rubygems is requiredYehuda Katz + Carl Lerche2009-07-211-0/+8
* Friendly log messagesYehuda Katz + Carl Lerche2009-07-211-0/+6
* Added rubygems magic so that everything happy when you require rubygems in an...Yehuda Katz + Carl Lerche2009-07-201-0/+29
* A first rough draft of an executable to run the whole bundlerCarl Lerche2009-07-161-0/+5
* The manifest now creates a set of ruby files for each environment that sets t...Carl Lerche2009-07-161-1/+16
* Added initial infrastructure for environment-specific gemsYehuda Katz + Carl Lerche2009-07-141-67/+71
* Added the ability for the manifest object to activate the gems and require themYehuda Katz + Carl Lerche2009-07-141-0/+31
* The manifest takes Bundler::DependenciesYehuda Katz + Carl Lerche2009-07-141-7/+7
* Got a rough first version of the Manifest object workingYehuda Katz + Carl Lerche2009-07-141-9/+77
* Started the manifest (the user-facing API)Yehuda Katz + Carl Lerche2009-07-081-0/+24