versionaire 10.0.0 → 10.0.1
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/README.adoc +6 -24
- data/lib/versionaire/identity.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: 03f2040de9804c527f68c74e15df4e9fbae9e285ed6b88ed017de2a516a92737
|
4
|
+
data.tar.gz: a8093b82c8a5c47e5d4a5cfbc5f3398dff8d53386bb730f8fb819bcd17658941
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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
|
-
==
|
329
|
+
== link:https://www.alchemists.io/policies/license[License]
|
330
330
|
|
331
|
-
|
331
|
+
== link:https://www.alchemists.io/policies/security[Security]
|
332
332
|
|
333
|
-
|
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
|
-
==
|
335
|
+
== link:https://www.alchemists.io/policies/contributions[Contributions]
|
338
336
|
|
339
|
-
|
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
|
-
==
|
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
|
|
data/lib/versionaire/identity.rb
CHANGED
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.
|
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:
|
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/
|
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.
|
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
|