versionaire 11.0.0 → 11.0.2

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: eb98e3cae752ba465daee34c368625932376bb16090c9ad35daaba8af285c361
4
- data.tar.gz: '059670fecbd63ffeb7a16eadbac9ab1eba865611017b65c7c790a4fafbf189ea'
3
+ metadata.gz: 70f10fd00ed5bafd1cc46089c3845f9f57b3dffb2f8bc2ff22a51c75409272da
4
+ data.tar.gz: 6ce3ba868de81bd8ee487ea55884d54204e6203fb45140cf8bfb3737a19b9c7d
5
5
  SHA512:
6
- metadata.gz: 23f4803ab79920bfc77025d530f25184942ce2cd677374565d25daed0628516c920e7df50e4c5aa6258fd2168597623e53600cc68d7a7ce067ff1137d55b6a15
7
- data.tar.gz: e5a5f455bff106e41487a359eae6084be25480f016a1d4df6e925d002eb6938f90556787bb91f5582c618fa48aeb5024f39b315491ed5cce9520886a964f3e0d
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://www.alchemists.io/screencasts/versionaire]
24
- image::https://www.alchemists.io/images/screencasts/versionaire/cover.svg[Screencast,600,240,role=focal_point]
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://www.alchemists.io/articles/ruby_refinements[refinement] support:
132
+ this gem's built-in link:https://alchemists.io/articles/ruby_refinements[refinement] support:
133
133
 
134
134
  [source,ruby]
135
135
  ----
@@ -341,22 +341,22 @@ To test, run:
341
341
 
342
342
  [source,bash]
343
343
  ----
344
- bundle exec rake
344
+ bin/rake
345
345
  ----
346
346
 
347
- == link:https://www.alchemists.io/policies/license[License]
347
+ == link:https://alchemists.io/policies/license[License]
348
348
 
349
- == link:https://www.alchemists.io/policies/security[Security]
349
+ == link:https://alchemists.io/policies/security[Security]
350
350
 
351
- == link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
351
+ == link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
352
352
 
353
- == link:https://www.alchemists.io/policies/contributions[Contributions]
353
+ == link:https://alchemists.io/policies/contributions[Contributions]
354
354
 
355
- == link:https://www.alchemists.io/projects/versionaire/versions[Versions]
355
+ == link:https://alchemists.io/projects/versionaire/versions[Versions]
356
356
 
357
- == link:https://www.alchemists.io/community[Community]
357
+ == link:https://alchemists.io/community[Community]
358
358
 
359
359
  == Credits
360
360
 
361
- * Built with link:https://www.alchemists.io/projects/gemsmith[Gemsmith].
362
- * Engineered by link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
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.0"
5
+ spec.version = "11.0.2"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
- spec.homepage = "https://www.alchemists.io/projects/versionaire"
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://www.alchemists.io/projects/versionaire/versions",
15
- "documentation_uri" => "https://www.alchemists.io/projects/versionaire",
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
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: 11.0.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
- MIIC/jCCAeagAwIBAgIBBTANBgkqhkiG9w0BAQsFADAlMSMwIQYDVQQDDBpicm9v
14
- a2UvREM9YWxjaGVtaXN0cy9EQz1pbzAeFw0yMjAzMTkxNzI0MzJaFw0yMzAzMTkx
15
- NzI0MzJaMCUxIzAhBgNVBAMMGmJyb29rZS9EQz1hbGNoZW1pc3RzL0RDPWlvMIIB
16
- IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6l1qpXTiomH1RfMRloyw7MiE
17
- xyVx/x8Yc3EupdH7uhNaTXQGyORN6aOY//1QXXMHIZ9tW74nZLhesWMSUMYy0XhB
18
- brs+KkurHnc9FnEJAbG7ebGvl/ncqZt72nQvaxpDxvuCBHgJAz+8i5wl6FhLw+oT
19
- 9z0A8KcGhz67SdcoQiD7qiCjL/2NTeWHOzkpPrdGlt088+VerEEGf5I13QCvaftP
20
- D5vkU0YlAm1r98BymuJlcQ1qdkVEI1d48ph4kcS0S0nv1RiuyVb6TCAR3Nu3VaVq
21
- 3fPzZKJLZBx67UvXdbdicWPiUR75elI4PXpLIic3xytaF52ZJYyKZCNZJhNwfQID
22
- AQABozkwNzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU0nzow9vc
23
- 2CdikiiE3fJhP/gY4ggwDQYJKoZIhvcNAQELBQADggEBAJbbNyWzFjqUNVPPCUCo
24
- IMrhDa9xf1xkORXNYYbmXgoxRy/KyNbUr+jgEEoWJAm9GXlcqxxWAUI6pK/i4/Qi
25
- X6rPFEFmeObDOHNvuqy8Hd6AYsu+kP94U/KJhe9wnWGMmGoNKJNU3EkW3jM/osSl
26
- +JRxiH5t4WtnDiVyoYl5nYC02rYdjJkG6VMxDymXTqn7u6HhYgZkGujq1UPar8x2
27
- hNIWJblDKKSu7hA2d6+kUthuYo13o1sg1Da/AEDg0hoZSUvhqDEF5Hy232qb3pDt
28
- CxDe2+VuChj4I1nvIHdu+E6XoEVlanUPKmSg6nddhkKn2gC45Kyzh6FZqnzH/CRp
29
- RFE=
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: 2022-12-25 00:00:00.000000000 Z
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://www.alchemists.io/projects/versionaire
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://www.alchemists.io/projects/versionaire/versions
71
- documentation_uri: https://www.alchemists.io/projects/versionaire
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.1
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