tocer 10.2.0 → 10.3.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c8a7b02955ef0ddc8fb3d442cfc3619b17de8e4bbac7e3f2527ca9bb2408a9f
4
- data.tar.gz: c16d0b17493e764753bd75c60e9b49e5b0e38eddbcc3850a698c635acd8ccf86
3
+ metadata.gz: 702ac25e3c36e2654a136716b15816e1d39a3c4f1944517ed4ed7afb504e30f1
4
+ data.tar.gz: d2936b0b62ff42c55c1ea5cace729cfd0a0ad5b99418f8728aced4bb8363089e
5
5
  SHA512:
6
- metadata.gz: e424cb2110bcba92727364afe79fbf985b5bc82d3d2b4dd8f92516d5e552d4718e35f97276a57ff54b28bfcc7205e67ca3ecbb6a401f45c7fab9c15bcdea706f
7
- data.tar.gz: 34375634ea14212202501c9e854337e1a618009aebe03f7220f3131cd227caae8d77bb0c1d0a98a630a3a189044a82df7c663c1e546ba5d9cb923d9302f8b7b9
6
+ metadata.gz: ca420835d280ba64806ba8de40654cd4f2477af41f4379ed6810390deced91e95ef8c9e9b7b88a0e0dc59d196365d7997317217379e9da655dd49e886068e441
7
+ data.tar.gz: cd764af24b2c91e92dc0f8862160bc45210efbc66243c7b71504bf14b468eb5f9368aa6b6cd5aac6c2ce0a75e06d9461c1e75aa5e4eec2addacef9a7ef0d28d9
Binary file
data.tar.gz.sig CHANGED
Binary file
@@ -150,7 +150,7 @@ additional liability.
150
150
 
151
151
  END OF TERMS AND CONDITIONS
152
152
 
153
- Copyright link:https://www.alchemists.io[Alchemists].
153
+ Copyright 2015 link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
154
154
 
155
155
  Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
156
156
  compliance with the License. You may obtain a link:https://www.apache.org/licenses/LICENSE-2.0[copy]
@@ -32,8 +32,6 @@ toc::[]
32
32
 
33
33
  == Setup
34
34
 
35
- === Production
36
-
37
35
  To install, run:
38
36
 
39
37
  [source,bash]
@@ -41,24 +39,6 @@ To install, run:
41
39
  gem install tocer
42
40
  ----
43
41
 
44
- === Development
45
-
46
- To contribute, run:
47
-
48
- [source,bash]
49
- ----
50
- git clone https://github.com/bkuhlmann/tocer.git
51
- cd tocer
52
- bin/setup
53
- ----
54
-
55
- You can also use the IRB console for direct access to all objects:
56
-
57
- [source,bash]
58
- ----
59
- bin/console
60
- ----
61
-
62
42
  == Usage
63
43
 
64
44
  === Command Line Interface (CLI)
@@ -172,6 +152,24 @@ rake toc[label,includes] # Add/Update Table of Contents (README)
172
152
  rake toc["## Example, *.md"]
173
153
  ----
174
154
 
155
+ == Development
156
+
157
+ To contribute, run:
158
+
159
+ [source,bash]
160
+ ----
161
+ git clone https://github.com/bkuhlmann/tocer.git
162
+ cd tocer
163
+ bin/setup
164
+ ----
165
+
166
+ You can also use the IRB console for direct access to all objects:
167
+
168
+ [source,bash]
169
+ ----
170
+ bin/console
171
+ ----
172
+
175
173
  == Tests
176
174
 
177
175
  To test, run:
@@ -5,7 +5,7 @@ module Tocer
5
5
  module Identity
6
6
  NAME = "tocer"
7
7
  LABEL = "Tocer"
8
- VERSION = "10.2.0"
8
+ VERSION = "10.3.0"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}"
10
10
  end
11
11
  end
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: 10.2.0
4
+ version: 10.3.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Brooke Kuhlmann
@@ -28,7 +28,7 @@ cert_chain:
28
28
  2XV8FRa7/JimI07sPLC13eLY3xd/aYTi85Z782KIA4j0G8XEEWAX0ouBhlXPocZv
29
29
  QWc=
30
30
  -----END CERTIFICATE-----
31
- date: 2020-07-23 00:00:00.000000000 Z
31
+ date: 2020-10-18 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: '7.4'
39
+ version: '7.11'
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: '7.4'
46
+ version: '7.11'
47
47
  - !ruby/object:Gem::Dependency
48
48
  name: runcom
49
49
  requirement: !ruby/object:Gem::Requirement
@@ -218,14 +218,14 @@ dependencies:
218
218
  requirements:
219
219
  - - "~>"
220
220
  - !ruby/object:Gem::Version
221
- version: '0.83'
221
+ version: '0.89'
222
222
  type: :development
223
223
  prerelease: false
224
224
  version_requirements: !ruby/object:Gem::Requirement
225
225
  requirements:
226
226
  - - "~>"
227
227
  - !ruby/object:Gem::Version
228
- version: '0.83'
228
+ version: '0.89'
229
229
  - !ruby/object:Gem::Dependency
230
230
  name: rubocop-performance
231
231
  requirement: !ruby/object:Gem::Requirement
@@ -274,14 +274,14 @@ dependencies:
274
274
  requirements:
275
275
  - - "~>"
276
276
  - !ruby/object:Gem::Version
277
- version: '0.18'
277
+ version: '0.19'
278
278
  type: :development
279
279
  prerelease: false
280
280
  version_requirements: !ruby/object:Gem::Requirement
281
281
  requirements:
282
282
  - - "~>"
283
283
  - !ruby/object:Gem::Version
284
- version: '0.18'
284
+ version: '0.19'
285
285
  description:
286
286
  email:
287
287
  - brooke@alchemists.io
metadata.gz.sig CHANGED
Binary file