versionaire 10.0.0 → 10.0.1

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: 036d8a1e751a8e31b8ec30c27a2804b25464457a9645a3dc68de508b50883277
4
- data.tar.gz: f4f8cffa779f9d156977fe740fa5a15291a4be96419a7f5f097be45bf67d1fdc
3
+ metadata.gz: 03f2040de9804c527f68c74e15df4e9fbae9e285ed6b88ed017de2a516a92737
4
+ data.tar.gz: a8093b82c8a5c47e5d4a5cfbc5f3398dff8d53386bb730f8fb819bcd17658941
5
5
  SHA512:
6
- metadata.gz: 4e6e317c7e70d236e7021759d800adc551d5ecbbb879bfffb4b832e4f148e963a5aeb1c97ef14b9e18ccf16e90ed28914d12c1e26efba15c03a2f2e4d24bfa3a
7
- data.tar.gz: 001a016ee410c52ee15cd2287de0188bcec65ff094b497425010a871399028381116420e08425ddc7b9a753207aaa938faf54c2c8c80f33596625f126ae2cc0f
6
+ metadata.gz: b6c245041dfb91340467f2d36a738e3c4883a0fd9fd64931ce3041f46c21d37e0295650b2ae79180b33f0844f86d7c06272de3ba417f183bbb62a4f3b2b00493
7
+ data.tar.gz: 61e2a7458cba8c6520bfe311e226e4363d627f03c19a88121dfea369f6ce0132b466a84316fb30639eb800c421d808d70055bb1fa9f19b72ea9cbf4d4fbc653f
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -326,35 +326,17 @@ To test, run:
326
326
  bundle exec rake
327
327
  ----
328
328
 
329
- == Versioning
329
+ == link:https://www.alchemists.io/policies/license[License]
330
330
 
331
- Read link:https://semver.org[Semantic Versioning] for details. Briefly, it means:
331
+ == link:https://www.alchemists.io/policies/security[Security]
332
332
 
333
- * Major (X.y.z) - Incremented for any backwards incompatible public API changes.
334
- * Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
335
- * Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
333
+ == link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
336
334
 
337
- == Code of Conduct
335
+ == link:https://www.alchemists.io/policies/contributions[Contributions]
338
336
 
339
- Please note that this project is released with a link:CODE_OF_CONDUCT.adoc[CODE OF CONDUCT]. By
340
- participating in this project you agree to abide by its terms.
337
+ == link:https://www.alchemists.io/projects/versionaire/versions[Versions]
341
338
 
342
- == Contributions
343
-
344
- Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
345
-
346
- == Community
347
-
348
- Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
349
- to this project and much more.
350
-
351
- == License
352
-
353
- Read link:LICENSE.adoc[LICENSE] for details.
354
-
355
- == Changes
356
-
357
- Read link:CHANGES.adoc[CHANGES] for details.
339
+ == link:https://www.alchemists.io/community[Community]
358
340
 
359
341
  == Credits
360
342
 
@@ -5,7 +5,7 @@ module Versionaire
5
5
  module Identity
6
6
  NAME = "versionaire"
7
7
  LABEL = "Versionaire"
8
- VERSION = "10.0.0"
8
+ VERSION = "10.0.1"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
10
10
  end
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: versionaire
3
3
  version: !ruby/object:Gem::Version
4
- version: 10.0.0
4
+ version: 10.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-26 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
@@ -67,7 +67,7 @@ licenses:
67
67
  - Hippocratic-3.0
68
68
  metadata:
69
69
  bug_tracker_uri: https://github.com/bkuhlmann/versionaire/issues
70
- changelog_uri: https://www.alchemists.io/projects/versionaire/changes.html
70
+ changelog_uri: https://www.alchemists.io/projects/versionaire/versions
71
71
  documentation_uri: https://www.alchemists.io/projects/versionaire
72
72
  rubygems_mfa_required: 'true'
73
73
  source_code_uri: https://github.com/bkuhlmann/versionaire
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  - !ruby/object:Gem::Version
87
87
  version: '0'
88
88
  requirements: []
89
- rubygems_version: 3.3.3
89
+ rubygems_version: 3.3.4
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: Provides an immutable, thread-safe, and semantic version type.
metadata.gz.sig CHANGED
Binary file