tocer 13.0.0 → 13.0.1

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: f01d37e55755b4242744ef97618aa53d885ebc991720b6dc51e61d0ffc33bdf3
4
- data.tar.gz: f64c607d7696f9f8b558beec2cd2d7ff4d65e3744b3a3d7a88e684af620e806e
3
+ metadata.gz: 0ef9b167546f749082ed3ea089d99bce317595ef3bd51d178604e8958ca46f2f
4
+ data.tar.gz: 56cd344193226f5c929a763f29e261fab0ad1ae9f9095ae492f87d1b395ca5e5
5
5
  SHA512:
6
- metadata.gz: c551b013375913a6de8e5c4f0d61bf10113a6f05598e418214c8f0f22bd2b2208b12a69d04bdec8157d51e2ab80bd175ca1ed49271978340d82bcd55373f35dc
7
- data.tar.gz: 2a61d437c27b50bce2a5d537fe7a1edba22af45599a1c4fc0b3d2c97be4cf3460a3a6a17b7dfc5b7824b3cfbc41c771721545fbf1f8e5dae472997f702742fe6
6
+ metadata.gz: dea4ea70e22ec7a1de8438f4b0ba22e3e7915c1547bc99271f68b043ae1c990679a591964fc3b456b391d4e44285bf17e4e7b7f2f9d9a0535e03f44b0f551b74
7
+ data.tar.gz: 308f3fac278de866d580ca20e2741968b926cce8a32800dbdfc0f9c2f3f07ae4d699549bb0d0353b7e599284e81a52f0a4dd70a854f109384e7252c2fce971f1
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -176,35 +176,17 @@ To test, run:
176
176
  bundle exec rake
177
177
  ----
178
178
 
179
- == Versioning
179
+ == link:https://www.alchemists.io/policies/license[License]
180
180
 
181
- Read link:https://semver.org[Semantic Versioning] for details. Briefly, it means:
181
+ == link:https://www.alchemists.io/policies/security[Security]
182
182
 
183
- * Major (X.y.z) - Incremented for any backwards incompatible public API changes.
184
- * Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
185
- * Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
183
+ == link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
186
184
 
187
- == Code of Conduct
185
+ == link:https://www.alchemists.io/policies/contributions[Contributions]
188
186
 
189
- Please note that this project is released with a link:CODE_OF_CONDUCT.adoc[CODE OF CONDUCT]. By
190
- participating in this project you agree to abide by its terms.
187
+ == link:https://www.alchemists.io/projects/tocer/versions[Versions]
191
188
 
192
- == Contributions
193
-
194
- Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
195
-
196
- == Community
197
-
198
- Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
199
- to this project and much more.
200
-
201
- == License
202
-
203
- Read link:LICENSE.adoc[LICENSE] for details.
204
-
205
- == Changes
206
-
207
- Read link:CHANGES.adoc[CHANGES] for details.
189
+ == link:https://www.alchemists.io/community[Community]
208
190
 
209
191
  == Credits
210
192
 
@@ -5,7 +5,7 @@ module Tocer
5
5
  module Identity
6
6
  NAME = "tocer"
7
7
  LABEL = "Tocer"
8
- VERSION = "13.0.0"
8
+ VERSION = "13.0.1"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
10
10
  SUMMARY = "A command line interface for generating table of contents for Markdown files."
11
11
  end
data.tar.gz.sig CHANGED
Binary file
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: 13.0.0
4
+ version: 13.0.1
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-12-29 00:00:00.000000000 Z
31
+ date: 2022-01-01 00:00:00.000000000 Z
32
32
  dependencies:
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: refinements
@@ -111,7 +111,7 @@ licenses:
111
111
  - Hippocratic-3.0
112
112
  metadata:
113
113
  bug_tracker_uri: https://github.com/bkuhlmann/tocer/issues
114
- changelog_uri: https://www.alchemists.io/projects/tocer/changes.html
114
+ changelog_uri: https://www.alchemists.io/projects/tocer/versions
115
115
  documentation_uri: https://www.alchemists.io/projects/tocer
116
116
  rubygems_mfa_required: 'true'
117
117
  source_code_uri: https://github.com/bkuhlmann/tocer
@@ -130,7 +130,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
130
  - !ruby/object:Gem::Version
131
131
  version: '0'
132
132
  requirements: []
133
- rubygems_version: 3.3.3
133
+ rubygems_version: 3.3.4
134
134
  signing_key:
135
135
  specification_version: 4
136
136
  summary: A command line interface for generating table of contents for Markdown files.
metadata.gz.sig CHANGED
Binary file