tocer 12.0.3 → 12.0.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +2 -1
- data/lib/tocer/identity.rb +2 -2
- data.tar.gz.sig +2 -2
- metadata +3 -3
- 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: c0b8826e87d4f51dcdeaf4e5bdc9f72ddc2a8901c0855563c78cd4173bdd7c94
|
4
|
+
data.tar.gz: a276102905aa8ee4497b1be3c7d0cbfe0fd34c44858ae26e7c6fc8fdb1474c36
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d3aed43fe58b3b50ef6fb72127c37597db268dfc848d615e213609e1f0102b07bdec048c30933bd2850a4b8dd93a7de2698398c225714fb73569dea5d79ff456
|
7
|
+
data.tar.gz: a4f5b1470536c9711212e65efdbb9aeb7474d3897aa8666e5d57afe74ef0cde922676f0b7167c9561613313c090268c40b613c9747c4e5e85283f8ce0cd0cefa
|
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
|
|
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.0.4"
|
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
@@ -1,2 +1,2 @@
|
|
1
|
-
|
2
|
-
|
1
|
+
X|���&5�a��-U͑mƷ/��,�^��]�
|
2
|
+
�la�Fa�\��p �o&ph��;�[@$ѽ�B|hɪ۞�
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tocer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 12.0.
|
4
|
+
version: 12.0.4
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
28
28
|
lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
|
29
29
|
W2A=
|
30
30
|
-----END CERTIFICATE-----
|
31
|
-
date: 2021-
|
31
|
+
date: 2021-09-06 00:00:00.000000000 Z
|
32
32
|
dependencies:
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: refinements
|
@@ -116,7 +116,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
116
116
|
- !ruby/object:Gem::Version
|
117
117
|
version: '0'
|
118
118
|
requirements: []
|
119
|
-
rubygems_version: 3.2.
|
119
|
+
rubygems_version: 3.2.27
|
120
120
|
signing_key:
|
121
121
|
specification_version: 4
|
122
122
|
summary: A command line interface for generating table of contents for Markdown files.
|
metadata.gz.sig
CHANGED
Binary file
|