tocer 12.0.2 → 12.2.0
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +7 -1
- data/{bin → exe}/tocer +0 -0
- data/lib/tocer/cli/shell.rb +0 -1
- data/lib/tocer/identity.rb +2 -2
- data.tar.gz.sig +0 -0
- metadata +8 -7
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 5fcdc4114f9fbb41fa8d6a40b99be952b9267eaad1fa523aeafb57a1cf0a8de3
|
|
4
|
+
data.tar.gz: 1eac5d9c172f7d5f300002d73659b544cb092d6945938ee080f1a8499373dd7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f60173ba66c730e67ed0a5415d714e0793b9276e8b301f4367464f22340d1cf2fe4e7f98eace41702ca5f646723cf6a9f1c63d873b776ca1148bcf0826832ddc
|
|
7
|
+
data.tar.gz: dff2cc0a77c5bfab610c0a918d124da1c9f04726b0881d29b2fc9e3566eeaebca6f8f87d8405b1afae8b1fbcafcb537cbcf319850e30e5c89572cb1a1793b3a7
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -12,7 +12,8 @@ image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchem
|
|
|
12
12
|
image::https://circleci.com/gh/bkuhlmann/tocer.svg?style=svg[Circle CI Status]
|
|
13
13
|
|
|
14
14
|
Tocer (a.k.a. Table of Contenter) is a command line interface for generating table of contents for
|
|
15
|
-
Markdown files.
|
|
15
|
+
Markdown files. Use this tool to automatically manage and update your documentation with minimal
|
|
16
|
+
effort. Works on single files or multiple files within nested directory structures.
|
|
16
17
|
|
|
17
18
|
toc::[]
|
|
18
19
|
|
|
@@ -190,6 +191,11 @@ participating in this project you agree to abide by its terms.
|
|
|
190
191
|
|
|
191
192
|
Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
|
|
192
193
|
|
|
194
|
+
== Community
|
|
195
|
+
|
|
196
|
+
Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
|
|
197
|
+
to this project and much more.
|
|
198
|
+
|
|
193
199
|
== License
|
|
194
200
|
|
|
195
201
|
Read link:LICENSE.adoc[LICENSE] for details.
|
data/{bin → exe}/tocer
RENAMED
|
File without changes
|
data/lib/tocer/cli/shell.rb
CHANGED
data/lib/tocer/identity.rb
CHANGED
|
@@ -5,8 +5,8 @@ module Tocer
|
|
|
5
5
|
module Identity
|
|
6
6
|
NAME = "tocer"
|
|
7
7
|
LABEL = "Tocer"
|
|
8
|
-
VERSION = "12.0
|
|
9
|
-
VERSION_LABEL = "#{LABEL} #{VERSION}"
|
|
8
|
+
VERSION = "12.2.0"
|
|
9
|
+
VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
|
|
10
10
|
SUMMARY = "A command line interface for generating table of contents for Markdown files."
|
|
11
11
|
end
|
|
12
12
|
end
|
data.tar.gz.sig
CHANGED
|
Binary file
|
metadata
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: tocer
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 12.0
|
|
4
|
+
version: 12.2.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
8
8
|
autorequire:
|
|
9
|
-
bindir:
|
|
9
|
+
bindir: exe
|
|
10
10
|
cert_chain:
|
|
11
11
|
- |
|
|
12
12
|
-----BEGIN CERTIFICATE-----
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
|
|
29
29
|
W2A=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2021-
|
|
31
|
+
date: 2021-11-20 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: refinements
|
|
@@ -36,14 +36,14 @@ dependencies:
|
|
|
36
36
|
requirements:
|
|
37
37
|
- - "~>"
|
|
38
38
|
- !ruby/object:Gem::Version
|
|
39
|
-
version: '8.
|
|
39
|
+
version: '8.5'
|
|
40
40
|
type: :runtime
|
|
41
41
|
prerelease: false
|
|
42
42
|
version_requirements: !ruby/object:Gem::Requirement
|
|
43
43
|
requirements:
|
|
44
44
|
- - "~>"
|
|
45
45
|
- !ruby/object:Gem::Version
|
|
46
|
-
version: '8.
|
|
46
|
+
version: '8.5'
|
|
47
47
|
- !ruby/object:Gem::Dependency
|
|
48
48
|
name: runcom
|
|
49
49
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -70,7 +70,7 @@ extra_rdoc_files:
|
|
|
70
70
|
files:
|
|
71
71
|
- LICENSE.adoc
|
|
72
72
|
- README.adoc
|
|
73
|
-
-
|
|
73
|
+
- exe/tocer
|
|
74
74
|
- lib/tocer.rb
|
|
75
75
|
- lib/tocer/builder.rb
|
|
76
76
|
- lib/tocer/cli/configuration/content.rb
|
|
@@ -100,6 +100,7 @@ metadata:
|
|
|
100
100
|
bug_tracker_uri: https://github.com/bkuhlmann/tocer/issues
|
|
101
101
|
changelog_uri: https://www.alchemists.io/projects/tocer/changes.html
|
|
102
102
|
documentation_uri: https://www.alchemists.io/projects/tocer
|
|
103
|
+
rubygems_mfa_required: 'true'
|
|
103
104
|
source_code_uri: https://github.com/bkuhlmann/tocer
|
|
104
105
|
post_install_message:
|
|
105
106
|
rdoc_options: []
|
|
@@ -116,7 +117,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
116
117
|
- !ruby/object:Gem::Version
|
|
117
118
|
version: '0'
|
|
118
119
|
requirements: []
|
|
119
|
-
rubygems_version: 3.2.
|
|
120
|
+
rubygems_version: 3.2.31
|
|
120
121
|
signing_key:
|
|
121
122
|
specification_version: 4
|
|
122
123
|
summary: A command line interface for generating table of contents for Markdown files.
|
metadata.gz.sig
CHANGED
|
Binary file
|