core 0.1.1 → 0.1.3
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 +10 -10
- data/core.gemspec +4 -4
- data.tar.gz.sig +0 -0
- metadata +30 -23
- metadata.gz.sig +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: f91801fe21ee5dffda9b54f128a90aea4a8e38f72aea04e6fd04f481f5efc0f2
|
4
|
+
data.tar.gz: 0f918cca5f4d3e6e710d87febe42036ac53926fd38da4e84ffab455a2d052801
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ab396e785ab7b64ff362e8cdeee27710b1bb58f774da1fabc6e3ff61acc7a9434d80560954f093a277e1465ce31717ba5a36e7bdc4547e457b2816044ca50c99
|
7
|
+
data.tar.gz: 1073c0f0f622a99cd66da29c1bc05c0baff4ed80fd3954a5c007e2d8d7f854d1c320a44ac76cfdbf963aa319ad52522cb075a60ba17c4151c942fbd882188ad6
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -34,14 +34,14 @@ The following details what is currently available for use.
|
|
34
34
|
The following _empty_ constants are frozen by default and available for use as core objects for use throughout your application.
|
35
35
|
|
36
36
|
* `Core::EMPTY_ARRAY`: Provides an empty link:https://rubyapi.org/o/array[Array] instance.
|
37
|
-
* `Core::EMPTY_DATA`: Provides an empty link:https://
|
37
|
+
* `Core::EMPTY_DATA`: Provides an empty link:https://alchemists.io/articles/ruby_data[Data] instance.
|
38
38
|
* `Core::EMPTY_HASH`: Provides an empty link:https://rubyapi.org/o/hash[Hash] instance.
|
39
39
|
* `Core::EMPTY_SET`: Provides an empty link:https://rubyapi.org/o/set[Set] instance.
|
40
40
|
* `Core::EMPTY_STRING`: Provides an empty link:https://rubyapi.org/o/string[String] instance.
|
41
41
|
|
42
42
|
=== Functions
|
43
43
|
|
44
|
-
The following identity function (lambda) is available as a neutral value in link:https://
|
44
|
+
The following identity function (lambda) is available as a neutral value in link:https://alchemists.io/articles/ruby_function_composition[function composition]:
|
45
45
|
|
46
46
|
[source,ruby]
|
47
47
|
----
|
@@ -75,19 +75,19 @@ To test, run:
|
|
75
75
|
bin/rake
|
76
76
|
----
|
77
77
|
|
78
|
-
== link:https://
|
78
|
+
== link:https://alchemists.io/policies/license[License]
|
79
79
|
|
80
|
-
== link:https://
|
80
|
+
== link:https://alchemists.io/policies/security[Security]
|
81
81
|
|
82
|
-
== link:https://
|
82
|
+
== link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
|
83
83
|
|
84
|
-
== link:https://
|
84
|
+
== link:https://alchemists.io/policies/contributions[Contributions]
|
85
85
|
|
86
|
-
== link:https://
|
86
|
+
== link:https://alchemists.io/projects/core/versions[Versions]
|
87
87
|
|
88
|
-
== link:https://
|
88
|
+
== link:https://alchemists.io/community[Community]
|
89
89
|
|
90
90
|
== Credits
|
91
91
|
|
92
|
-
* Built with link:https://
|
93
|
-
* Engineered by link:https://
|
92
|
+
* Built with link:https://alchemists.io/projects/gemsmith[Gemsmith].
|
93
|
+
* Engineered by link:https://alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
|
data/core.gemspec
CHANGED
@@ -2,17 +2,17 @@
|
|
2
2
|
|
3
3
|
Gem::Specification.new do |spec|
|
4
4
|
spec.name = "core"
|
5
|
-
spec.version = "0.1.
|
5
|
+
spec.version = "0.1.3"
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
8
|
-
spec.homepage = "https://
|
8
|
+
spec.homepage = "https://alchemists.io/projects/core"
|
9
9
|
spec.summary = "A collection of core objects missing from the standard distribution."
|
10
10
|
spec.license = "Hippocratic-2.1"
|
11
11
|
|
12
12
|
spec.metadata = {
|
13
13
|
"bug_tracker_uri" => "https://github.com/bkuhlmann/core/issues",
|
14
|
-
"changelog_uri" => "https://
|
15
|
-
"documentation_uri" => "https://
|
14
|
+
"changelog_uri" => "https://alchemists.io/projects/core/versions",
|
15
|
+
"documentation_uri" => "https://alchemists.io/projects/core",
|
16
16
|
"funding_uri" => "https://github.com/sponsors/bkuhlmann",
|
17
17
|
"label" => "Core",
|
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: core
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.3
|
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-04-30 00:00:00.000000000 Z
|
32
39
|
dependencies: []
|
33
40
|
description:
|
34
41
|
email:
|
@@ -44,13 +51,13 @@ files:
|
|
44
51
|
- core.gemspec
|
45
52
|
- lib/core.rb
|
46
53
|
- lib/core/identity.rb
|
47
|
-
homepage: https://
|
54
|
+
homepage: https://alchemists.io/projects/core
|
48
55
|
licenses:
|
49
56
|
- Hippocratic-2.1
|
50
57
|
metadata:
|
51
58
|
bug_tracker_uri: https://github.com/bkuhlmann/core/issues
|
52
|
-
changelog_uri: https://
|
53
|
-
documentation_uri: https://
|
59
|
+
changelog_uri: https://alchemists.io/projects/core/versions
|
60
|
+
documentation_uri: https://alchemists.io/projects/core
|
54
61
|
funding_uri: https://github.com/sponsors/bkuhlmann
|
55
62
|
label: Core
|
56
63
|
rubygems_mfa_required: 'true'
|
@@ -70,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
70
77
|
- !ruby/object:Gem::Version
|
71
78
|
version: '0'
|
72
79
|
requirements: []
|
73
|
-
rubygems_version: 3.4.
|
80
|
+
rubygems_version: 3.4.12
|
74
81
|
signing_key:
|
75
82
|
specification_version: 4
|
76
83
|
summary: A collection of core objects missing from the standard distribution.
|
metadata.gz.sig
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
ZQ��n��}S#=��(�6r4�\V_��u�S�9�Հ���2�_u�-�!6T�I�!>=�`���7��kS�~�{�nvr}7K}BѰ3�=��QCK &�h ��˫5�@��\eCF�+�{��B��n������M�)�v?�d��`Mó��Y��V�hQe�^���������}�R�y�Q�:W�ٰ@���� 1N�F7<�ł���e�Z_��#�K�>���
|
2
|
+
p}�9�.���3P��3BJ�o�]H�HMT9�,U2���ֆ�"�H�qb�m��͆�T��J�_�9�ea���V'�.JjQ�Z� �*u��T�R��%���DEL�K(��h�ή����B�S�C�Y&O�r��
|