nronn 0.10.1 → 0.10.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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ded8c6b3436cc64f2dd458a3d495bc9a553db95cca1e9d8f3119ac3d38a83d7f
4
- data.tar.gz: 1fec66a425a846abaafa98a2f87f15bcdc704383e47b7e56126268f611ceb248
3
+ metadata.gz: 10207260cfb69ddf503e6c8aaae47d3d4f2a3413d5ee28db89704cac68d04793
4
+ data.tar.gz: b6170cb5d930a2e6630961d18bdae4285f8eb444680e7d25e44a51b0795e19f3
5
5
  SHA512:
6
- metadata.gz: 8e7217474f2b8364b6219e29577a543b8b36c73cad112c598669d1f34e81268a96bf074be11f4b995ec702788b793a71ffaaf881162549c21d24e168bc522193
7
- data.tar.gz: 0e568eeb9406dc0d2c903b0b2183c2efcb12ec74acf07b3bfde80434d40ceb0f8cb98f6aae9906cabcc4b73f81755f11844a8657ab4f132e71b1374cb3c395d7
6
+ metadata.gz: e70b2e9da702b71f83be7684eefd8f071198b663fdf6c4286b93844f86f4bd68d99cefea29f5370a6a8b00900cbc03e8916fb46bece95ae49f97a4a4830bd275
7
+ data.tar.gz: 8ce9ecefcf266655233c78a6e5317e2971d19199a54da9aacd836b77d0de49d5959be61ac24f096f8d5140cdc49721412a50cb42ed18bee9f5ddd59ee868011d
data/lib/ronn.rb CHANGED
@@ -40,6 +40,6 @@ module Ronn
40
40
  end
41
41
 
42
42
  # value generated by: rake rev
43
- REV = '0.10.1'.freeze
43
+ REV = '0.10.2'.freeze
44
44
  VERSION = version
45
45
  end
data/man/ronn-format.7 CHANGED
@@ -1,6 +1,6 @@
1
- .\" generated with nRonn/v0.10.1
2
- .\" https://github.com/n-ronn/nronn/tree/0.10.1
3
- .TH "RONN\-FORMAT" "7" "August 2022" "nRonn 0.10.1" "Ronn Manual"
1
+ .\" generated with nRonn/v0.10.2
2
+ .\" https://github.com/n-ronn/nronn/tree/0.10.2
3
+ .TH "RONN\-FORMAT" "7" "August 2022" "nRonn 0.10.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 nRonn/v0.10.1
2
- .\" https://github.com/n-ronn/nronn/tree/0.10.1
3
- .TH "RONN" "1" "August 2022" "nRonn 0.10.1" "Ronn Manual"
1
+ .\" generated with nRonn/v0.10.2
2
+ .\" https://github.com/n-ronn/nronn/tree/0.10.2
3
+ .TH "RONN" "1" "August 2022" "nRonn 0.10.2" "Ronn Manual"
4
4
  .SH "NAME"
5
5
  \fBronn\fR \- convert markdown files to manpages
6
6
  .SH "SYNOPSIS"
data/nronn.gemspec CHANGED
@@ -1,11 +1,11 @@
1
1
  Gem::Specification.new do |s|
2
2
  s.name = 'nronn'
3
- s.version = '0.10.1'
3
+ s.version = '0.10.2'
4
4
  s.required_ruby_version = '>= 2.4'
5
5
 
6
6
  s.summary = 'Builds man pages from Markdown'
7
7
  s.description = 'Advanced ronn: nRonn. nRonn builds manuals in HTML and Unix man page format from Markdown. Ruby 2.7/3.0/3.1/3.2-dev are fully supported. You can use Nokogiri instead of deprecated hpricot. If you do not want to use pandoc, you should use nronn.'
8
- s.homepage = 'https://github.com/n-ronn/ronn'
8
+ s.homepage = 'https://github.com/n-ronn/nronn'
9
9
  s.license = 'MIT'
10
10
 
11
11
  s.authors = ['Takuya Noguchi']
@@ -21,8 +21,6 @@ Gem::Specification.new do |s|
21
21
  s.files = %w[
22
22
  AUTHORS
23
23
  CHANGES
24
- Gemfile
25
- Gemfile.lock
26
24
  INSTALLING.md
27
25
  LICENSE.txt
28
26
  README.md
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: nronn
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.10.1
4
+ version: 0.10.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Takuya Noguchi
@@ -181,8 +181,6 @@ extra_rdoc_files:
181
181
  files:
182
182
  - AUTHORS
183
183
  - CHANGES
184
- - Gemfile
185
- - Gemfile.lock
186
184
  - INSTALLING.md
187
185
  - LICENSE.txt
188
186
  - README.md
@@ -213,7 +211,7 @@ files:
213
211
  - man/ronn.1
214
212
  - man/ronn.1.ronn
215
213
  - nronn.gemspec
216
- homepage: https://github.com/n-ronn/ronn
214
+ homepage: https://github.com/n-ronn/nronn
217
215
  licenses:
218
216
  - MIT
219
217
  metadata:
@@ -239,7 +237,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
239
237
  - !ruby/object:Gem::Version
240
238
  version: '0'
241
239
  requirements: []
242
- rubygems_version: 3.3.19
240
+ rubygems_version: 3.3.7
243
241
  signing_key:
244
242
  specification_version: 4
245
243
  summary: Builds man pages from Markdown
data/Gemfile DELETED
@@ -1,2 +0,0 @@
1
- source 'https://rubygems.org'
2
- gemspec
data/Gemfile.lock DELETED
@@ -1,72 +0,0 @@
1
- PATH
2
- remote: .
3
- specs:
4
- nronn (0.10.1)
5
- kramdown (~> 2.1)
6
- kramdown-parser-gfm (~> 1.0.1)
7
- mustache (~> 1.0)
8
- nokogiri (~> 1.10, >= 1.10.10)
9
-
10
- GEM
11
- remote: https://rubygems.org/
12
- specs:
13
- ast (2.4.2)
14
- kramdown (2.4.0)
15
- rexml
16
- kramdown-parser-gfm (1.0.1)
17
- kramdown (~> 2.0)
18
- mini_portile2 (2.8.0)
19
- mustache (1.1.1)
20
- mustermann (1.1.1)
21
- ruby2_keywords (~> 0.0.1)
22
- nokogiri (1.13.8)
23
- mini_portile2 (~> 2.8.0)
24
- racc (~> 1.4)
25
- parallel (1.20.1)
26
- parser (3.1.2.0)
27
- ast (~> 2.4.1)
28
- power_assert (1.2.0)
29
- racc (1.6.0)
30
- rack (2.2.3)
31
- rack-protection (2.1.0)
32
- rack
33
- rainbow (3.0.0)
34
- rake (12.3.3)
35
- regexp_parser (2.0.1)
36
- rexml (3.2.5)
37
- rubocop (1.12.1)
38
- parallel (~> 1.10)
39
- parser (>= 3.0.0.0)
40
- rainbow (>= 2.2.2, < 4.0)
41
- regexp_parser (>= 1.8, < 3.0)
42
- rexml
43
- rubocop-ast (>= 1.2.0, < 2.0)
44
- ruby-progressbar (~> 1.7)
45
- unicode-display_width (>= 1.4.0, < 3.0)
46
- rubocop-ast (1.3.0)
47
- parser (>= 2.7.1.5)
48
- ruby-progressbar (1.10.1)
49
- ruby2_keywords (0.0.2)
50
- sinatra (2.1.0)
51
- mustermann (~> 1.0)
52
- rack (~> 2.2)
53
- rack-protection (= 2.1.0)
54
- tilt (~> 2.0)
55
- test-unit (3.3.7)
56
- power_assert
57
- tilt (2.0.10)
58
- unicode-display_width (1.7.0)
59
-
60
- PLATFORMS
61
- ruby
62
-
63
- DEPENDENCIES
64
- nronn!
65
- rack (~> 2.2, >= 2.2.3)
66
- rake (~> 12.3, >= 12.3.3)
67
- rubocop (~> 1.12.1)
68
- sinatra (~> 2.0, >= 2.0.8)
69
- test-unit (~> 3.3, >= 3.3.6)
70
-
71
- BUNDLED WITH
72
- 2.3.19