versionaire 11.0.1 → 11.0.2
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +11 -11
- data/versionaire.gemspec +4 -4
- data.tar.gz.sig +4 -3
- metadata +30 -23
- 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: 70f10fd00ed5bafd1cc46089c3845f9f57b3dffb2f8bc2ff22a51c75409272da
|
|
4
|
+
data.tar.gz: 6ce3ba868de81bd8ee487ea55884d54204e6203fb45140cf8bfb3737a19b9c7d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0775c86fe50b73b8fbfa94610ca4a6471c13ac3e782a75b4c3bc305f06ccae9ca4b6bc992084de3f4ceef03e4be6f3be97b1c94656d58e41ff9901618036e027
|
|
7
|
+
data.tar.gz: 1acf3cca4c59e32b01ecff106d1dd598836fb79316b9c142cc12b45ec5e85f7539e2d9c380ad407f6784138636dc2c1421870a932800f2b4d202993e1e27827f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -20,8 +20,8 @@ toc::[]
|
|
|
20
20
|
|
|
21
21
|
== Screencasts
|
|
22
22
|
|
|
23
|
-
[link=https://
|
|
24
|
-
image::https://
|
|
23
|
+
[link=https://alchemists.io/screencasts/versionaire]
|
|
24
|
+
image::https://alchemists.io/images/screencasts/versionaire/cover.svg[Screencast,600,240,role=focal_point]
|
|
25
25
|
|
|
26
26
|
== Requirements
|
|
27
27
|
|
|
@@ -129,7 +129,7 @@ to convert an unsupported type, a `+Versionaire::Errors::Cast+` exception will b
|
|
|
129
129
|
==== Refinement
|
|
130
130
|
|
|
131
131
|
Building upon the examples shown above, there is an even more elegant solution where you can use
|
|
132
|
-
this gem's built-in link:https://
|
|
132
|
+
this gem's built-in link:https://alchemists.io/articles/ruby_refinements[refinement] support:
|
|
133
133
|
|
|
134
134
|
[source,ruby]
|
|
135
135
|
----
|
|
@@ -344,19 +344,19 @@ To test, run:
|
|
|
344
344
|
bin/rake
|
|
345
345
|
----
|
|
346
346
|
|
|
347
|
-
== link:https://
|
|
347
|
+
== link:https://alchemists.io/policies/license[License]
|
|
348
348
|
|
|
349
|
-
== link:https://
|
|
349
|
+
== link:https://alchemists.io/policies/security[Security]
|
|
350
350
|
|
|
351
|
-
== link:https://
|
|
351
|
+
== link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
|
|
352
352
|
|
|
353
|
-
== link:https://
|
|
353
|
+
== link:https://alchemists.io/policies/contributions[Contributions]
|
|
354
354
|
|
|
355
|
-
== link:https://
|
|
355
|
+
== link:https://alchemists.io/projects/versionaire/versions[Versions]
|
|
356
356
|
|
|
357
|
-
== link:https://
|
|
357
|
+
== link:https://alchemists.io/community[Community]
|
|
358
358
|
|
|
359
359
|
== Credits
|
|
360
360
|
|
|
361
|
-
* Built with link:https://
|
|
362
|
-
* Engineered by link:https://
|
|
361
|
+
* Built with link:https://alchemists.io/projects/gemsmith[Gemsmith].
|
|
362
|
+
* Engineered by link:https://alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
|
data/versionaire.gemspec
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "versionaire"
|
|
5
|
-
spec.version = "11.0.
|
|
5
|
+
spec.version = "11.0.2"
|
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
|
8
|
-
spec.homepage = "https://
|
|
8
|
+
spec.homepage = "https://alchemists.io/projects/versionaire"
|
|
9
9
|
spec.summary = "Provides an immutable, thread-safe, and semantic version type."
|
|
10
10
|
spec.license = "Hippocratic-2.1"
|
|
11
11
|
|
|
12
12
|
spec.metadata = {
|
|
13
13
|
"bug_tracker_uri" => "https://github.com/bkuhlmann/versionaire/issues",
|
|
14
|
-
"changelog_uri" => "https://
|
|
15
|
-
"documentation_uri" => "https://
|
|
14
|
+
"changelog_uri" => "https://alchemists.io/projects/versionaire/versions",
|
|
15
|
+
"documentation_uri" => "https://alchemists.io/projects/versionaire",
|
|
16
16
|
"funding_uri" => "https://github.com/sponsors/bkuhlmann",
|
|
17
17
|
"label" => "Versionaire",
|
|
18
18
|
"rubygems_mfa_required" => "true",
|
data.tar.gz.sig
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
x�
|
|
1
|
+
�:!Nd�����[�+K��ݮ�-�
|
|
2
|
+
2-�?� ��b��JF�VA� �>b9iXִ�Y�e�V4���ζ挷��z��B��h%6�s
|
|
3
|
+
Z=Tͭ�P�M`���f�x&=sj�[ܡ�]���TL�ve�{i�/t��,����������}��l5f'rw1l��w�#m:�=_�#��{�ֆ�^�8gZ���b�w$�D������&\����x�H= �������:*�P�>�v'!ښp�&��z���Z
|
|
4
|
+
5g)�t��"�II�f���SH�IZ��A��k2���N争�0"�_�p����F�
|
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: 11.0.
|
|
4
|
+
version: 11.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -10,25 +10,32 @@ bindir: bin
|
|
|
10
10
|
cert_chain:
|
|
11
11
|
- |
|
|
12
12
|
-----BEGIN CERTIFICATE-----
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
13
|
+
MIIEeDCCAuCgAwIBAgIBATANBgkqhkiG9w0BAQsFADBBMQ8wDQYDVQQDDAZicm9v
|
|
14
|
+
a2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQBGRYC
|
|
15
|
+
aW8wHhcNMjMwMzIyMTYxNDQxWhcNMjUwMzIxMTYxNDQxWjBBMQ8wDQYDVQQDDAZi
|
|
16
|
+
cm9va2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQB
|
|
17
|
+
GRYCaW8wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCro8tj5/E1Hg88
|
|
18
|
+
f4qfiwPVd2zJQHvdYt4GHVvuHRRgx4HGhJuNp+4BId08RBn7V6V1MW6MY3kezRBs
|
|
19
|
+
M+7QOQ4b1xNLTvY7FYQB1wGK5a4x7TTokDrPYQxDB2jmsdDYCzVbIMrAvUfcecRi
|
|
20
|
+
khyGZCdByiiCl4fKv77P12tTT+NfsvXkLt/AYCGwjOUyGKTQ01Z6eC09T27GayPH
|
|
21
|
+
QQvIkakyFgcJtzSyGzs8bzK5q9u7wQ12MNTjJoXzW69lqp0oNvDylu81EiSUb5S6
|
|
22
|
+
QzzPxZBiRB1sgtbt1gUbVI262ZDq1gR+HxPFmp+Cgt7ZLIJZAtesQvtcMzseXpfn
|
|
23
|
+
hpmm0Sw22KGhRAy/mqHBRhDl5HqS1SJp2Ko3lcnpXeFResp0HNlt8NSu13vhC08j
|
|
24
|
+
GUHU9MyIXbFOsnp3K3ADrAVjPWop8EZkmUR3MV/CUm00w2cZHCSGiXl1KMpiVKvk
|
|
25
|
+
Ywr1gd2ZME4QLSo+EXUtLxDUa/W3xnBS8dBOuMMz02FPWYr3PN8CAwEAAaN7MHkw
|
|
26
|
+
CQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFAFgmv0tYMZnItuPycSM
|
|
27
|
+
F5wykJEVMB8GA1UdEQQYMBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMB8GA1UdEgQY
|
|
28
|
+
MBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMA0GCSqGSIb3DQEBCwUAA4IBgQAX+EGY
|
|
29
|
+
9RLYGxF1VLZz+G1ACQc4uyrCB6kXwI06kzUa5dF9tPXqTX9ffnz3/W8ck2IQhKzu
|
|
30
|
+
MKO2FVijzbDWTsZeZGglS4E+4Jxpau1lU9HhOIcKolv6LeC6UdALTFudY+GLb8Xw
|
|
31
|
+
REXgaJkjzzhkUSILmEnRwEbY08dVSl7ZAaxVI679vfI2yapLlIwpbBgmQTiTvPr3
|
|
32
|
+
qyyLUno9flYEOv9fmGHunSrM+gE0/0niGTXa5GgXBXYGS2he4LQGgSBfGp/cTwMU
|
|
33
|
+
rDKJRcusZ12lNBeDfgqACz/BBJF8FLodgk6rGMRZz7+ZmjjHEmpG5bQpR6Q2BuWL
|
|
34
|
+
XMtYk/QzaWuhiR7pWjiF8jbdd7RO6or0ohq7iFkokz/5xrtQ/vPzU2RQ3Qc6YaKw
|
|
35
|
+
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
|
36
|
+
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
|
30
37
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2023-
|
|
38
|
+
date: 2023-03-22 00:00:00.000000000 Z
|
|
32
39
|
dependencies:
|
|
33
40
|
- !ruby/object:Gem::Dependency
|
|
34
41
|
name: refinements
|
|
@@ -62,13 +69,13 @@ files:
|
|
|
62
69
|
- lib/versionaire/function.rb
|
|
63
70
|
- lib/versionaire/version.rb
|
|
64
71
|
- versionaire.gemspec
|
|
65
|
-
homepage: https://
|
|
72
|
+
homepage: https://alchemists.io/projects/versionaire
|
|
66
73
|
licenses:
|
|
67
74
|
- Hippocratic-2.1
|
|
68
75
|
metadata:
|
|
69
76
|
bug_tracker_uri: https://github.com/bkuhlmann/versionaire/issues
|
|
70
|
-
changelog_uri: https://
|
|
71
|
-
documentation_uri: https://
|
|
77
|
+
changelog_uri: https://alchemists.io/projects/versionaire/versions
|
|
78
|
+
documentation_uri: https://alchemists.io/projects/versionaire
|
|
72
79
|
funding_uri: https://github.com/sponsors/bkuhlmann
|
|
73
80
|
label: Versionaire
|
|
74
81
|
rubygems_mfa_required: 'true'
|
|
@@ -88,7 +95,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
88
95
|
- !ruby/object:Gem::Version
|
|
89
96
|
version: '0'
|
|
90
97
|
requirements: []
|
|
91
|
-
rubygems_version: 3.4.
|
|
98
|
+
rubygems_version: 3.4.9
|
|
92
99
|
signing_key:
|
|
93
100
|
specification_version: 4
|
|
94
101
|
summary: Provides an immutable, thread-safe, and semantic version type.
|
metadata.gz.sig
CHANGED
|
Binary file
|