aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Suggest bundle install if setup raises GemNotFoundAndre Arko2011-05-271-0/+3
* Merge pull request #1196 from quix/amend-rake-0.9-supportAndre Arko2011-05-271-7/+2
|\
| * amend Rake 0.9 supportquix2011-05-221-7/+2
* | Version 1.0.14Andre Arko2011-05-261-1/+1
* | escape filenames before putting them in regexesAndre Arko2011-05-261-2/+2
* | Make Bundler gem rakefiles simplerAndre Arko2011-05-262-2/+3
* | fixed runtimeJames Tucker2011-05-241-2/+2
* | Add RubygemsIntegration#preserve_paths to clean up after RG 1.8Andre Arko2011-05-242-9/+24
* | note which versions each rubygems integration corresponds toAndre Arko2011-05-241-18/+25
* | so it turns out caching Gem.dir is a terrible ideaAndre Arko2011-05-241-13/+3
* | raise a Bundler error if we can't find a gem for some reasonAndre Arko2011-05-241-3/+6
* | cache Gem.dir and Gem.bindir because Rubygems 1.8 changes themAndre Arko2011-05-241-2/+10
|/
* Merge pull request #1190 from mheffner/single_quote_uriAndre Arko2011-05-231-2/+9
|\
| * Escape single quotes with the URI.Mike Heffner2011-05-221-2/+9
| * Single quote the git source URI instead of double quoting. This allowsMike Heffner2011-05-221-2/+2
* | Add user.name and user.email from git config to newgem gemspec templateAndrey Ognevsky2011-05-222-3/+7
* | Merge pull request #1188 from tadman/1-0-stableAndre Arko2011-05-211-2/+1
|\ \
| * | Fix for issue #1127: Properly display installation location as a relative pat...Scott Tadman2011-05-211-2/+1
| |/
* | Merge pull request #1183 from injekt/patch-1Andre Arko2011-05-211-1/+0
|\ \
| * | gem specification platform is already Gem::Platform::RUBYLee Jarvis2011-05-191-1/+0
| |/
* | Safer check for RubiniusRalph Bodenner2011-05-191-1/+1
* | Fix #1050: no platform for rubiniusRalph Bodenner2011-05-191-0/+5
|/
* closes #1171Terence Lee2011-05-171-1/+1
* Merge pull request #1162 from mbirk/mbirk/relative_path_fixAndre Arko2011-05-111-1/+1
|\
| * Fix for bug in handling relative paths.Michael Birk2011-05-101-1/+1
* | Merge pull request #1157 from rubiii/1-0-stableAndre Arko2011-05-111-0/+2
|\ \
| * | newgem should require the version filerubiii2011-05-081-0/+2
| |/
* | Merge pull request #1148 from thefrontiergroup/1-0-stableAndre Arko2011-05-111-0/+1
|\ \
| * | fix file permissions after repo checkout. keep in sync with umaskTony Issakov2011-05-051-0/+1
* | | See: http://groups.google.com/group/rubyonrails-talk/browse_thread/thread/133...Mattias Petter Johansson2011-05-071-1/+1
| |/ |/|
* | 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