aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix specs by removing whitespace and 1.8.7-only methodAndre Arko2010-05-241-3/+3
* Merge remote branch 'kevmoo/master'Carl Lerche2010-05-241-5/+25
|\
| * check only needs Environment (not Runtime)Kevin Moore2010-05-241-1/+1
| * Removed environment.rb (and minimized other file/dir creation)Kevin Moore2010-05-241-5/+0
| * 'bundle viz'Kevin Moore2010-05-241-0/+25
* | Add lock/unlock deprecation noticesAndre Arko2010-05-231-2/+2
* | Add extended help for bundle commands via thor's long_descJoshua Hull2010-05-231-12/+57
|/
* Don't unlock all gems when running bundle update --source fooCarl Lerche2010-05-101-3/+6
* Forgot to save these changes inCarl Lerche2010-05-101-2/+8
* Scope specs in the lock file by sourceCarl Lerche2010-05-101-1/+1
* Have install be the default action for bundleCarl Lerche2010-05-051-0/+2
* Alright, a rough first draft of bundle updateCarl Lerche2010-05-051-1/+7
* Remove more old lock codeCarl Lerche2010-05-051-4/+0
* Turn bundle lock and bundle unlock into no-opsCarl Lerche2010-04-261-19/+3
* Bundle.load and Bundle.runtime are the same thing again.Carl Lerche2010-04-241-6/+6
* Push cached gems for install time into the Rubygems sourceCarl Lerche2010-04-231-1/+1
* cache command no longer prunes gems built with older rubygems versionsAndre Arko2010-04-231-0/+1
* Cache command now prunes stale .gem files from vendor/cacheAndre Arko2010-04-231-0/+3
* Add Bundler to the `bundle exec` $LOAD_PATH, even while lockedAndre Arko2010-04-231-3/+3
* Improve install/lock messagingAndre Arko2010-04-231-3/+7
* Remove temporary flex stuffCarlhuda2010-04-201-34/+1
* Be smart about handling changed GemfilesCarlhuda2010-04-201-1/+1
* First pass at generating the new LockfileCarlhuda2010-04-201-2/+1
* Merge in v0.9.21Andre Arko2010-04-171-1/+7
|\
| * Pretty error when trying to exec something that is not executableAndre Arko2010-04-151-0/+2
| * Print better error during install when you need to relockAndre Arko2010-04-111-1/+5
* | Merge 0.9.18Andre Arko2010-04-081-0/+10
|\|
| * Add console commandJacques Crocker2010-04-081-0/+10
* | Add Bundler.flexdef, move locking into Environment, and lock from flex_installCarlhuda2010-04-071-3/+1
* | temprorary flex_install command as 0.10 install is builtCarlhuda2010-04-071-1/+28
* | Merge all of 0.9.17Andre Arko2010-04-071-3/+5
|\|
| * Don't duplicate RUBYOPT if it has already been set somehowAndre Arko2010-04-071-3/+5
* | Merge in 0.9.17Andre Arko2010-04-071-15/+18
|\|
| * Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-031-3/+4
| * Error instead of backtrace when exec'ing non-existent commands.Andre Arko2010-04-031-2/+6
| * Resolver "gem not found" message now indicates local or remoteAndre Arko2010-04-021-2/+2
| * Fix check, show, and open commands while locked. Closes #237.Andre Arko2010-04-021-6/+4
| * Update cached gems after running `bundle install`Andre Arko2010-04-021-0/+1
| * Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-021-9/+3
| * Include git gems' branch and sha in output from showAndre Arko2010-03-301-1/+1
| * Alias `list` to `show`Andre Arko2010-03-301-0/+1
| * Add --gemspec option to `bundle init`Joshua Hull2010-03-301-1/+18
| * Allow the VISUAL environment variable for GUI editorsTom Lea2010-03-301-4/+8
* | Disable shared gems if installing to a given pathAndre Arko2010-04-011-1/+1
* | Change lib/bundler/setup to use env.rb if it existsAndre Arko2010-04-011-7/+2
* | Include git gems' branch and sha in output from showAndre Arko2010-03-301-1/+1
* | Alias `list` to `show`Andre Arko2010-03-301-0/+1
* | Add --gemspec option to `bundle init`Joshua Hull2010-03-291-1/+18
* | Allow the VISUAL environment variable for GUI editorsTom Lea2010-03-251-4/+8
|/
* Respect --without in check, and exit 1 if the check failsSimon Chiang2010-03-171-1/+2