summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a spec that explicitly tests crazinessCarl Lerche2010-07-211-0/+27
* Unlock Path sources when their dependencies changeCarlhuda2010-07-211-0/+21
* Shim Gem.refresh (fixes a bug involving unicorn)Carlhuda2010-07-211-0/+15
* 1.8 and 1.9 should output the same thingCarlhuda2010-07-211-1/+1
* Fix a bug where `bundle exec bundle *` and shelling out to bundle from inside...Carlhuda2010-07-213-5/+33
* Fixes bug involving switching from path to git sourceCarlhuda2010-07-211-0/+24
* Fix a bug where bundle installs spews errors when it is run multiple times in...Carl Lerche2010-07-202-1/+13
* Don't swallow require failuresCarlhuda2010-07-201-0/+15
* Appropriately handle duplicate declarations of the same gem. In incompatible ...Carlhuda2010-07-202-0/+115
* Support multiple version dependenciesCarlhuda2010-07-202-0/+41
* Fix a bug with ordering of sources between the lockfile and the gemfileCarlhuda2010-07-201-0/+24
* Don't run any git commands when in runtime mode (aka Bundler.setup)Carlhuda2010-07-204-4/+59
* Actually remember which the version that a gem is w/ no gemspec in a pinned p...Carlhuda2010-07-202-4/+5
* Remove the call to lock from Runtime#initializeCarlhuda2010-07-194-1/+66
* Fix bug where bundle update foo wasn't working in many git casesCarlhuda2010-07-191-1/+15
* Add bundle config for global config settingswycats2010-07-191-25/+34
* Actually test #gemspec and deprecate #add_bundler_dependencieswycats2010-07-151-0/+58
* Make sure that bundle show bundler shows the correct pathCarl Lerche2010-07-151-1/+6
* Don't remote fetch the git repository if the commit is available locallyCarl Lerche2010-07-151-0/+12