tocer 12.0.2 → 12.2.0

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: e87cdc42651955652ee2d24f27b95c6722561c4b284a0ff5fb6b3341425f9eb8
4
- data.tar.gz: 6170cd85486b4e8c5a9168b265ba1d3d6127fab7e662ea26f8095a028f7e9699
3
+ metadata.gz: 5fcdc4114f9fbb41fa8d6a40b99be952b9267eaad1fa523aeafb57a1cf0a8de3
4
+ data.tar.gz: 1eac5d9c172f7d5f300002d73659b544cb092d6945938ee080f1a8499373dd7d
5
5
  SHA512:
6
- metadata.gz: 012aca333c7cd34bc26bba320e1ddce5fb25f138f93378efdf551d6c65873eba8745960ccdccc296616569359681f4f6e68342f9c52d0ce10d6eba30b2d1f080
7
- data.tar.gz: 3f9a398064fbb8521952cf6ac5e9749eaa2373ff6ca48c865ea23b6eb814d1e11f046e0656e6230264a3e55d35c39838f867817baf44e0124f98e32ae9457dbc
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
@@ -18,7 +18,6 @@ module Tocer
18
18
  in config: action then process_config action
19
19
  in build: path then process_build path
20
20
  in version: then puts version
21
- in help: then usage
22
21
  else usage
23
22
  end
24
23
  end
@@ -5,8 +5,8 @@ module Tocer
5
5
  module Identity
6
6
  NAME = "tocer"
7
7
  LABEL = "Tocer"
8
- VERSION = "12.0.2"
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.2
4
+ version: 12.2.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
8
8
  autorequire:
9
- bindir: bin
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-05-20 00:00:00.000000000 Z
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.0'
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.0'
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
- - bin/tocer
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.17
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