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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 362b799866cf7ff681e7c977305a546ffeb28c10b6ec4f6ac4c83452cb9eeec5
4
- data.tar.gz: cf2458b7b552a842a89d2f5100ca52dc1aa61338d9979ef51daea749f236fcfb
3
+ metadata.gz: f91801fe21ee5dffda9b54f128a90aea4a8e38f72aea04e6fd04f481f5efc0f2
4
+ data.tar.gz: 0f918cca5f4d3e6e710d87febe42036ac53926fd38da4e84ffab455a2d052801
5
5
  SHA512:
6
- metadata.gz: 97faf63a988d837b48f667c4d870e50a5a56c01c13a8cefe3175d4836034c43ff50bf02c968a5085b04f1f9dcbfd3bc5f64f8e22efd8d4ea7b92ef45296db541
7
- data.tar.gz: 4fbffed57c5d5cea3263a7a0d56511474de75fb169ba4ff7e0543930cf8ffd8b69de038b4ae7cce302296afb53351e5428a892523a7e18c2bf290d9fba06c13f
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://www.alchemists.io/articles/ruby_data[Data] instance.
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://www.alchemists.io/articles/ruby_function_composition[function composition]:
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://www.alchemists.io/policies/license[License]
78
+ == link:https://alchemists.io/policies/license[License]
79
79
 
80
- == link:https://www.alchemists.io/policies/security[Security]
80
+ == link:https://alchemists.io/policies/security[Security]
81
81
 
82
- == link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
82
+ == link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
83
83
 
84
- == link:https://www.alchemists.io/policies/contributions[Contributions]
84
+ == link:https://alchemists.io/policies/contributions[Contributions]
85
85
 
86
- == link:https://www.alchemists.io/projects/core/versions[Versions]
86
+ == link:https://alchemists.io/projects/core/versions[Versions]
87
87
 
88
- == link:https://www.alchemists.io/community[Community]
88
+ == link:https://alchemists.io/community[Community]
89
89
 
90
90
  == Credits
91
91
 
92
- * Built with link:https://www.alchemists.io/projects/gemsmith[Gemsmith].
93
- * Engineered by link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
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.1"
5
+ spec.version = "0.1.3"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
- spec.homepage = "https://www.alchemists.io/projects/core"
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://www.alchemists.io/projects/core/versions",
15
- "documentation_uri" => "https://www.alchemists.io/projects/core",
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.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
- 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-02-05 00:00:00.000000000 Z
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://www.alchemists.io/projects/core
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://www.alchemists.io/projects/core/versions
53
- documentation_uri: https://www.alchemists.io/projects/core
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.6
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
- Q�O��s�95��y4�K��{ANd�yr?KĈ����,��O��? �1Z������_������>-�.��5����|�ʴ`��,�5o]��L��Iz��v u_#I{ڃ�a��~,9+B8�d�����tg<��1ٝ�7����Ps-��bG w��to�<������W��Rp}�m��f������'�;!��:?��:�"��)jhB��EO�g4�y+��u���)=�q��sX\�'/�
1
+ ZQ��n��}S#=��(�6r4�\V_��uS9�Հ���2_u�-�!6TI�!>= �`���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�H MT9�,U2���ֆ�"�H�qb�m��͆�T��J�_�9�ea���V'�.JjQ�Z� � *u��T�R��%���DEL�K(��h�ή����B�S�C�Y&O�r��