ronn-ng 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '078c363c172599ee081ef5ccd7418db877361bc403fbc534aa3154bba06e71c6'
4
- data.tar.gz: 69cd991067704f87ddb02c335c5c6538073c7117b44ca5f0ae798d257f8e980c
3
+ metadata.gz: 9919d3a22b762f236685c5416455492d55f86e0c299a963ac68cc4946a906491
4
+ data.tar.gz: 487aa039ba6576c42308da31318d322224d926eb863e106462269a17bb0ff6b6
5
5
  SHA512:
6
- metadata.gz: 7b07f6839425415fef229d2198274f72ebf194bf6dde8690f9940d49006f6ddb5c3f7332cf35f567b85c993d40d63127801f5ff0e3c2f1ea611b2b969d3f17de
7
- data.tar.gz: 914e3c27b9fc4c95b066d130ea87b6f5f6eb84f7cd5dcce5cad86a5dc080a24cb7e69d1f0c5556d204c6f2a5a52f3358d81649ebdcc9c72481dca6611c2b97e8
6
+ metadata.gz: df0201f4e39fa35b2dbb6f168e0688d758e808f12cceef5dc7a991903eb9c380d78640b421eec2672f8082ae85eec084d67f142ce92a7256d16ff9f222e17142
7
+ data.tar.gz: e6a2a66ad296d0f5e1b6ec45bd1b59e0577543058184501c6cc3d590d6f59f962797e6123b0d804064fa58ab53dcc5b7a6880e017ed760b36827a1ca2b190019
data/CHANGES CHANGED
@@ -1,8 +1,13 @@
1
1
  Ronn-NG CHANGES
2
2
  ===============
3
3
 
4
+ Version 0.8.2 (2019 Mar 5)
5
+ --------------------------
6
+
7
+ * Fixes packaging error in 0.8.1
8
+
4
9
  Version 0.8.1 (2019 Mar 5)
5
- -------------------
10
+ --------------------------
6
11
 
7
12
  * Fixed URL hyphenation bug. (https://github.com/apjanke/ronn-ng/issues/23) (apjanke)
8
13
  * Fixed ordered-list bustication. (https://github.com/apjanke/ronn-ng/issues/24) (apjanke)
data/lib/ronn.rb CHANGED
@@ -47,6 +47,6 @@ module Ronn
47
47
  # value generated by: rake rev
48
48
  # or edit manually; I'm not sure of how rake rev interacts with git
49
49
  # tags -apjanke
50
- REV = '0.8.1.SNAPSHOT'.freeze
50
+ REV = '0.8.2'.freeze
51
51
  VERSION = version
52
52
  end
data/man/ronn-format.7 CHANGED
@@ -1,6 +1,6 @@
1
- .\" generated with Ronn-NG/v0.8.1
2
- .\" http://github.com/apjanke/ronn-ng/tree/0.8.1.SNAPSHOT
3
- .TH "RONN\-FORMAT" "7" "December 2018" "Ronn-NG 0.8.1.SNAPSHOT" "Ronn Manual"
1
+ .\" generated with Ronn-NG/v0.8.2
2
+ .\" http://github.com/apjanke/ronn-ng/tree/0.8.2
3
+ .TH "RONN\-FORMAT" "7" "December 2018" "Ronn-NG 0.8.2" "Ronn Manual"
4
4
  .SH "NAME"
5
5
  \fBronn\-format\fR \- manual authoring format based on Markdown
6
6
  .SH "SYNOPSIS"
data/man/ronn.1 CHANGED
@@ -1,6 +1,6 @@
1
- .\" generated with Ronn-NG/v0.8.1
2
- .\" http://github.com/apjanke/ronn-ng/tree/0.8.1.SNAPSHOT
3
- .TH "RONN" "1" "December 2018" "Ronn-NG 0.8.1.SNAPSHOT" "Ronn Manual"
1
+ .\" generated with Ronn-NG/v0.8.2
2
+ .\" http://github.com/apjanke/ronn-ng/tree/0.8.2
3
+ .TH "RONN" "1" "February 2019" "Ronn-NG 0.8.2" "Ronn Manual"
4
4
  .SH "NAME"
5
5
  \fBronn\fR \- convert markdown files to manpages
6
6
  .SH "SYNOPSIS"
@@ -30,7 +30,7 @@ These options control whether output is written to file(s), standard output, or
30
30
  .IP "\[ci]" 4
31
31
  \fB\-m\fR, \fB\-\-man\fR: Don\'t generate files, display \fIfile\fRs as if man(1) were invoked on the roff output file\. This simulates default man behavior by piping the roff output through groff(1) and the paging program specified by the \fBMANPAGER\fR environment variable\.
32
32
  .IP "\[ci]" 4
33
- \fB\-S\fR, \fB\-\-server\fR: Don\'t generate files, start an HTTP server at \fIhttp://localhost:1207/\fR and serve dynamically generated HTML for the set of input \fIfile\fRs\. A file named \fIexample\.2\.ronn\fR is served as \fI/example\.2\.html\fR\. There\'s also an index page at the root with links to each \fIfile\fR\.
33
+ \fB\-S\fR, \fB\-\-server\fR: Don\'t generate files, start an HTTP server at \fI\%http://localhost:1207/\fR and serve dynamically generated HTML for the set of input \fIfile\fRs\. A file named \fIexample\.2\.ronn\fR is served as \fI/example\.2\.html\fR\. There\'s also an index page at the root with links to each \fIfile\fR\.
34
34
  .IP
35
35
  The server respects the \fB\-\-style\fR and document attribute options (\fB\-\-manual\fR, \fB\-\-date\fR, etc\.)\. These same options can be varied at request time by giving them as query parameters: \fB?manual=FOO&style=dark,toc\fR
36
36
  .IP
@@ -54,7 +54,7 @@ Generate output in HTML format\.
54
54
  \fB\-f\fR, \fB\-\-fragment\fR
55
55
  Generate output in HTML format but only the document fragment, not the header, title, or footer\.
56
56
  .P
57
- Document attributes displayed in the header and footer areas of generated content are specified with these options\. (These values may also be set via the \fIENVIRONMENT\fR\.)
57
+ Document attributes displayed in the header and footer areas of generated content are specified with these options\. (These values may also be set via the \fI\%#ENVIRONMENT\fR\.)
58
58
  .TP
59
59
  \fB\-\-manual\fR=\fImanual\fR
60
60
  The name of the manual this man page belongs to; \fImanual\fR is prominently displayed top\-center in the header area\.
@@ -70,11 +70,11 @@ HTML output can be customized through the use of CSS stylesheets:
70
70
  \fB\-\-style\fR=\fImodule\fR[,\fImodule\fR]\|\.\|\.\|\.
71
71
  The list of CSS stylesheets to apply to the document\. Multiple \fImodule\fR arguments may be specified, but must be separated by commas or spaces\.
72
72
  .IP
73
- When \fImodule\fR is a simple word, search for files named \fImodule\fR\fB\.css\fR in all directories listed in the \fI\fBRONN_STYLE\fR\fR environment variable, and then search internal styles\.
73
+ When \fImodule\fR is a simple word, search for files named \fImodule\fR\fB\.css\fR in all directories listed in the \fI\%#ENVIRONMENT\fR environment variable, and then search internal styles\.
74
74
  .IP
75
75
  When \fImodule\fR includes a \fI/\fR character, use it as the full path to a stylesheet file\.
76
76
  .IP
77
- Internal styles are \fIman\fR (included by default), \fItoc\fR, and \fI80c\fR\. See \fISTYLES\fR for descriptions of features added by each module\.
77
+ Internal styles are \fIman\fR (included by default), \fItoc\fR, and \fI80c\fR\. See \fI\%#STYLES\fR for descriptions of features added by each module\.
78
78
  .P
79
79
  Miscellaneous options:
80
80
  .TP
@@ -143,7 +143,7 @@ The heading and footing, respectively\.
143
143
  \fB\.man\-title\fR
144
144
  The main \fB<h1>\fR element\. Hidden by default unless the manual has no \fIname\fR or \fIsection\fR attributes\.
145
145
  .P
146
- See the builtin style sources \fIhttp://github\.com/apjanke/ronn\-ng/tree/master/lib/ronn/template\fR for examples\.
146
+ See the builtin style sources \fI\%http://github\.com/apjanke/ronn\-ng/tree/master/lib/ronn/template\fR for examples\.
147
147
  .SH "EXAMPLES"
148
148
  Build roff and HTML output files and view the roff manpage using man(1):
149
149
  .IP "" 4
@@ -189,7 +189,7 @@ $ ronn \-\-man hello\.1\.ronn
189
189
  .fi
190
190
  .IP "" 0
191
191
  .P
192
- Serve HTML manpages at \fIhttp://localhost:1207/\fR for all \fB*\.ronn\fR files under a \fBman/\fR directory:
192
+ Serve HTML manpages at \fI\%http://localhost:1207/\fR for all \fB*\.ronn\fR files under a \fBman/\fR directory:
193
193
  .IP "" 4
194
194
  .nf
195
195
  $ ronn \-\-server man/*\.ronn
@@ -218,6 +218,6 @@ Used instead of \fBMANPAGER\fR when \fBMANPAGER\fR is not defined\.
218
218
  .SH "BUGS"
219
219
  \fBRonn\fR is written in Ruby and depends on hpricot and rdiscount, extension libraries that are non\-trivial to install on some systems\. A more portable version of this program would be welcome\.
220
220
  .SH "COPYRIGHT"
221
- Ronn\-NG is Copyright (C) 2009 Ryan Tomayko \fIhttp://tomayko\.com/about\fR and (C) 2018 Andrew Janke \fIhttps://apjanke\.net\fR
221
+ Ronn\-NG is Copyright (C) 2009 Ryan Tomayko \fI\%http://tomayko\.com/about\fR and (C) 2018 Andrew Janke \fI\%https://apjanke\.net\fR
222
222
  .SH "SEE ALSO"
223
223
  groff(1), man(1), pandoc(1), manpages(5), markdown(7), roff(7), ronn\-format(7)
data/ronn-ng.gemspec CHANGED
@@ -1,6 +1,6 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'ronn-ng'
3
- s.version = '0.8.1'
3
+ s.version = '0.8.2'
4
4
  s.date = '2019-03-05'
5
5
 
6
6
  s.summary = 'Builds man pages from Markdown'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ronn-ng
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.1
4
+ version: 0.8.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Janke