spek 1.0.1 → 1.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: 2cf62497df032c30697ab8cb01e62d5442f7df5043367868430f7770b9c3dc9e
4
- data.tar.gz: 19fb7bbfa9db196912ac9b7328ef046302aa7284875cf9425c3b2ed6a291b90f
3
+ metadata.gz: 32c1608bf5bd19319dbc3955dfe12187bb3f1f912d3cee1197aaceaae2b381e2
4
+ data.tar.gz: e6766e3b085ea8a7169fa162a930f8ebd8ecdcbfe868dd3292913ad33b412586
5
5
  SHA512:
6
- metadata.gz: 7da3e99d6d953cc905e6270a94064e3808ebf4490c89c25e11470655f325edfee6e8bf4d89682f28d6da61281701354af245b8865b4d9029e6c44a30bd2724d6
7
- data.tar.gz: 327170bc9b1212f0a2d2308b534e5f2ee13b370b7ce47850de8ca0f36f5c3894ed29c03083b89d0ad72110595a98306011afdd5c18c9df321f092713c0470b29
6
+ metadata.gz: a105a71f4e62a5a25afd4ee76a51b0a769b4876945bbcb25b5e1a235a92c7ceb961934d22f2137a76f6bc0fe7b2faf303cf11544592f9de63c4298b12b5c9fe9
7
+ data.tar.gz: 4eba2c2e76295181f98a21a80e2d3527ad4d80542e307eec1d5dd1e327deee33987beb37ed53b3fd3e11c84eb2c9a5ef7e6367bca562ae16ba090913bd6e8063
checksums.yaml.gz.sig CHANGED
@@ -1,2 +1,2 @@
1
- �ˁhDW!2
2
- ��4�Љ6NէFwdo �`������I@5�_�֯*�`����T\�W&���v�`��yI�Q� ��'X]C���s��O�;$s��/DSc>*��ߐ5����>��x�c�����a���a�B�6O�T‚l�c�๡���x����p1�m�=��1O�?a��Z!7Pژ2V_��G`�j���=l��g��@IY���F��f��ߥ�-&�ͯ�o"u�t��H�5I�E�
1
+ M0�=DR�c�0�Y��%�%�!p�[γ�oGM���_c?����l����*��T!3�Ȫᢪ��nW|�HO�k���^�A��#DR�I�袹�����m
2
+ re�}f�;g ��D��x�Ѿٿ�*P�@@7Y2���`�� �-[�`��� I%�w�u��*[����oTtg���̗�-_>Ŝ��d���Jjc^U��Ts �p�f�1=Fd9�w!7����
data/README.adoc CHANGED
@@ -17,7 +17,7 @@ toc::[]
17
17
  * Supports loading gems by path to specification.
18
18
  * Supports picking gems by name with optional version selection.
19
19
  * Supports link:https://semver.org[semantic versions] via
20
- link:https://www.alchemists.io/projects/versionaire[Versionaire].
20
+ link:https://alchemists.io/projects/versionaire[Versionaire].
21
21
 
22
22
  == Requirements
23
23
 
@@ -35,7 +35,7 @@ bin/setup
35
35
  == Usage
36
36
 
37
37
  This gem makes interacting with Ruby gems easier by providing foundational objects for which you can
38
- built on top of. link:https://www.alchemists.io/projects/gemsmith[Gemsmith] is built on top of this
38
+ built on top of. link:https://alchemists.io/projects/gemsmith[Gemsmith] is built on top of this
39
39
  gem if you need working example.
40
40
 
41
41
  === Presenter
@@ -141,19 +141,19 @@ To test, run:
141
141
  bin/rake
142
142
  ----
143
143
 
144
- == link:https://www.alchemists.io/policies/license[License]
144
+ == link:https://alchemists.io/policies/license[License]
145
145
 
146
- == link:https://www.alchemists.io/policies/security[Security]
146
+ == link:https://alchemists.io/policies/security[Security]
147
147
 
148
- == link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
148
+ == link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
149
149
 
150
- == link:https://www.alchemists.io/policies/contributions[Contributions]
150
+ == link:https://alchemists.io/policies/contributions[Contributions]
151
151
 
152
- == link:https://www.alchemists.io/projects/spek/versions[Versions]
152
+ == link:https://alchemists.io/projects/spek/versions[Versions]
153
153
 
154
- == link:https://www.alchemists.io/community[Community]
154
+ == link:https://alchemists.io/community[Community]
155
155
 
156
156
  == Credits
157
157
 
158
- * Built with link:https://www.alchemists.io/projects/gemsmith[Gemsmith].
159
- * Engineered by link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
158
+ * Built with link:https://alchemists.io/projects/gemsmith[Gemsmith].
159
+ * Engineered by link:https://alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
data/spek.gemspec CHANGED
@@ -2,17 +2,17 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "spek"
5
- spec.version = "1.0.1"
5
+ spec.version = "1.0.2"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
- spec.homepage = "https://www.alchemists.io/projects/spek"
8
+ spec.homepage = "https://alchemists.io/projects/spek"
9
9
  spec.summary = "Enhances gem specifications with additional information and tooling."
10
10
  spec.license = "Hippocratic-2.1"
11
11
 
12
12
  spec.metadata = {
13
13
  "bug_tracker_uri" => "https://github.com/bkuhlmann/spek/issues",
14
- "changelog_uri" => "https://www.alchemists.io/projects/spek/versions",
15
- "documentation_uri" => "https://www.alchemists.io/projects/spek",
14
+ "changelog_uri" => "https://alchemists.io/projects/spek/versions",
15
+ "documentation_uri" => "https://alchemists.io/projects/spek",
16
16
  "funding_uri" => "https://github.com/sponsors/bkuhlmann",
17
17
  "label" => "Spek",
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: spek
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.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: 2023-01-22 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: dry-monads
@@ -104,13 +111,13 @@ files:
104
111
  - lib/spek/presenter.rb
105
112
  - lib/spek/versioner.rb
106
113
  - spek.gemspec
107
- homepage: https://www.alchemists.io/projects/spek
114
+ homepage: https://alchemists.io/projects/spek
108
115
  licenses:
109
116
  - Hippocratic-2.1
110
117
  metadata:
111
118
  bug_tracker_uri: https://github.com/bkuhlmann/spek/issues
112
- changelog_uri: https://www.alchemists.io/projects/spek/versions
113
- documentation_uri: https://www.alchemists.io/projects/spek
119
+ changelog_uri: https://alchemists.io/projects/spek/versions
120
+ documentation_uri: https://alchemists.io/projects/spek
114
121
  funding_uri: https://github.com/sponsors/bkuhlmann
115
122
  label: Spek
116
123
  rubygems_mfa_required: 'true'
@@ -130,7 +137,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
130
137
  - !ruby/object:Gem::Version
131
138
  version: '0'
132
139
  requirements: []
133
- rubygems_version: 3.4.4
140
+ rubygems_version: 3.4.9
134
141
  signing_key:
135
142
  specification_version: 4
136
143
  summary: Enhances gem specifications with additional information and tooling.
metadata.gz.sig CHANGED
Binary file