man/man1/inochi.1 in inochi-6.0.0 vs man/man1/inochi.1 in inochi-6.0.1
- old
+ new
@@ -2,14 +2,14 @@
.\" Title: inochi
.\" Author: [see the "AUTHORS" section]
.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
.\" Date: 2011-04-21
.\" Manual: \ \&
-.\" Source: \ \& 6.0.0
+.\" Source: \ \& 6.0.1
.\" Language: English
.\"
-.TH "INOCHI" "1" "2011\-04\-21" "\ \& 6\&.0\&.0" "\ \&"
+.TH "INOCHI" "1" "2011\-04\-21" "\ \& 6\&.0\&.1" "\ \&"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.\" http://bugs.debian.org/507673
@@ -67,50 +67,50 @@
.nf
inochi init project="Foo Bar Baz 123" package="fbb123"
.fi
.SH "DESCRIPTION"
.sp
-Inochi is an infrastructure that helps you create, test, document, package, publish, and announce your [Ruby] projects\&.
+Inochi is an infrastructure that gives life to open\-source [Ruby] projects and helps you document, test, package, publish, announce, and maintain them\&.
.SS "Features"
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
-Provides a comprehensive help manual that is written in
+Produces a comprehensive help manual that is written in
[eRuby]
over
[AsciiDoc]
-and is rendered into a Web page and a UNIX manual page\&.
+and is rendered into a Web page (with RSS feed) as well as a UNIX manual page\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
-Announces project releases on
-[RAA],
-[ruby-talk], and via RSS feed\&.
+Produces beautiful plain\-text release announcements that are ready to be published on news outlets such as the
+[ruby-talk]
+mailing list\&.
.RE
.sp
.RS 4
.ie n \{\
\h'-04'\(bu\h'+03'\c
.\}
.el \{\
.sp -1
.IP \(bu 2.3
.\}
-Stores project information in a single Ruby source file\&.
+Stores project information in constants in a single Ruby source file\&.
.RE
.SS "Resources"
.PP
Project website
.RS 4
@@ -480,13 +480,10 @@
lt lt
lt lt
lt lt
lt lt
lt lt
-lt lt
-lt lt
-lt lt
lt lt.
T{
.sp
ann
T}:T{
@@ -570,31 +567,10 @@
.sp
Publish a release of this project\&.
T}
T{
.sp
-pub:ann
-T}:T{
-.sp
-Announce release on all news outlets\&.
-T}
-T{
-.sp
-pub:ann:raa
-T}:T{
-.sp
-Announce release on RAA (Ruby Application Archive)\&.
-T}
-T{
-.sp
-pub:ann:ruby\-talk
-T}:T{
-.sp
-Announce release on ruby\-talk mailing list\&.
-T}
-T{
-.sp
pub:gem
T}:T{
.sp
Publish gem release package to RubyGems\&.org\&.
T}
@@ -822,15 +798,10 @@
.PP
ann\&.xml
.RS 4
RSS feed version of the release announcement\&.
.RE
-.SS "inochi pub:ann:ruby\-talk"
-.sp
-Announces the release on the [ruby-talk] mailing list\&.
-.sp
-It is recommended that you build, review, and edit the ann\&.txt file \fIby hand\fR before running this command because (1) the body of that file is published directly as the announcement message and (2) HTML to plain text conversion is not perfect\&.
.SS "inochi pub:web"
.sp
Publishes the help manual, API documentation, and RSS feed to project website using rsync(1) according to the :pub_web_* parameters defined in the project\(cqs configuration file\&.
.SH "PROJECTS"
.sp
@@ -1127,9 +1098,75 @@
Its exit status will indicate whether all tests have passed\&. It may also print additional pass/fail information depending on the testing library used in the test/test_helper\&.rb file\&.
.SS "Contributing"
.sp
\m[blue]\fBFork this project on GitHub\fR\m[] and send a pull request\&.
.SH "HISTORY"
+.SS "Version 6\&.0\&.1 (2011\-04\-21)"
+.sp
+Incompatible changes:
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Remove
+pub:ann
+tasks; users can manually announce where/if they want to\&.
+.RE
+.sp
+Bug fixes:
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Inochi still generated the old
+test/helper\&.rb
+file\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Do not make old and new files read\-only before merging\&.
+.RE
+.sp
+Housekeeping:
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Revise project & manual version mismatch error\&.
+.RE
+.sp
+.RS 4
+.ie n \{\
+\h'-04'\(bu\h'+03'\c
+.\}
+.el \{\
+.sp -1
+.IP \(bu 2.3
+.\}
+Revise project introduction in help manual\&.
+.RE
.SS "Version 6\&.0\&.0 (2011\-04\-21)"
.sp
This release adopts some common Rails testing and development conventions, drops runtime gem version dependency establishment in favor of [Bundler], produces a gemspec file for greater interoperability, and improves merging\&.
.PP
\fBIncompatible changes\fR