summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version bump to 0.9.170.9.17Andre Arko2010-04-072-1/+13
* Don't duplicate RUBYOPT if it has already been set somehowAndre Arko2010-04-073-3/+22
* Add groups parameter to #add_bundler_dependenciesAndre Arko2010-04-072-2/+3
* Add Gem::Specification#add_bundler_dependencies for gemspecsAndre Arko2010-04-061-0/+10
* Don't duplicate gem pathsAndre Arko2010-04-051-1/+1
* Call Bundler.setup from Bundler.require, only set up each group onceAndre Arko2010-04-053-4/+11
* Release version to 0.9.160.9.16Andre Arko2010-04-032-9/+28
* Attempted spec for long-name tar error. Passes, though.Andre Arko2010-04-032-18/+42
* Don't print git gem shas twice during bundle showAndre Arko2010-04-032-2/+12
* Report errors from bundler/setup.rb without backtracesAndre Arko2010-04-031-1/+6
* Fix Gem::Specification#git_version for unloaded specsAndre Arko2010-04-031-1/+1
* Improve DSL, Gemfile, and command error messagesAndre Arko2010-04-038-16/+29
* Error instead of backtrace when exec'ing non-existent commands.Andre Arko2010-04-031-2/+6
* Trap INT and quit gracefullyAndre Arko2010-04-021-0/+3
* Resolver "gem not found" message now indicates local or remoteAndre Arko2010-04-024-10/+17
* Get the SHA1 from the git checkout, not the git sourceAndre Arko2010-04-022-7/+11
* Show command now outputs branch names other than master. Closes 239.Andre Arko2010-04-023-6/+33
* Fix check, show, and open commands while locked. Closes #237.Andre Arko2010-04-025-10/+55
* Fix exitcode checks to work on all rubiesAndre Arko2010-04-022-17/+23
* Changelog and release for 0.9.150.9.15Andre Arko2010-04-022-1/+17
* Update to not need special code for :branch (thanks JK)wycats2010-04-022-5/+15
* If an option is invalid, don't fail silentlywycats2010-04-023-0/+26
* Point to web docsAndre Arko2010-04-021-171/+3
* Update cached gems after running `bundle install`Andre Arko2010-04-022-0/+16
* Bundler.setup now loads .bundle/environment.rb if it is currentAndre Arko2010-04-029-24/+90
* Clean up bundler.rb a bit, fix specAndre Arko2010-04-022-12/+9
* Fix bug where you could not float on branches (Closes #211)Carlhuda2010-04-013-8/+34
* Don't generate bundler.gemspec anymoreCarlhuda2010-04-016-52/+37
* Object#to_yaml_properties will be removed, just define to_yaml_propertiesAaron Patterson2010-04-011-3/+1
* Changelog for 0.9.14Andre Arko2010-03-301-0/+19
* Prep for 0.9.15Andre Arko2010-03-302-3/+3
* Bump version to 0.9.140.9.14Andre Arko2010-03-301-1/+1
* Remove broken rubygems plugins that only load in Ruby 1.9Andre Arko2010-03-302-29/+29
* Include git gems' branch and sha in output from showAndre Arko2010-03-302-1/+9
* Alias `list` to `show`Andre Arko2010-03-301-0/+1
* Change install output from "Bundling" to "Installing" and "Using"Andre Arko2010-03-301-1/+5
* Add Bundler::Source::BundlerGems, to distingush from SystemGems.Andre Arko2010-03-306-16/+48
* Ensure git sources are checked out before using themJoshua Hull2010-03-302-1/+18
* Add Bundler.with_clean_env for blocks of ruby without a bundled envJoshua Hull2010-03-302-0/+25
* Add --gemspec option to `bundle init`Joshua Hull2010-03-304-1/+65
* Resolver conflicts can happen in the Gemfile, so error appropriatelyAndre Arko2010-03-301-1/+6
* WhitespaceAndre Arko2010-03-301-1/+1
* Update changelog and link from readmeAndre Arko2010-03-302-1/+28
* Allow the VISUAL environment variable for GUI editorsTom Lea2010-03-302-6/+15
* Include executables in virtual gemspecsAndre Arko2010-03-244-32/+109
* Gemspec for 0.9.13Andre Arko2010-03-231-3/+6
* Bump version to 0.9.130.9.13Andre Arko2010-03-231-1/+1
* Remove debugging line from specsAndre Arko2010-03-231-1/+0
* Set GEM_HOME and GEM_PATH correctly when lockedAndre Arko2010-03-233-6/+47
* Quote paths with double quotes for WindowsAndre Arko2010-03-231-3/+3