summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* WIPremoving_the_spec_gilCarlhuda2010-08-1118-101/+221
* Clean up README, factor out ISSUESAndre Arko2010-08-112-64/+33
* Remove obsolete TODOAndre Arko2010-08-111-13/+0
* Fixed escaping issue in capistrano. thanks: Lawrence CurtisSantiago Pastorino2010-08-111-1/+1
* Don't try to create dirs if they already existsSantiago Pastorino2010-08-114-10/+14
* Update the changelog1.0.0.rc.5Carl Lerche2010-08-101-0/+11
* Fix a bug where --gemfile and --deployment did not work togetherCarl Lerche2010-08-102-1/+12
* Add a task that runs the specs including sudo specsCarl Lerche2010-08-102-4/+25
* Update cap taskAndre Arko2010-08-101-15/+7
* Fix the logic for determining whether or not to use sudoCarl Lerche2010-08-102-1/+5
* use base to load specification.Joshua Hull2010-08-091-1/+1
* Revert "Revert "work-around for bizarre gem exitcode. use specification to de...Joshua Hull2010-08-091-5/+6
* Clarify a new featureYehuda Katz2010-08-091-0/+1
* Revert "work-around for bizarre gem exitcode. use specification to determine ...1.0.0.rc.4Carlhuda2010-08-091-6/+5
* Bump versionCarlhuda2010-08-091-1/+1
* Update changelog for RC4Andre Arko2010-08-091-0/+14
* Adds basic Capistrano task for Bundler. To use it, just require 'bundler/capi...Nicolas Blanco2010-08-091-0/+23
* work-around for bizarre gem exitcode. use specification to determine name.Joshua Hull2010-08-081-5/+6
* nicer task names and exposure of gemspec name optionJoshua Hull2010-08-071-5/+5
* Take platforms in consideration when sorting specs for the lockfileCarl Lerche2010-08-061-1/+4
* Enable fetching gems from vendor/cache during install time when it is present...Carl Lerche2010-08-062-1/+12
* Have bundler remember that the bundle is frozen and ignore changes to the Gem...Carl Lerche2010-08-066-14/+53
* WhitespaceCarl Lerche2010-08-061-0/+1
* Add --frozen to disable updating the Gemfile.lock with changes to Gemfile (th...Carl Lerche2010-08-062-6/+34
* Rename the internal bundler variable from Bundler.deployment to Bundler.frozenCarl Lerche2010-08-063-3/+3
* Provide an environment variable to allow customizing the location of <app>/.b...Carl Lerche2010-08-065-4/+51
* Install gem executables to Gem.bindir instead of Gem.dirDonovan Bray2010-08-061-2/+2
* The filesystem might not be writable during runtime when deployed.Carl Lerche2010-08-052-1/+20
* added GemHelper to autoloadJoshua Hull2010-08-052-1/+2
* removed whitespaceJoshua Hull2010-08-051-1/+0
* cache_path is the incorrect thing to check here.Carl Lerche2010-08-052-4/+9
* Always specify the paths when running git operations. The application might moveCarl Lerche2010-08-042-1/+31
* removed extraneous lineJoshua Hull2010-08-041-1/+0
* Merge branch 'master' of github.com:carlhuda/bundlerJoshua Hull2010-08-043-13/+49
|\
| * Whitespace and stuffCarl Lerche2010-08-042-2/+1
| * Eager unlock dependencies of gems specified with `bundle update gem_name`Carl Lerche2010-08-042-12/+49
* | use open3 to supress STDERR from leaking out.Joshua Hull2010-08-041-2/+8
|/
* use Process.pid in the tmp directoryJoshua Hull2010-08-041-1/+1
* removed whitespaceJoshua Hull2010-08-041-1/+1
* Minor tweaks and cleanups to gemAndre Arko2010-08-048-19/+25
* use non-relative path for ruby 1.9Joshua Hull2010-08-041-1/+1
* completed spec for three main management methodsJoshua Hull2010-08-042-27/+72
* initial stab at gem generation/managementJoshua Hull2010-08-0426-1/+993
* initial port of gem management/templating functionalityJoshua Hull2010-08-048-0/+194
* Fix changelog typoAndre Arko2010-08-031-1/+1
* 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