milestoner 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: f9080930766c79dade52fb1a18ef208467f34653f5112d520de3d72a4137fa0d
4
- data.tar.gz: 8bf86c1f4372b950916ace4536254c9da1a9cc4844789bb8354c60b559206050
3
+ metadata.gz: d548a69bbf52d132b33fef09ad99cec48212d6399ed72f9133f8cf59444ce41e
4
+ data.tar.gz: 2f633f24492991a5092d008e47b47757407df6875575c7cd4d104f455c09cc50
5
5
  SHA512:
6
- metadata.gz: 69dc87b3e7e87763d69ea640b0c07a5e34190e1c49352746c2ce56fa9c275c6286f48bb1b723548d3eb6fec0fb593c10156a74efd5efe1df8b5143562bfd40fd
7
- data.tar.gz: c579595cfc8a2d3c3a7ba56e5fa40536fa146f63ceb59a3720c7a519cf6375196223ce6cbf598300f3f1d022b113d9470f3a5e4805571d16e521433c549d4491
6
+ metadata.gz: 1e8817a4acf8a3e5e2f1976d60eee0a67e059282d3ce071dd82bd0c363418fb3a0d18733aaa01f8c8a7ed878d6402bc2f915c3556091a7de93bb05ff36eebb7d
7
+ data.tar.gz: 5fbbd91f0957fb334e437350032a344fc8aa55975a93c6e74c4c3b6978953ae65688a2115491357d27327b41a3103841fba23bf8c3ba36b415a01e188899f849
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -196,35 +196,17 @@ To test, run:
196
196
  bundle exec spec
197
197
  ----
198
198
 
199
- == Versioning
199
+ == link:https://www.alchemists.io/policies/license[License]
200
200
 
201
- Read link:https://semver.org[Semantic Versioning] for details. Briefly, it means:
201
+ == link:https://www.alchemists.io/policies/security[Security]
202
202
 
203
- * Major (X.y.z) - Incremented for any backwards incompatible public API changes.
204
- * Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
205
- * Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
203
+ == link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
206
204
 
207
- == Code of Conduct
205
+ == link:https://www.alchemists.io/policies/contributions[Contributions]
208
206
 
209
- Please note that this project is released with a link:CODE_OF_CONDUCT.adoc[CODE OF CONDUCT]. By
210
- participating in this project you agree to abide by its terms.
207
+ == link:https://www.alchemists.io/projects/milestoner/versions[Versions]
211
208
 
212
- == Contributions
213
-
214
- Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
215
-
216
- == Community
217
-
218
- Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
219
- to this project and much more.
220
-
221
- == License
222
-
223
- Read link:LICENSE.adoc[LICENSE] for details.
224
-
225
- == Changes
226
-
227
- Read link:CHANGES.adoc[CHANGES] for details.
209
+ == link:https://www.alchemists.io/community[Community]
228
210
 
229
211
  == Credits
230
212
 
@@ -5,7 +5,7 @@ module Milestoner
5
5
  module Identity
6
6
  NAME = "milestoner"
7
7
  LABEL = "Milestoner"
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 crafting Git repository tags using semantic versions."
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: milestoner
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: dry-container
@@ -165,7 +165,7 @@ licenses:
165
165
  - Hippocratic-3.0
166
166
  metadata:
167
167
  bug_tracker_uri: https://github.com/bkuhlmann/milestoner/issues
168
- changelog_uri: https://www.alchemists.io/projects/milestoner/changes.html
168
+ changelog_uri: https://www.alchemists.io/projects/milestoner/versions
169
169
  documentation_uri: https://www.alchemists.io/projects/milestoner
170
170
  rubygems_mfa_required: 'true'
171
171
  source_code_uri: https://github.com/bkuhlmann/milestoner
metadata.gz.sig CHANGED
Binary file