summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
Commit message (Collapse)AuthorAgeFilesLines
* Switch from gem_bundler to gem bundle and gem execYehuda Katz + Carl Lerche2009-07-291-31/+18
|
* Add an --update flag to the cli toolYehuda Katz + Carl Lerche2009-07-291-1/+5
|
* Start extracting Gem repository logic into a Repository classYehuda Katz + Carl Lerche2009-07-281-0/+3
| | | | | * Removed Bundler::Installer * Started to rewrite specs in installer_spec.rb
* Added some specs to test specifying the manifest file as an optionCarl Lerche2009-07-231-1/+1
|
* Added simple enable/disable/optional settings for rubygems.Carl Lerche2009-07-231-2/+5
| | | | Refactored a bunch of specs to make them full stack.
* Allow setting the bindir and the bundle path in the GemfileCarl Lerche2009-07-231-1/+1
|
* Use the ManifestFile as the primary point of entry into the BundlerTim Carey-Smith2009-07-231-28/+35
|
* Switch the CLI helpers to return PathnamesCarl Lerche2009-07-221-10/+21
|
* Got a first version of the bundled bin directory workingYehuda Katz + Carl Lerche2009-07-211-3/+7
|
* Working on some CLI helpersYehuda Katz + Carl Lerche2009-07-201-0/+24