summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | issue where Bundler.setup used up insane amounts of RAM and never returned.
* Raise an appropriate error when a gem is specified using a symbol.Myron Marston2010-07-092-0/+12
| | | Previously, bundler would raise an error like "Could not find gem 'foo' in any of the gem sources", which was misleading and confusing. This closes #434.
* Git should never use sudowycats2010-07-093-9/+29
|
* Remove standalone #git in the DSL. Instead, use the block form of #git and ↵wycats2010-07-098-29/+52
| | | | put in the associated gems
* 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
|
* Remove old .bundle/environment.rb while lockingAndre Arko2010-07-063-3/+32
| | | | Closes #408
* Hopefully this commit will actually make the bundle executable available ↵Carlhuda2010-07-022-17/+20
| | | | when running bundle exec
* Tweak bundler's spec creation for the local sourceCarlhuda2010-07-021-4/+7
|
* Improve bundling bundler logicCarlhuda2010-07-027-12/+46
|
* If bundler is in the lockfile, you should be able to #gem to itCarlhuda2010-07-022-0/+11
|
* `bundle open *gem*` should try to use $BUNDLER_EDITOR if it's set.Matthew Rudy Jacobs2010-07-012-10/+20
| | | | | | | editor priority: - $BUNDLER_EDITOR - $VISUAL - $EDITOR
* Add spec for gemspec require_path order in $LOAD_PATHAndre Arko2010-07-011-0/+18
|
* Preserve require_paths order from gemspecDan Weinand2010-07-011-3/+2
|
* Add more sanity to the cases where bundler runs commands with sudoCarlhuda2010-07-015-11/+54
|
* This message might be betterwycats2010-07-011-1/+1
|
* Add a custom prompt to the sudo command so clueless users are not caught off ↵wycats2010-07-011-1/+1
| | | | guard by the password prompt and perhaps assume it is asking for a remote server's ssh password.
* By default, do not expand submoduleswycats2010-07-015-15/+44
|
* Ruby 1.9 does not track activated gems, so we cannot provide a helpful ↵wycats2010-06-291-21/+25
| | | | warning in the case of conflicted activations
* Environment variables are frozenwycats2010-06-291-1/+1
|
* Fix hardcoded Carlhuda pairing machine tests :Pwycats2010-06-292-5/+5
|
* Fix the last fix for missing bundler gemsAndre Arko2010-06-291-6/+2
|
* omg we actually have a homepage nowAndre Arko2010-06-291-1/+1
|
* Catch inexplicably missing bundler gemsAndre Arko2010-06-291-4/+8
|
* Nicer error on non-existent child dep gemAndre Arko2010-06-291-6/+3
|
* Refactor resolver error messages, less code and more consistencyCarlhuda2010-06-294-28/+52
|
* Fix specs, no-color option, and resolver error indentationCarlhuda2010-06-294-14/+12
|
* Likewise cleaner errors for Gemfile conflicts and child dep conflictsCarlhuda2010-06-292-25/+64
|
* Suggest `bundle update` when there is a conflict between Gemfile and lockCarlhuda2010-06-292-4/+78
|
* New and much more readable error messages for conflictsCarlhuda2010-06-292-15/+31
|
* Add --no-color class option to Bundler::CLICarlhuda2010-06-292-2/+6
|
* Removing an outdated spec1.0.0.beta.2Carlhuda2010-06-251-26/+0
|
* Raise an activation error if a rubygem is already activated that conflicts ↵Carlhuda2010-06-252-0/+35
| | | | with the Gemfile
* Do not add bundler to the lockfileCarlhuda2010-06-257-1/+33
|
* Remove unused GemfileChanged errorAndre Arko2010-06-241-1/+0
|
* make opts optionalJoshua Hull2010-06-231-3/+3
|
* I'm terrible at spelling. :developmentJoshua Hull2010-06-232-2/+2
|