core 0.1.0 → 0.1.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: 6fb7a636ad3f8ebf125afc1e145187c957336a5adefb6deadf6b624785c9e8b1
4
- data.tar.gz: f1327f5473b92c33cb0f58943f9e1728166e5197189a136518e46fc7e428cea3
3
+ metadata.gz: e520d06a3278b01f592b5aa4557f8d9c8dcc6a12fbaeec839b446d0ae96bab96
4
+ data.tar.gz: a9605e0082fdb30846b068a886a92bfd841a96356981ee4e7a7f29b47bc20fe7
5
5
  SHA512:
6
- metadata.gz: bea3585e533efdaf3ecb5e92e8d06ec1b945cabaa4f91e1b3ebc968d9dabc5299fd93a325413f99c4b47459e7edd5dc36d621104958818dfa4aa88e2b58ed3d4
7
- data.tar.gz: 352f945b9e7d135e9fad4971fa17df37b8b4a4029aeec051ba4bf1379b5050b8a0537c4013c5d95c45203f68a47f5f0555b279f820cc440560c8f5d0165312a0
6
+ metadata.gz: 8604358195d55f7d233b75595ef025c4d22738b48ca3e228202f1a597df04021c14b83d8939a65c026adce035587214310672747d361d25bfafd8a1b034d47ec
7
+ data.tar.gz: 0ccdb5bd3e80a1fb93f6371cc556cf7888a46a1205d1d299de45e98bd0bde5706357624f54129fb813384907cfd34e8c2aac24547d215772dabacc8623c51753
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
  ----
@@ -72,22 +72,22 @@ To test, run:
72
72
 
73
73
  [source,bash]
74
74
  ----
75
- bundle exec rake
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.0"
5
+ spec.version = "0.1.2"
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.0
4
+ version: 0.1.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-07 00:00:00.000000000 Z
38
+ date: 2023-03-22 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.2
80
+ rubygems_version: 3.4.9
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
Binary file