summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Version 1.0.0.rc.31.0.0.rc.3Andre Arko2010-08-032-1/+19
* Rename --deploy to --deploymentAndre Arko2010-08-036-24/+24
* Add --gemfile as a flag for bundle check.Carl Lerche2010-08-032-0/+14
* Output a better error message when top level dependencies conflict with the l...Carl Lerche2010-08-032-2/+37
* Remove an unneeded branch of codeCarl Lerche2010-08-031-11/+7
* DeOMGify the testsCarl Lerche2010-08-031-1/+0
* Deprecate --production for --deployAndre Arko2010-08-037-35/+40
* Don't list platforms twice, actually require required filesAndre Arko2010-08-032-2/+5
* Use the Gemfile's name as a base for Gemfile.lockCarl Lerche2010-08-036-8/+35
* When updating all gems in a git source, also update that sourceCarl Lerche2010-08-022-0/+37
* 1.9 spec issueCarlhuda2010-08-021-1/+1
* Change the bundle check reporting strategyCarlhuda2010-08-021-15/+4
* Fix whitespaceCarlhuda2010-08-022-2/+2
* common.joséCarlhuda2010-08-028-122/+155
* When installing a bundle on a platform for the first time, do not try to shor...Carl Lerche2010-08-023-3/+23
* The CLI should print a better warning on bundle check if the resolver can't g...Carlhuda2010-08-022-1/+19
* If the dependency's list of platforms does not contain the current platformFletcher Nichol2010-08-022-1/+33
* Fix output testsCarlhuda2010-08-021-1/+3
* Don't assume that just because a dependency is pinned, we have the spec for itCarlhuda2010-08-023-4/+49
* Significantly improve memory usage of bundle install (now passing tests)Kyle Shank2010-08-021-9/+7
* Create Gem.dir/bin directory if it does not yet exist before copying executab...Carlhuda2010-08-022-2/+24
* Provide additional troubleshooting instructionsYehuda Katz2010-08-021-1/+3
* Bump version1.0.0.rc.2Carlhuda2010-07-291-1/+1
* Update CHANGELOG for rc.2Carlhuda2010-07-291-0/+48
* Add --path and add descriptions for some flagsCarlhuda2010-07-292-23/+37
* Update --production to yell if the user changed their Gemfile without updatin...Carlhuda2010-07-294-2/+196
* DslError should inherit from Bundler::Error so its exceptions are caught by t...Carlhuda2010-07-293-13/+7
* make :platforms work as a shortcutCarlhuda2010-07-292-2/+12
* Make sure empty git blocks don't explodeCarlhuda2010-07-292-1/+21
* Fixes a bug where switching from a gem to git source results in telling peopl...Carlhuda2010-07-292-12/+32
* Add --production. So far:Carlhuda2010-07-283-8/+35
* Remove --disable-shared-gemsCarlhuda2010-07-282-6/+21
* bundle install --system overrides a previous install locationCarlhuda2010-07-283-13/+49
* Print a clarifying warning if you use bundle install fooCarlhuda2010-07-282-0/+17
* Whitespacewycats2010-07-261-1/+1
* Get Bundler tests running on RSpec 2wycats2010-07-266-32/+35
* mri_19 is the valid platformSantiago Pastorino2010-07-262-3/+3
* Bump version1.0.0.rc.1wycats2010-07-261-1/+1
* Update CHANGELOGwycats2010-07-261-0/+4
* Update TODO for --productionwycats2010-07-261-0/+5
* Merge remote branch 'tenderlove/psych'wycats2010-07-251-1/+1
|\
| * psych will raise a SyntaxError when parsing bad YAMLAaron Patterson2010-07-251-1/+1
* | Fix a git bug where collaborative projects could result in a lockfile having ...wycats2010-07-252-4/+34
|/
* Path#name is overriden later so you need only to def attr_writer hereSantiago Pastorino2010-07-251-1/+2
* Bump version1.0.0.beta.10wycats2010-07-251-1/+1
* Update changelog for 1.0.0.beta.10wycats2010-07-251-0/+15
* set is not required hereSantiago Pastorino2010-07-251-2/+0
* Make output prettier and check in C extension testwycats2010-07-243-7/+59
* Improve bundle config and also add build optionswycats2010-07-244-20/+70
* Update bundled thorwycats2010-07-241-2/+4