summaryrefslogtreecommitdiff
path: root/lib/bundler/cli.rb
Commit message (Expand)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
* 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
* 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