inochi 5.0.0 → 5.0.1
Sign up to get free protection for your applications and to get access to all the features.
- data/lib/inochi/inochi.rb +3 -3
- data/lib/inochi/tasks/{2-api.rake → 1-api.rake} +0 -0
- data/lib/inochi/tasks/{3-man.rake → 2-man.rake} +0 -0
- data/lib/inochi/tasks/{3-man.rake.css → 2-man.rake.css} +0 -0
- data/lib/inochi/tasks/{4-ann.rake → 3-ann.rake} +4 -2
- data/lib/inochi/tasks/{5-gem.rake → 4-gem.rake} +0 -0
- data/lib/inochi/tasks/{6-pub.rake → 5-pub.rake} +0 -0
- data/man/man1/inochi.1 +85 -6
- metadata +13 -13
data/lib/inochi/inochi.rb
CHANGED
@@ -18,12 +18,12 @@ module Inochi
|
|
18
18
|
##
|
19
19
|
# Number of this release of this project.
|
20
20
|
#
|
21
|
-
VERSION = '5.0.
|
21
|
+
VERSION = '5.0.1'
|
22
22
|
|
23
23
|
##
|
24
24
|
# Date of this release of this project.
|
25
25
|
#
|
26
|
-
RELDATE = '2010-08-
|
26
|
+
RELDATE = '2010-08-09'
|
27
27
|
|
28
28
|
##
|
29
29
|
# Description of this release of this project.
|
@@ -57,7 +57,7 @@ module Inochi
|
|
57
57
|
RUNTIME = {
|
58
58
|
'ember' => [ '>= 0.3.0' , '< 1' ], # for eRuby templates
|
59
59
|
'highline' => [ '>= 1.5' , '< 2' ], # for echoless password entry
|
60
|
-
'mechanize' => [ '
|
60
|
+
'mechanize' => [ '>= 1' , '< 2' ], # for publishing announcements
|
61
61
|
'nokogiri' => [ '>= 1.4' , '< 2' ], # for parsing HTML and XML
|
62
62
|
'rake' => [ '>= 0.8.4' , '< 1' ], # for Inochi::Engine
|
63
63
|
'yard' => [ '>= 0.5.8' , '< 1' ], # for making API documentation
|
File without changes
|
File without changes
|
File without changes
|
@@ -17,8 +17,9 @@ task :@ann_nfo_html_nodes do
|
|
17
17
|
unless @ann_nfo_html_nodes
|
18
18
|
begin
|
19
19
|
head, body = fetch_nodes_between(
|
20
|
-
'h2#_description + div', 'h1,h2,h3,h4,h5,h6'
|
20
|
+
'h2#_description + div.sectionbody > :first-child', 'h1,h2,h3,h4,h5,h6'
|
21
21
|
)
|
22
|
+
body.unshift head
|
22
23
|
rescue => error
|
23
24
|
error.message.insert 0,
|
24
25
|
"The manual lacks a <h2> DESCRIPTION heading.\n"
|
@@ -59,8 +60,9 @@ task :@project_authors_html_nodes do
|
|
59
60
|
unless @project_authors_html_nodes
|
60
61
|
begin
|
61
62
|
head, body = fetch_nodes_between(
|
62
|
-
'h2#_authors + div', 'h1,h2,h3,h4,h5,h6'
|
63
|
+
'h2#_authors + div.sectionbody > :first-child', 'h1,h2,h3,h4,h5,h6'
|
63
64
|
)
|
65
|
+
body.unshift head
|
64
66
|
rescue => error
|
65
67
|
error.message.insert 0,
|
66
68
|
"The manual lacks content under a <h2> AUTHORS heading.\n"
|
File without changes
|
File without changes
|
data/man/man1/inochi.1
CHANGED
@@ -2,12 +2,12 @@
|
|
2
2
|
.\" Title: inochi
|
3
3
|
.\" Author: [see the "AUTHORS" section]
|
4
4
|
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
|
5
|
-
.\" Date: 08/
|
5
|
+
.\" Date: 08/09/2010
|
6
6
|
.\" Manual: \ \&
|
7
|
-
.\" Source: \ \& 5.0.
|
7
|
+
.\" Source: \ \& 5.0.1
|
8
8
|
.\" Language: English
|
9
9
|
.\"
|
10
|
-
.TH "INOCHI" "1" "08/
|
10
|
+
.TH "INOCHI" "1" "08/09/2010" "\ \& 5\&.0\&.1" "\ \&"
|
11
11
|
.\" -----------------------------------------------------------------
|
12
12
|
.\" * set default formatting
|
13
13
|
.\" -----------------------------------------------------------------
|
@@ -1101,6 +1101,33 @@ Its exit status will indicate whether all tests have passed\&. It may also print
|
|
1101
1101
|
.sp
|
1102
1102
|
Fork this project on GitHub and send a pull request\&.
|
1103
1103
|
.SH "HISTORY"
|
1104
|
+
.SS "Version 5\&.0\&.1 (2010\-08\-09)"
|
1105
|
+
.PP
|
1106
|
+
\fBBug fixes\fR
|
1107
|
+
.sp
|
1108
|
+
.RS 4
|
1109
|
+
.ie n \{\
|
1110
|
+
\h'-04'\(bu\h'+03'\c
|
1111
|
+
.\}
|
1112
|
+
.el \{\
|
1113
|
+
.sp -1
|
1114
|
+
.IP \(bu 2.3
|
1115
|
+
.\}
|
1116
|
+
Project description and author names were not parsed correctly from the help manual when building gem packages\&.
|
1117
|
+
.RE
|
1118
|
+
.PP
|
1119
|
+
\fBHousekeeping\fR
|
1120
|
+
.sp
|
1121
|
+
.RS 4
|
1122
|
+
.ie n \{\
|
1123
|
+
\h'-04'\(bu\h'+03'\c
|
1124
|
+
.\}
|
1125
|
+
.el \{\
|
1126
|
+
.sp -1
|
1127
|
+
.IP \(bu 2.3
|
1128
|
+
.\}
|
1129
|
+
Redistribute load\-order indices in internal Rake task filenames\&.
|
1130
|
+
.RE
|
1104
1131
|
.SS "Version 5\&.0\&.0 (2010\-08\-07)"
|
1105
1132
|
.sp
|
1106
1133
|
This release switches from [Ronn] to [AsciiDoc] for writing the help manual, reduces the file size of generated gem packages, and fixes some bugs\&.
|
@@ -1115,11 +1142,35 @@ This release switches from [Ronn] to [AsciiDoc] for writing the help manual, red
|
|
1115
1142
|
.sp -1
|
1116
1143
|
.IP \(bu 2.3
|
1117
1144
|
.\}
|
1145
|
+
Rename the
|
1146
|
+
inochi\&.opts
|
1147
|
+
file to
|
1148
|
+
inochi\&.conf
|
1149
|
+
.RE
|
1150
|
+
.sp
|
1151
|
+
.RS 4
|
1152
|
+
.ie n \{\
|
1153
|
+
\h'-04'\(bu\h'+03'\c
|
1154
|
+
.\}
|
1155
|
+
.el \{\
|
1156
|
+
.sp -1
|
1157
|
+
.IP \(bu 2.3
|
1158
|
+
.\}
|
1118
1159
|
Use
|
1119
1160
|
[AsciiDoc]
|
1120
1161
|
instead of
|
1121
1162
|
[Ronn]
|
1122
1163
|
to render the help manual\&.
|
1164
|
+
.sp
|
1165
|
+
.RS 4
|
1166
|
+
.ie n \{\
|
1167
|
+
\h'-04'\(bu\h'+03'\c
|
1168
|
+
.\}
|
1169
|
+
.el \{\
|
1170
|
+
.sp -1
|
1171
|
+
.IP \(bu 2.3
|
1172
|
+
.\}
|
1173
|
+
Move "SETUP" and "SYNOPSIS" sections into their own files\&.
|
1123
1174
|
.RE
|
1124
1175
|
.sp
|
1125
1176
|
.RS 4
|
@@ -1130,10 +1181,25 @@ to render the help manual\&.
|
|
1130
1181
|
.sp -1
|
1131
1182
|
.IP \(bu 2.3
|
1132
1183
|
.\}
|
1133
|
-
Rename
|
1134
|
-
|
1184
|
+
Rename
|
1185
|
+
SETUP
|
1135
1186
|
file to
|
1136
|
-
|
1187
|
+
INSTALL
|
1188
|
+
per Linux convention\&.
|
1189
|
+
.RE
|
1190
|
+
.sp
|
1191
|
+
.RS 4
|
1192
|
+
.ie n \{\
|
1193
|
+
\h'-04'\(bu\h'+03'\c
|
1194
|
+
.\}
|
1195
|
+
.el \{\
|
1196
|
+
.sp -1
|
1197
|
+
.IP \(bu 2.3
|
1198
|
+
.\}
|
1199
|
+
Add
|
1200
|
+
:man_asciidoc_attributes
|
1201
|
+
option to inochi\&.conf
|
1202
|
+
.RE
|
1137
1203
|
.RE
|
1138
1204
|
.sp
|
1139
1205
|
.RS 4
|
@@ -1157,6 +1223,19 @@ Do not include HTML manual in gem package\&. This reduces the gem file size and
|
|
1157
1223
|
.sp -1
|
1158
1224
|
.IP \(bu 2.3
|
1159
1225
|
.\}
|
1226
|
+
Add workaround for
|
1227
|
+
lynx \-dump
|
1228
|
+
ignoring <base href="\&..."/>
|
1229
|
+
.RE
|
1230
|
+
.sp
|
1231
|
+
.RS 4
|
1232
|
+
.ie n \{\
|
1233
|
+
\h'-04'\(bu\h'+03'\c
|
1234
|
+
.\}
|
1235
|
+
.el \{\
|
1236
|
+
.sp -1
|
1237
|
+
.IP \(bu 2.3
|
1238
|
+
.\}
|
1160
1239
|
Always load project info before non\-init tasks\&.
|
1161
1240
|
.RE
|
1162
1241
|
.sp
|
metadata
CHANGED
@@ -5,16 +5,16 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 5
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 5.0.
|
8
|
+
- 1
|
9
|
+
version: 5.0.1
|
10
10
|
platform: ruby
|
11
|
-
authors:
|
12
|
-
|
11
|
+
authors:
|
12
|
+
- Suraj N. Kurapati
|
13
13
|
autorequire:
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2010-08-
|
17
|
+
date: 2010-08-09 00:00:00 -07:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|
@@ -82,7 +82,7 @@ dependencies:
|
|
82
82
|
requirement: &id004 !ruby/object:Gem::Requirement
|
83
83
|
none: false
|
84
84
|
requirements:
|
85
|
-
- -
|
85
|
+
- - ">="
|
86
86
|
- !ruby/object:Gem::Version
|
87
87
|
segments:
|
88
88
|
- 1
|
@@ -153,7 +153,7 @@ dependencies:
|
|
153
153
|
version: "1"
|
154
154
|
type: :runtime
|
155
155
|
version_requirements: *id007
|
156
|
-
description:
|
156
|
+
description: Inochi is a software project infrastructure for the Ruby programming language. It helps you test, document, package, publish, and announce your
|
157
157
|
projects while encouraging excellent documentation and reducing administrivia.
|
158
158
|
email:
|
159
159
|
executables:
|
160
160
|
- inochi
|
@@ -184,12 +184,12 @@ files:
|
|
184
184
|
- lib/inochi/templates/library_test.rb.rbs
|
185
185
|
- lib/inochi/templates/BEYOND.rbs
|
186
186
|
- lib/inochi/templates/MANUAL.rbs
|
187
|
-
- lib/inochi/tasks/
|
188
|
-
- lib/inochi/tasks/
|
189
|
-
- lib/inochi/tasks/
|
190
|
-
- lib/inochi/tasks/
|
191
|
-
- lib/inochi/tasks/
|
192
|
-
- lib/inochi/tasks/
|
187
|
+
- lib/inochi/tasks/1-api.rake
|
188
|
+
- lib/inochi/tasks/5-pub.rake
|
189
|
+
- lib/inochi/tasks/3-ann.rake
|
190
|
+
- lib/inochi/tasks/2-man.rake
|
191
|
+
- lib/inochi/tasks/2-man.rake.css
|
192
|
+
- lib/inochi/tasks/4-gem.rake
|
193
193
|
- LICENSE
|
194
194
|
- CREDITS
|
195
195
|
- man/man1/inochi.1
|