spek 1.0.1 → 1.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 +2 -2
- data/README.adoc +10 -10
- data/spek.gemspec +4 -4
- data.tar.gz.sig +0 -0
- 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: 32c1608bf5bd19319dbc3955dfe12187bb3f1f912d3cee1197aaceaae2b381e2
|
|
4
|
+
data.tar.gz: e6766e3b085ea8a7169fa162a930f8ebd8ecdcbfe868dd3292913ad33b412586
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a105a71f4e62a5a25afd4ee76a51b0a769b4876945bbcb25b5e1a235a92c7ceb961934d22f2137a76f6bc0fe7b2faf303cf11544592f9de63c4298b12b5c9fe9
|
|
7
|
+
data.tar.gz: 4eba2c2e76295181f98a21a80e2d3527ad4d80542e307eec1d5dd1e327deee33987beb37ed53b3fd3e11c84eb2c9a5ef7e6367bca562ae16ba090913bd6e8063
|
checksums.yaml.gz.sig
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
2
|
-
��
|
|
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�@@7Y�2���`�� �-[�`���I%�w�u��*[����oTtg���̗�-_>Ŝ��d���J�jc^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://
|
|
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://
|
|
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://
|
|
144
|
+
== link:https://alchemists.io/policies/license[License]
|
|
145
145
|
|
|
146
|
-
== link:https://
|
|
146
|
+
== link:https://alchemists.io/policies/security[Security]
|
|
147
147
|
|
|
148
|
-
== link:https://
|
|
148
|
+
== link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
|
|
149
149
|
|
|
150
|
-
== link:https://
|
|
150
|
+
== link:https://alchemists.io/policies/contributions[Contributions]
|
|
151
151
|
|
|
152
|
-
== link:https://
|
|
152
|
+
== link:https://alchemists.io/projects/spek/versions[Versions]
|
|
153
153
|
|
|
154
|
-
== link:https://
|
|
154
|
+
== link:https://alchemists.io/community[Community]
|
|
155
155
|
|
|
156
156
|
== Credits
|
|
157
157
|
|
|
158
|
-
* Built with link:https://
|
|
159
|
-
* Engineered by link:https://
|
|
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.
|
|
5
|
+
spec.version = "1.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/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://
|
|
15
|
-
"documentation_uri" => "https://
|
|
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.
|
|
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
|
-
|
|
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: 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://
|
|
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://
|
|
113
|
-
documentation_uri: https://
|
|
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.
|
|
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
|