tocer 7.0.2 → 7.1.0
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.tar.gz.sig +0 -0
- data/README.md +0 -1
- data/lib/tocer/cli.rb +2 -2
- data/lib/tocer/identity.rb +1 -1
- metadata +37 -41
- 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: b60c8cb14eff24feef52fec5d1e4cb3f4f0260309cade435bfe017f46ebed371
|
4
|
+
data.tar.gz: 229fdc06a3db51da3058c14d378ecf641e322327b2cab31a6a741262f0df5167
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f714189daab25071b5ac937086e75307d4c98f66a15b0e348fc3b3b3095325333fe22865c09fc0951ce8eea0d81da5f5dac377778dc8f4e229c136dd6711d8f6
|
7
|
+
data.tar.gz: 5b099ef0152ce79c05cdf9b1ec82042f902196015c88738e610a89d8fa9fca64ccdc5c19c129603b86864b6286e88c4f56ad3d63de69fbafce8f6b49091ba0f0
|
checksums.yaml.gz.sig
ADDED
Binary file
|
data.tar.gz.sig
ADDED
Binary file
|
data/README.md
CHANGED
@@ -3,7 +3,6 @@
|
|
3
3
|
[![Gem Version](https://badge.fury.io/rb/tocer.svg)](http://badge.fury.io/rb/tocer)
|
4
4
|
[![Code Climate Maintainability](https://api.codeclimate.com/v1/badges/5d4db0f578703d8124a4/maintainability)](https://codeclimate.com/github/bkuhlmann/tocer/maintainability)
|
5
5
|
[![Code Climate Test Coverage](https://api.codeclimate.com/v1/badges/5d4db0f578703d8124a4/test_coverage)](https://codeclimate.com/github/bkuhlmann/tocer/test_coverage)
|
6
|
-
[![Gemnasium Status](https://gemnasium.com/bkuhlmann/tocer.svg)](https://gemnasium.com/bkuhlmann/tocer)
|
7
6
|
[![Circle CI Status](https://circleci.com/gh/bkuhlmann/tocer.svg?style=svg)](https://circleci.com/gh/bkuhlmann/tocer)
|
8
7
|
|
9
8
|
Tocer (a.k.a. Table of Contenter) is a command line interface for generating table of contents for
|
data/lib/tocer/cli.rb
CHANGED
@@ -12,7 +12,7 @@ module Tocer
|
|
12
12
|
package_name Identity.version_label
|
13
13
|
|
14
14
|
def self.configuration
|
15
|
-
Runcom::Configuration.new
|
15
|
+
Runcom::Configuration.new Identity.name, defaults: {
|
16
16
|
label: "## Table of Contents",
|
17
17
|
includes: ["README.md"]
|
18
18
|
}
|
@@ -40,7 +40,7 @@ module Tocer
|
|
40
40
|
# :reek:TooManyStatements
|
41
41
|
def generate path = "."
|
42
42
|
updated_configuration = configuration.merge label: options.label, includes: options.includes
|
43
|
-
runner = Runner.new path, configuration: updated_configuration
|
43
|
+
runner = Runner.new path, configuration: updated_configuration.to_h
|
44
44
|
files = runner.files
|
45
45
|
|
46
46
|
return if files.empty?
|
data/lib/tocer/identity.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,35 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: tocer
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 7.0
|
4
|
+
version: 7.1.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
|
-
cert_chain:
|
11
|
-
|
10
|
+
cert_chain:
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIDQDCCAiigAwIBAgIBATANBgkqhkiG9w0BAQsFADAlMSMwIQYDVQQDDBpicm9v
|
14
|
+
a2UvREM9YWxjaGVtaXN0cy9EQz1pbzAeFw0xODAyMTQxNTA4NDVaFw0xOTAyMTQx
|
15
|
+
NTA4NDVaMCUxIzAhBgNVBAMMGmJyb29rZS9EQz1hbGNoZW1pc3RzL0RDPWlvMIIB
|
16
|
+
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6l1qpXTiomH1RfMRloyw7MiE
|
17
|
+
xyVx/x8Yc3EupdH7uhNaTXQGyORN6aOY//1QXXMHIZ9tW74nZLhesWMSUMYy0XhB
|
18
|
+
brs+KkurHnc9FnEJAbG7ebGvl/ncqZt72nQvaxpDxvuCBHgJAz+8i5wl6FhLw+oT
|
19
|
+
9z0A8KcGhz67SdcoQiD7qiCjL/2NTeWHOzkpPrdGlt088+VerEEGf5I13QCvaftP
|
20
|
+
D5vkU0YlAm1r98BymuJlcQ1qdkVEI1d48ph4kcS0S0nv1RiuyVb6TCAR3Nu3VaVq
|
21
|
+
3fPzZKJLZBx67UvXdbdicWPiUR75elI4PXpLIic3xytaF52ZJYyKZCNZJhNwfQID
|
22
|
+
AQABo3sweTAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU0nzow9vc
|
23
|
+
2CdikiiE3fJhP/gY4ggwHwYDVR0RBBgwFoEUYnJvb2tlQGFsY2hlbWlzdHMuaW8w
|
24
|
+
HwYDVR0SBBgwFoEUYnJvb2tlQGFsY2hlbWlzdHMuaW8wDQYJKoZIhvcNAQELBQAD
|
25
|
+
ggEBAImQPNpkb90nkDUCJ4ivQNKK1LCebOjqZnOWGC4HxndvBQBqj78MTZifoODl
|
26
|
+
uPBY4fSnnpVGph+Y1OTWw/xhk3HE2AH0GDGC9xbM75qrg3/+a4D81pM94B6zuBdA
|
27
|
+
7hxUy4kByawrii833IidV0zkI4lCombTNicc8JWXXSlL2G/sWPLndNvn5rzoyyRT
|
28
|
+
pPOLYGdB4hqUam3hBgLOsYIOVp+yXMvj0gvk/Djq8IR2P1RS4NZU7HHD485xkBfL
|
29
|
+
4Zrsxi713z6sndd9JBAm4G7mJiV93MsuCM5N4ZDY7XaxIhvctNSNhX/Yn8LLdtGI
|
30
|
+
b4jw5t40FKyNUvLPPXYAvQALBtk=
|
31
|
+
-----END CERTIFICATE-----
|
32
|
+
date: 2018-04-01 00:00:00.000000000 Z
|
12
33
|
dependencies:
|
13
34
|
- !ruby/object:Gem::Dependency
|
14
35
|
name: refinements
|
@@ -16,28 +37,28 @@ dependencies:
|
|
16
37
|
requirements:
|
17
38
|
- - "~>"
|
18
39
|
- !ruby/object:Gem::Version
|
19
|
-
version: '5.
|
40
|
+
version: '5.1'
|
20
41
|
type: :runtime
|
21
42
|
prerelease: false
|
22
43
|
version_requirements: !ruby/object:Gem::Requirement
|
23
44
|
requirements:
|
24
45
|
- - "~>"
|
25
46
|
- !ruby/object:Gem::Version
|
26
|
-
version: '5.
|
47
|
+
version: '5.1'
|
27
48
|
- !ruby/object:Gem::Dependency
|
28
49
|
name: runcom
|
29
50
|
requirement: !ruby/object:Gem::Requirement
|
30
51
|
requirements:
|
31
52
|
- - "~>"
|
32
53
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
54
|
+
version: '3.0'
|
34
55
|
type: :runtime
|
35
56
|
prerelease: false
|
36
57
|
version_requirements: !ruby/object:Gem::Requirement
|
37
58
|
requirements:
|
38
59
|
- - "~>"
|
39
60
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
61
|
+
version: '3.0'
|
41
62
|
- !ruby/object:Gem::Dependency
|
42
63
|
name: thor
|
43
64
|
requirement: !ruby/object:Gem::Requirement
|
@@ -122,34 +143,6 @@ dependencies:
|
|
122
143
|
- - "~>"
|
123
144
|
- !ruby/object:Gem::Version
|
124
145
|
version: '1.0'
|
125
|
-
- !ruby/object:Gem::Dependency
|
126
|
-
name: gemsmith
|
127
|
-
requirement: !ruby/object:Gem::Requirement
|
128
|
-
requirements:
|
129
|
-
- - "~>"
|
130
|
-
- !ruby/object:Gem::Version
|
131
|
-
version: '11.0'
|
132
|
-
type: :development
|
133
|
-
prerelease: false
|
134
|
-
version_requirements: !ruby/object:Gem::Requirement
|
135
|
-
requirements:
|
136
|
-
- - "~>"
|
137
|
-
- !ruby/object:Gem::Version
|
138
|
-
version: '11.0'
|
139
|
-
- !ruby/object:Gem::Dependency
|
140
|
-
name: git-cop
|
141
|
-
requirement: !ruby/object:Gem::Requirement
|
142
|
-
requirements:
|
143
|
-
- - "~>"
|
144
|
-
- !ruby/object:Gem::Version
|
145
|
-
version: '2.0'
|
146
|
-
type: :development
|
147
|
-
prerelease: false
|
148
|
-
version_requirements: !ruby/object:Gem::Requirement
|
149
|
-
requirements:
|
150
|
-
- - "~>"
|
151
|
-
- !ruby/object:Gem::Version
|
152
|
-
version: '2.0'
|
153
146
|
- !ruby/object:Gem::Dependency
|
154
147
|
name: guard-rspec
|
155
148
|
requirement: !ruby/object:Gem::Requirement
|
@@ -226,14 +219,14 @@ dependencies:
|
|
226
219
|
requirements:
|
227
220
|
- - "~>"
|
228
221
|
- !ruby/object:Gem::Version
|
229
|
-
version: '4.
|
222
|
+
version: '4.8'
|
230
223
|
type: :development
|
231
224
|
prerelease: false
|
232
225
|
version_requirements: !ruby/object:Gem::Requirement
|
233
226
|
requirements:
|
234
227
|
- - "~>"
|
235
228
|
- !ruby/object:Gem::Version
|
236
|
-
version: '4.
|
229
|
+
version: '4.8'
|
237
230
|
- !ruby/object:Gem::Dependency
|
238
231
|
name: rspec
|
239
232
|
requirement: !ruby/object:Gem::Requirement
|
@@ -254,14 +247,14 @@ dependencies:
|
|
254
247
|
requirements:
|
255
248
|
- - "~>"
|
256
249
|
- !ruby/object:Gem::Version
|
257
|
-
version: '0.
|
250
|
+
version: '0.54'
|
258
251
|
type: :development
|
259
252
|
prerelease: false
|
260
253
|
version_requirements: !ruby/object:Gem::Requirement
|
261
254
|
requirements:
|
262
255
|
- - "~>"
|
263
256
|
- !ruby/object:Gem::Version
|
264
|
-
version: '0.
|
257
|
+
version: '0.54'
|
265
258
|
- !ruby/object:Gem::Dependency
|
266
259
|
name: wirb
|
267
260
|
requirement: !ruby/object:Gem::Requirement
|
@@ -302,7 +295,10 @@ files:
|
|
302
295
|
homepage: https://github.com/bkuhlmann/tocer
|
303
296
|
licenses:
|
304
297
|
- Apache-2.0
|
305
|
-
metadata:
|
298
|
+
metadata:
|
299
|
+
source_code_uri: https://github.com/bkuhlmann/tocer
|
300
|
+
changelog_uri: https://github.com/bkuhlmann/tocer/blob/master/CHANGES.md
|
301
|
+
bug_tracker_uri: https://github.com/bkuhlmann/tocer/issues
|
306
302
|
post_install_message:
|
307
303
|
rdoc_options: []
|
308
304
|
require_paths:
|
@@ -319,7 +315,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
319
315
|
version: '0'
|
320
316
|
requirements: []
|
321
317
|
rubyforge_project:
|
322
|
-
rubygems_version: 2.7.
|
318
|
+
rubygems_version: 2.7.6
|
323
319
|
signing_key:
|
324
320
|
specification_version: 4
|
325
321
|
summary: A command line interface for generating table of contents for Markdown files.
|
metadata.gz.sig
ADDED
Binary file
|