summaryrefslogtreecommitdiff
path: root/lib/bundler/gem_helper.rb
Commit message (Expand)AuthorAgeFilesLines
* Merge Travis fixes from branch '1-0-stable'Andre Arko2011-08-291-1/+1
|\
| * Changed the output of gem build to verbose, that it will work with new RubyGe...Daniel Spangenberg2011-08-161-1/+1
* | Merge branch '1-0-stable'Terence Lee2011-08-121-1/+1
|\ \ | |/
| * support hidden gemspec file7rans2011-07-091-1/+1
* | Merge branch '1-0-stable'Terence Lee2011-08-061-3/+6
|\ \ | |/
| * Use a check for rubygems.org credentials that actually worksAndre Arko2011-06-121-3/+6
* | stop checking for Successfully in output, it's not always thereAndre Arko2011-08-011-1/+0
|/
* amend Rake 0.9 supportquix2011-05-221-7/+2
* 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
* | Fix for spaces in the pathname when releasing gems.Rob Slifka2011-04-101-3/+3
|/
* fixing some useless assignment warningsAaron Patterson2011-01-181-4/+3
* Rake already chdir()s into the Rakefile directory, so use thatAndre Arko2011-01-181-3/+3
* output the command GemHelper is running in verbose/debugAndre Arko2010-11-131-2/+4
* Use Thor logic to choose between Basic and Color shellsAndre Arko2010-11-131-1/+1
* correctly separate out git remote creation to accomodate older git. sh_with_c...Joshua Hull2010-10-221-2/+2
* use double quotes for git tagJoshua Hull2010-10-211-1/+1
* removed ref fetching due to error in git 1.6Joshua Hull2010-10-201-6/+2
* simpler testing for git cleanlinessJoshua Hull2010-10-201-1/+2
* Increased robustness of Rakefile locating in GemHelperAiden Nibali2010-10-201-1/+1
* Rely on redirection and exit codes instead of trying to use popen3Joshua Hull2010-10-201-15/+15
* Allow the gem helper to be requiredAndre Arko2010-10-151-0/+1
* Allow subclassing of Bundler::GemHelper (overriding install) to create custom...aslakhellesoy2010-09-141-1/+1
* Test out for /Successfully/. Thanks Mitchell HashimotoJoshua Hull2010-09-031-1/+1
* Fix GemHelper#install_gem so that it raises an error rather than just printin...Myron Marston2010-08-291-5/+2
* Raise an error if the git push fails.Myron Marston2010-08-291-2/+7
* Pass the err buffer on to the block rather than re-reading stderr.Myron Marston2010-08-291-1/+1
* Output error message on install and failJoshua Hull2010-08-281-8/+12
* Rename GemHelper push to releaseJoshua Hull2010-08-271-3/+3
* Added error message for unexpected untagging. Moved build success message int...Joshua Hull2010-08-271-1/+2
* Add appropriate confirm messages to gem helper commands.Myron Marston2010-08-271-0/+12
* build gem before pushing. don't push --allJoshua Hull2010-08-271-2/+3
* removed current_ prefix and fetching name and version in the same way.Joshua Hull2010-08-221-12/+14
* Make the gemspec the authoritative source for version and nameChris Hoffman2010-08-221-26/+9
* Create annotated git tags for gem versionsAndre Arko2010-08-161-1/+1
* Factor out Bundler.load_gemspec so Source::Path and GemHelper can use itAndre Arko2010-08-151-2/+1
* Allow gem version to be set inside lib/#{name}.rbAndre Arko2010-08-151-3/+11
* 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
* Revert "work-around for bizarre gem exitcode. use specification to determine ...1.0.0.rc.4Carlhuda2010-08-091-6/+5
* 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
* removed whitespaceJoshua Hull2010-08-051-1/+0
* removed extraneous lineJoshua Hull2010-08-041-1/+0
* use open3 to supress STDERR from leaking out.Joshua Hull2010-08-041-2/+8
* Minor tweaks and cleanups to gemAndre Arko2010-08-041-5/+9
* completed spec for three main management methodsJoshua Hull2010-08-041-17/+19
* initial port of gem management/templating functionalityJoshua Hull2010-08-041-0/+124