inochi 6.0.1 → 6.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,7 +18,7 @@ module Inochi
18
18
  ##
19
19
  # Number of this release of this project.
20
20
  #
21
- VERSION = '6.0.1'
21
+ VERSION = '6.0.2'
22
22
 
23
23
  ##
24
24
  # Date of this release of this project.
@@ -56,8 +56,6 @@ module Inochi
56
56
  #
57
57
  GEMDEPS = {
58
58
  'ember' => [ '>= 0.3.0' , '< 1' ], # for eRuby templates
59
- 'highline' => [ '>= 1.5' , '< 2' ], # for echoless password entry
60
- 'mechanize' => [ '>= 1' , '< 2' ], # for publishing announcements
61
59
  'nokogiri' => [ '>= 1.4' , '< 2' ], # for parsing HTML and XML
62
60
  'rake' => [ '>= 0.8.4' , '< 1' ], # for Inochi::Engine
63
61
  'yard' => [ '>= 0.5.8' , '< 1' ], # for making API documentation
@@ -1,5 +1,5 @@
1
1
  desc 'Publish a release of this project.'
2
- task :pub => %w[ pub:gem pub:web ]
2
+ task :pub => %w[ ann pub:gem pub:web ]
3
3
 
4
4
  #-----------------------------------------------------------------------------
5
5
  # RubyGems
@@ -4,10 +4,10 @@
4
4
  .\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
5
  .\" Date: 2011-04-21
6
6
  .\" Manual: \ \&
7
- .\" Source: \ \& 6.0.1
7
+ .\" Source: \ \& 6.0.2
8
8
  .\" Language: English
9
9
  .\"
10
- .TH "INOCHI" "1" "2011\-04\-21" "\ \& 6\&.0\&.1" "\ \&"
10
+ .TH "INOCHI" "1" "2011\-04\-21" "\ \& 6\&.0\&.2" "\ \&"
11
11
  .\" -----------------------------------------------------------------
12
12
  .\" * Define some portability stuff
13
13
  .\" -----------------------------------------------------------------
@@ -1100,9 +1100,11 @@ Its exit status will indicate whether all tests have passed\&. It may also print
1100
1100
  .sp
1101
1101
  \m[blue]\fBFork this project on GitHub\fR\m[] and send a pull request\&.
1102
1102
  .SH "HISTORY"
1103
- .SS "Version 6\&.0\&.1 (2011\-04\-21)"
1103
+ .SS "Version 6\&.0\&.2 (2011\-04\-21)"
1104
1104
  .sp
1105
- Incompatible changes:
1105
+ 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\&.
1106
+ .PP
1107
+ \fBIncompatible changes\fR
1106
1108
  .sp
1107
1109
  .RS 4
1108
1110
  .ie n \{\
@@ -1117,61 +1119,6 @@ pub:ann
1117
1119
  tasks; users can manually announce where/if they want to\&.
1118
1120
  .RE
1119
1121
  .sp
1120
- Bug fixes:
1121
- .sp
1122
- .RS 4
1123
- .ie n \{\
1124
- \h'-04'\(bu\h'+03'\c
1125
- .\}
1126
- .el \{\
1127
- .sp -1
1128
- .IP \(bu 2.3
1129
- .\}
1130
- Inochi still generated the old
1131
- test/helper\&.rb
1132
- file\&.
1133
- .RE
1134
- .sp
1135
- .RS 4
1136
- .ie n \{\
1137
- \h'-04'\(bu\h'+03'\c
1138
- .\}
1139
- .el \{\
1140
- .sp -1
1141
- .IP \(bu 2.3
1142
- .\}
1143
- Do not make old and new files read\-only before merging\&.
1144
- .RE
1145
- .sp
1146
- Housekeeping:
1147
- .sp
1148
- .RS 4
1149
- .ie n \{\
1150
- \h'-04'\(bu\h'+03'\c
1151
- .\}
1152
- .el \{\
1153
- .sp -1
1154
- .IP \(bu 2.3
1155
- .\}
1156
- Revise project & manual version mismatch error\&.
1157
- .RE
1158
- .sp
1159
- .RS 4
1160
- .ie n \{\
1161
- \h'-04'\(bu\h'+03'\c
1162
- .\}
1163
- .el \{\
1164
- .sp -1
1165
- .IP \(bu 2.3
1166
- .\}
1167
- Revise project introduction in help manual\&.
1168
- .RE
1169
- .SS "Version 6\&.0\&.0 (2011\-04\-21)"
1170
- .sp
1171
- 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\&.
1172
- .PP
1173
- \fBIncompatible changes\fR
1174
- .sp
1175
1122
  .RS 4
1176
1123
  .ie n \{\
1177
1124
  \h'-04'\(bu\h'+03'\c
@@ -1273,7 +1220,7 @@ as
1273
1220
  Make old and new files read\-only before merging\&.
1274
1221
  .RE
1275
1222
  .PP
1276
- \fBDocumentation\fR
1223
+ \fBHousekeeping\fR
1277
1224
  .sp
1278
1225
  .RS 4
1279
1226
  .ie n \{\
@@ -1283,7 +1230,7 @@ Make old and new files read\-only before merging\&.
1283
1230
  .sp -1
1284
1231
  .IP \(bu 2.3
1285
1232
  .\}
1286
- Add diffuse tool to the example merge2 script\&.
1233
+ Omit CREDITS file from gem because help manual contains it\&.
1287
1234
  .RE
1288
1235
  .sp
1289
1236
  .RS 4
@@ -1294,10 +1241,8 @@ Add diffuse tool to the example merge2 script\&.
1294
1241
  .sp -1
1295
1242
  .IP \(bu 2.3
1296
1243
  .\}
1297
- Reduce font size to accomodate small screens\&.
1244
+ Add diffuse tool to the example merge2 script in help manual\&.
1298
1245
  .RE
1299
- .PP
1300
- \fBHousekeeping\fR
1301
1246
  .sp
1302
1247
  .RS 4
1303
1248
  .ie n \{\
@@ -1307,7 +1252,29 @@ Reduce font size to accomodate small screens\&.
1307
1252
  .sp -1
1308
1253
  .IP \(bu 2.3
1309
1254
  .\}
1310
- Omit CREDITS file from gem: help manual already includes it\&.
1255
+ Reduce font size to accomodate small screens in help manual\&.
1256
+ .RE
1257
+ .sp
1258
+ .RS 4
1259
+ .ie n \{\
1260
+ \h'-04'\(bu\h'+03'\c
1261
+ .\}
1262
+ .el \{\
1263
+ .sp -1
1264
+ .IP \(bu 2.3
1265
+ .\}
1266
+ Revise project & manual version mismatch error\&.
1267
+ .RE
1268
+ .sp
1269
+ .RS 4
1270
+ .ie n \{\
1271
+ \h'-04'\(bu\h'+03'\c
1272
+ .\}
1273
+ .el \{\
1274
+ .sp -1
1275
+ .IP \(bu 2.3
1276
+ .\}
1277
+ Revise project introduction in help manual\&.
1311
1278
  .RE
1312
1279
  .SS "Version 5\&.1\&.0 (2010\-08\-14)"
1313
1280
  .sp
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: inochi
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 6.0.1
5
+ version: 6.0.2
6
6
  platform: ruby
7
7
  authors:
8
8
  - Suraj N. Kurapati
@@ -26,38 +26,10 @@ dependencies:
26
26
  version: "1"
27
27
  type: :runtime
28
28
  version_requirements: *id001
29
- - !ruby/object:Gem::Dependency
30
- name: highline
31
- prerelease: false
32
- requirement: &id002 !ruby/object:Gem::Requirement
33
- none: false
34
- requirements:
35
- - - ">="
36
- - !ruby/object:Gem::Version
37
- version: "1.5"
38
- - - <
39
- - !ruby/object:Gem::Version
40
- version: "2"
41
- type: :runtime
42
- version_requirements: *id002
43
- - !ruby/object:Gem::Dependency
44
- name: mechanize
45
- prerelease: false
46
- requirement: &id003 !ruby/object:Gem::Requirement
47
- none: false
48
- requirements:
49
- - - ">="
50
- - !ruby/object:Gem::Version
51
- version: "1"
52
- - - <
53
- - !ruby/object:Gem::Version
54
- version: "2"
55
- type: :runtime
56
- version_requirements: *id003
57
29
  - !ruby/object:Gem::Dependency
58
30
  name: nokogiri
59
31
  prerelease: false
60
- requirement: &id004 !ruby/object:Gem::Requirement
32
+ requirement: &id002 !ruby/object:Gem::Requirement
61
33
  none: false
62
34
  requirements:
63
35
  - - ">="
@@ -67,11 +39,11 @@ dependencies:
67
39
  - !ruby/object:Gem::Version
68
40
  version: "2"
69
41
  type: :runtime
70
- version_requirements: *id004
42
+ version_requirements: *id002
71
43
  - !ruby/object:Gem::Dependency
72
44
  name: rake
73
45
  prerelease: false
74
- requirement: &id005 !ruby/object:Gem::Requirement
46
+ requirement: &id003 !ruby/object:Gem::Requirement
75
47
  none: false
76
48
  requirements:
77
49
  - - ">="
@@ -81,11 +53,11 @@ dependencies:
81
53
  - !ruby/object:Gem::Version
82
54
  version: "1"
83
55
  type: :runtime
84
- version_requirements: *id005
56
+ version_requirements: *id003
85
57
  - !ruby/object:Gem::Dependency
86
58
  name: yard
87
59
  prerelease: false
88
- requirement: &id006 !ruby/object:Gem::Requirement
60
+ requirement: &id004 !ruby/object:Gem::Requirement
89
61
  none: false
90
62
  requirements:
91
63
  - - ">="
@@ -95,7 +67,7 @@ dependencies:
95
67
  - !ruby/object:Gem::Version
96
68
  version: "1"
97
69
  type: :runtime
98
- version_requirements: *id006
70
+ version_requirements: *id004
99
71
  description: Inochi is an infrastructure that gives life to open-source [Ruby] projects
100
72
  and helps you document, test, package, publish, announce, and maintain them.
101
73
  email:
102
74
  executables: