summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where --gemfile and --deployment did not work togetherCarl Lerche2010-08-101-0/+9
* Add a task that runs the specs including sudo specsCarl Lerche2010-08-101-1/+1
* Enable fetching gems from vendor/cache during install time when it is present...Carl Lerche2010-08-061-0/+11
* Have bundler remember that the bundle is frozen and ignore changes to the Gem...Carl Lerche2010-08-062-0/+29
* Add --frozen to disable updating the Gemfile.lock with changes to Gemfile (th...Carl Lerche2010-08-061-4/+29
* Provide an environment variable to allow customizing the location of <app>/.b...Carl Lerche2010-08-062-1/+42
* The filesystem might not be writable during runtime when deployed.Carl Lerche2010-08-051-0/+19
* cache_path is the incorrect thing to check here.Carl Lerche2010-08-051-0/+6
* Always specify the paths when running git operations. The application might moveCarl Lerche2010-08-041-0/+30
* Whitespace and stuffCarl Lerche2010-08-042-2/+1
* Eager unlock dependencies of gems specified with `bundle update gem_name`Carl Lerche2010-08-041-0/+25
* removed whitespaceJoshua Hull2010-08-041-1/+1
* completed spec for three main management methodsJoshua Hull2010-08-041-10/+53
* initial stab at gem generation/managementJoshua Hull2010-08-042-0/+29
* Rename --deploy to --deploymentAndre Arko2010-08-033-12/+12
* Add --gemfile as a flag for bundle check.Carl Lerche2010-08-031-0/+11
* Output a better error message when top level dependencies conflict with the l...Carl Lerche2010-08-031-1/+30
* DeOMGify the testsCarl Lerche2010-08-031-1/+0
* Deprecate --production for --deployAndre Arko2010-08-034-12/+18
* Use the Gemfile's name as a base for Gemfile.lockCarl Lerche2010-08-031-0/+20
* When updating all gems in a git source, also update that sourceCarl Lerche2010-08-021-0/+21
* 1.9 spec issueCarlhuda2010-08-021-1/+1
* Change the bundle check reporting strategyCarlhuda2010-08-021-15/+4
* When installing a bundle on a platform for the first time, do not try to shor...Carl Lerche2010-08-021-0/+15
* The CLI should print a better warning on bundle check if the resolver can't g...Carlhuda2010-08-021-0/+12
* If the dependency's list of platforms does not contain the current platformFletcher Nichol2010-08-021-0/+32
* Fix output testsCarlhuda2010-08-021-1/+3
* Don't assume that just because a dependency is pinned, we have the spec for itCarlhuda2010-08-021-0/+36
* Create Gem.dir/bin directory if it does not yet exist before copying executab...Carlhuda2010-08-021-1/+22
* Add --path and add descriptions for some flagsCarlhuda2010-07-291-18/+21
* Update --production to yell if the user changed their Gemfile without updatin...Carlhuda2010-07-291-0/+109
* DslError should inherit from Bundler::Error so its exceptions are caught by t...Carlhuda2010-07-291-4/+4
* make :platforms work as a shortcutCarlhuda2010-07-291-1/+11
* 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-291-0/+21
* Add --production. So far:Carlhuda2010-07-282-0/+22
* Remove --disable-shared-gemsCarlhuda2010-07-281-4/+9
* bundle install --system overrides a previous install locationCarlhuda2010-07-281-13/+36
* Print a clarifying warning if you use bundle install fooCarlhuda2010-07-281-0/+10
* Get Bundler tests running on RSpec 2wycats2010-07-265-24/+30
* mri_19 is the valid platformSantiago Pastorino2010-07-261-2/+2
* Fix a git bug where collaborative projects could result in a lockfile having ...wycats2010-07-251-1/+29
* Make output prettier and check in C extension testwycats2010-07-241-0/+48
* Improve bundle config and also add build optionswycats2010-07-241-2/+2
* Fixes a bug where cached gems for other platforms were being removed when run...Carl Lerche2010-07-241-2/+11
* Don't write the lockfile if nothing changed.Carl Lerche2010-07-241-0/+8
* Unlock git sources if :submodules => true is added to the sourceCarl Lerche2010-07-241-0/+62
* Remove the #to_generic monkey patch to Gem::PlatformCarl Lerche2010-07-244-21/+27
* Close open pipes in testsCarl Lerche2010-07-242-4/+8
* mri platform addedSantiago Pastorino2010-07-231-1/+8