man/shoe.3 in shoe-0.7.1 vs man/shoe.3 in shoe-0.8.0

- old
+ new

@@ -1,9 +1,9 @@ .\" generated with Ronn/v0.5 .\" http://github.com/rtomayko/ronn/ . -.TH "SHOE" "3" "October 2010" "Matthew Todd" "RubyGems Manual" +.TH "SHOE" "3" "February 2011" "Matthew Todd" "RubyGems Manual" . .SH "NAME" \fBshoe\fR \-\- standard Rake tasks for your RubyGems project . .SH "SYNOPSIS" @@ -46,10 +46,11 @@ Generate man pages with \fBronn(1)\fR from the \fBman/*.ronn\fR sources listed in the \fBfiles\fR field of your Gem::Specification. (The generated manpages will then be available via \fBgem\-man(1)\fR once your gem is installed.) . .TP \fBrake test\fR -Run tests with RubyGems' built\-in Gem::Validator, which reads the \fBtest_files\fR field in your Gem::Specification to know which tests to run. +Run tests with Ruby's built\-in testrb, reading the \fBtest_files\fR field in your +Gem::Specification to know which tests to run. . .P Note these tasks check conditions before defining themselves, so that your \fBrake \-\-tasks\fR list stays relevant and compact. You won't see all the tasks all the time. .