summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPdont_run_git_commands_during_runtimeCarlhuda2010-07-195-9/+84
* Fix bug where bundle update foo wasn't working in many git casesCarlhuda2010-07-193-3/+18
* Add bundle config for global config settingswycats2010-07-193-42/+115
* Hide methods using :hide => truewycats2010-07-161-8/+1
* Update vendored Thor.José Valim2010-07-165-50/+64
* Actually test #gemspec and deprecate #add_bundler_dependencieswycats2010-07-153-1/+66
* Make sure that bundle show bundler shows the correct pathCarl Lerche2010-07-152-1/+9
* Don't remote fetch the git repository if the commit is available locallyCarl Lerche2010-07-152-0/+19
* Don't claim to be deleting gems from vendor/cache when nothing actually happensCarl Lerche2010-07-153-9/+28
* Remove differ gemAndre Arko2010-07-152-9/+2
* Don't delete cached gems for dependencies that are pinned to certain platformsCarl Lerche2010-07-143-3/+58
* Add a couple items to the TODO listCarl Lerche2010-07-141-0/+2
* Update TODOwycats2010-07-131-10/+0
* Don't delete Gemfile.lock at the start of a bundle updateCarl Lerche2010-07-133-4/+17
* Allows the location of binstubs to be specifiedCarl Lerche2010-07-133-14/+24
* Update the vendored thor libraryCarl Lerche2010-07-1310-98/+240
* Bump bundler version1.0.0.beta.5Carlhuda2010-07-121-1/+1
* Make updating sources a noop in bundle install if all of the gems are already...Carlhuda2010-07-123-5/+16
* Remove sudo -E, which never actually worked for what we wanted, and doesn't e...Carlhuda2010-07-121-1/+1
* Fixes a bug where lockfiles were being updated or created even in the face of...Carlhuda2010-07-123-1/+88
* Fixes a bug where unpinned specs that became pinned did not get unlocked on i...Carlhuda2010-07-122-1/+33
* Add a clarifying commentCarlhuda2010-07-121-0/+1
* Fix a bug where BUNDLE_PATH was superceding a path set via "bundle install foo"Carlhuda2010-07-122-1/+11
* Fixes Install#generate_bin when sudo is required and packages have executablesSantiago Pastorino2010-07-121-1/+14
* Makes Rubygems#install copy executable filesSantiago Pastorino2010-07-121-0/+3
* Don't add bin_dir if there are no executablesSantiago Pastorino2010-07-121-6/+7
* Makes Git#generate_bin works when sudo is requiredSantiago Pastorino2010-07-121-12/+5
* requires_sudo if the path is not writable and sudo command existSantiago Pastorino2010-07-111-8/+2
* Spec for unwritable BUNDLE_PATHAndre Arko2010-07-111-4/+23
* Clean up sudo specsAndre Arko2010-07-112-32/+21
* Add attr_reader for Definition#sourcesAndre Arko2010-07-111-1/+1
* Actually bump the version1.0.0.beta.4wycats2010-07-101-1/+1
* Don't use sudo to create ~/.bundlerwycats2010-07-091-1/+1
* Bump versionwycats2010-07-091-1/+1
* Fix a bug in the specs in 1.91.0.0.beta.3Carl Lerche2010-07-091-1/+1
* Make generating bin stubs an optionCarl Lerche2010-07-094-6/+48
* Clean up environment inspectAndre Arko2010-07-091-2/+1
* Print a non-insanely-verbose output for Environments. This should resolve an ...wycats2010-07-091-0/+5
* Raise an appropriate error when a gem is specified using a symbol.Myron Marston2010-07-092-0/+12
* Git should never use sudowycats2010-07-093-9/+29
* Remove standalone #git in the DSL. Instead, use the block form of #git and pu...wycats2010-07-098-29/+52
* Go back to generating ./bin/gem_bin_stubCarl Lerche2010-07-085-52/+23
* Fixed a bug where our multiplatform logic is not identical to RubygemsCarlhuda2010-07-073-7/+20
* Make bundle install [PATH] namespace its gems to specific rubiesCarlhuda2010-07-075-12/+45
* Probably worth having an actual test here :PCarlhuda2010-07-071-1/+1
* Beta 3 preAndre Arko2010-07-071-1/+1
* bundle update should not explode if a Gemfile.lock does not exist (closes #423)Carlhuda2010-07-062-2/+18
* Correctly handle case of a gem with multiple requirements in a dependencyCarlhuda2010-07-063-1/+23
* Don't add duplicate gemspecs to the lock fileCarl Lerche2010-07-062-3/+36
* Add vim swap files to the gitignoreCarl Lerche2010-07-061-1/+2