aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/cli.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Give a specific, useful error if there are no sources in the GemfileAndre Arko2010-03-161-0/+5
* Move writing the ruby lock to EnvironmentCarl Lerche2010-03-101-3/+0
* Fix `bundle check` when there are gems that are cached but not installedCarl Lerche2010-03-091-4/+11
* Validate command switchesAndre Arko2010-03-091-1/+1
* Add --gemfile option to bundle installAndre Arko2010-03-051-0/+3
* Use locked env.rb in `bundle exec` if it is available. Closes issue #177.Rhett Sutphin2010-03-041-2/+7
* Suppress "parenthesize argument(s) for future version" warning in ruby 1.8.6....Rhett Sutphin2010-03-041-1/+1
* Added an open command, and show GEM for gem locations.Tom Ward2010-03-021-8/+26
* Update docs since cache is now packageAndre Arko2010-02-231-2/+3
* Remember the --without option for bundle installCarlhuda2010-02-221-0/+1
* Don't print 'cache', but leave it in CLI.tasks.Andre Arko2010-02-191-2/+2
* added helpful debugging message if the cached gem can't be foundLindsay Holmwood2010-02-191-0/+4
* Make pack help mirror lock/cache helpAndre Arko2010-02-181-1/+1
* Hide cache command from helpAndre Arko2010-02-181-0/+7
* bundle pack will cache and lockCarl Lerche2010-02-181-0/+6
* Rename bundle pack to bundle cacheCarl Lerche2010-02-181-3/+3
* Add version taskAndre Arko2010-02-171-0/+6
* Have the bundle command explode with a helpful error message if older version...Carl Lerche2010-02-101-1/+0
* Regenerate .bundle/environment.rb during bundle checkCarl Lerche2010-02-101-0/+3
* Separate bundle install foo and bundle install --disable-shared-gems.Carl Lerche2010-02-101-4/+6
* Add a --relock option to bundle installCarlhuda2010-02-101-1/+6