summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Merge remote branch 'evanphx/1-0-stable' into 1-0-stableAndre Arko2011-05-042-9/+6
|\
| * Update to deal with Gem::Path removalEvan Phoenix2011-05-032-9/+6
* | Merge pull request #1003 from martinjagusch/1-0-stable.Andre Arko2011-05-031-1/+1
|\ \
| * | Separate commands in deployment task with && instead of ;Martin Jagusch2011-02-091-1/+1
| * | Fix update_code task to run bundle command in current release path. Issue occ...Martin Jagusch2011-02-011-1/+1
* | | Merge Evan's fixes for Rubygems HEAD coming up on the 1.8 releaseAndre Arko2011-05-021-2/+3
|\ \ \ | | |/ | |/|
| * | Fix Rubygems.gem_path againEvan Phoenix2011-05-021-1/+3
| * | Make gem_path return an ArrayEvan Phoenix2011-04-291-1/+1
| * | Add an author because it's required nowEvan Phoenix2011-04-281-0/+2
| * | Remove bad call to fully_loadEvan Phoenix2011-04-281-2/+0
| * | Remove unused 1.9.1 workaroundEvan Phoenix2011-04-281-10/+0
* | | fix executable generation when sudo is requiredAndre Arko2011-04-301-1/+1
* | | Version 1.0.13Andre Arko2011-04-301-1/+1
* | | Fix for Gem.path returning Gem::FS objects in Rubygems >= 1.8Andre Arko2011-04-301-1/+2
* | | Make gem_path return an ArrayEvan Phoenix2011-04-301-1/+1
* | | Add an author because it's required nowEvan Phoenix2011-04-301-0/+2
* | | Remove bad call to fully_loadEvan Phoenix2011-04-301-2/+0
* | | Remove unused 1.9.1 workaroundEvan Phoenix2011-04-301-10/+0
* | | Merged pull request #1072 from e2/support_new_rake.Andre Arko2011-04-291-0/+7
|\ \ \
| * | | Add support for Rake > 0.8.7 (0.9.X)Cezary Baginski2011-03-111-0/+7
* | | | Merged pull request #1118 from rslifka/1-0-stable.Andre Arko2011-04-291-3/+3
|\ \ \ \
| * | | | Fix for spaces in the pathname when releasing gems.Rob Slifka2011-04-101-3/+3
* | | | | Only format error backtrace if stdout is ttyJoshua Peek2011-04-291-5/+9
* | | | | Revert "Add github to the Gemfile DSL (thx DHH)"Andre Arko2011-04-281-14/+0
| |_|/ / |/| | |
* | | | Update work with rubygems masterEvan Phoenix2011-04-281-11/+8
* | | | Phase 1 of rubygems/bundler reintegrationEvan Phoenix2011-04-189-172/+351
* | | | Add github to the Gemfile DSL (thx DHH)Andre Arko2011-04-181-0/+14
* | | | Don't mention vendor/cache if it doesn't existAndre Arko2011-04-141-1/+1
* | | | Defend against future Rubygems changesAndre Arko2011-04-141-5/+26
* | | | sensible error when dead symlinks are passed to --path, with a testAndre Arko2011-04-111-3/+8
* | | | that comment was wayyyy in the wrong placeAndre Arko2011-04-111-1/+1
* | | | don't need commented out debug printsAndre Arko2011-04-111-1/+0
|/ / /
* | | Version 1.0.12v1.0.12Andre Arko2011-04-081-1/+1
* | | lambda up the rake command so it will honor :bundle_cmdAndre Arko2011-04-081-1/+1
* | | Provided more helpful feedback when a git command fails.Philip Arndt2011-04-081-3/+2
* | | Bundler is not respecting the --no-prune option on install.Christopher Meiklejohn2011-04-081-1/+2
* | | Test for directories in bin/, handle strings tooAndre Arko2011-04-081-1/+1
* | | Bundler needs to work with ruby 1.8 tooAndre Arko2011-04-081-1/+1
* | | Don't choke on dirs inside a :path gem's binEric Allen2011-04-081-2/+3
* | | Rescue from mkdir_p errors in configure_gem_home_and_pathNick Sieger2011-04-081-1/+3
* | | Allow relative and absolute Paths to be comparedopsb2011-04-081-1/+1
* | | fix Gem::SourceIndex.refresh! on Rubygems 1.7 and upAndre Arko2011-04-081-1/+1
* | | should just use fetch directlyAlex Arnell2011-04-061-2/+1
* | | rake tasks should respect bundle_cmd as wellAlex Arnell2011-04-061-1/+2
* | | Take version into account when sorting dependenciesCorin Langosch2011-04-061-1/+1
* | | add a message explaining how to disable deployment if it's not passedAndre Arko2011-04-062-2/+7
* | | make the ProductionError message more straightforwardAndre Arko2011-04-061-2/+4
* | | Handle the `--no-deployment` option correctly, disable frozen and pathAndre Arko2011-04-061-1/+7
* | | turns out Bundler.settings.delete() has been broken this whole timeAndre Arko2011-04-061-1/+1
* | | We may have reached 1.0 nowAndre Arko2011-04-051-8/+0