summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Persist the new rubygem sources to the lockfileCarl Lerche2010-08-291-1/+30
* Raise an error if the git push fails.Myron Marston2010-08-291-0/+3
* Sanely add the "fake" version to the git source when the requirement is prefi...Carl Lerche2010-08-291-0/+17
* Fix the logic that detects if the local clone of a git repository is up to date.Carl Lerche2010-08-291-1/+1
* Longer git refs for paths and lockfiles.Victor Costan2010-08-291-4/+4
* Rename GemHelper push to releaseJoshua Hull2010-08-271-3/+3
* Add appropriate confirm messages to gem helper commands.Myron Marston2010-08-271-0/+19
* Integrate the new bundler man pages with bundle helpCarl Lerche2010-08-232-1/+40
* removed current_ prefix and fetching name and version in the same way.Joshua Hull2010-08-221-1/+1
* Remove quote of pathnameLuis Lavena2010-08-201-1/+1
* Don't use IO.select in the tests. It doesn't work on windows.Carl Lerche2010-08-203-10/+13
* Separate /Users/carllerche/.bundler/bin:/Users/carllerche/.rvm/gems/ruby-1.8....Carl Lerche2010-08-201-1/+1
* Escape spaces out of paths.Carl Lerche2010-08-201-2/+2
* Specs work on WindowsLuis Lavena2010-08-202-1/+11
* Move the lockfile spec matchers to spec/support/matchers.rbCarl Lerche2010-08-202-19/+19
* Fix gem templates, add specs for nested constantsAndre Arko2010-08-152-7/+20
* First gem version 0.0.1 instead of 0.0.0Andre Arko2010-08-151-3/+3
* Add exit codes for the two cases when bundler exec failsWill Leinweber2010-08-151-2/+4
* Let's write a spec that ensures that gem build bundler.gemspec still works.Carl Lerche2010-08-111-0/+9
* 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