core 1.5.0 → 1.7.0
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 +3 -0
- data/core.gemspec +1 -1
- data/lib/core.rb +1 -0
- data.tar.gz.sig +0 -0
- metadata +3 -3
- 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: 471d8b950b5ed309973f87266d1f781a3b4abd0d2884606378c1a0a7552667d6
|
4
|
+
data.tar.gz: 79235c09154d039e1cf4e058fb8b411b099292c9c154ef224cfb9b39f96779ae
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 97b050761bb0b73f50867fea93816b11c08b6baa43d10ac514a2e14552f37bbdb86294923788538ef15065496427b1f1eb963cb69f019b020c82fc3f756d02df
|
7
|
+
data.tar.gz: 9db1ff936186c6d4ac6b6c1346d0c872c2bc9e1a0b93a5fe543a2ba8ec245dc525a211f7fb50e0c5ccd438b679cacb734518d3e21292cfea3603bd81b3b53ecf
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -38,6 +38,7 @@ The following _empty_ constants are frozen by default and available for use as c
|
|
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
|
+
* `Core::EMPTY_STRUCT`: Provides an empty link:https://alchemists.io/articles/ruby_structs[Struct] instance.
|
41
42
|
|
42
43
|
=== Functions
|
43
44
|
|
@@ -83,6 +84,8 @@ bin/rake
|
|
83
84
|
|
84
85
|
== link:https://alchemists.io/policies/contributions[Contributions]
|
85
86
|
|
87
|
+
== link:https://alchemists.io/policies/developer_certificate_of_origin[Developer Certificate of Origin]
|
88
|
+
|
86
89
|
== link:https://alchemists.io/projects/core/versions[Versions]
|
87
90
|
|
88
91
|
== link:https://alchemists.io/community[Community]
|
data/core.gemspec
CHANGED
data/lib/core.rb
CHANGED
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: 1.
|
4
|
+
version: 1.7.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -35,7 +35,7 @@ cert_chain:
|
|
35
35
|
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
36
36
|
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
37
37
|
-----END CERTIFICATE-----
|
38
|
-
date: 2024-
|
38
|
+
date: 2024-08-21 00:00:00.000000000 Z
|
39
39
|
dependencies: []
|
40
40
|
description:
|
41
41
|
email:
|
@@ -77,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
77
77
|
- !ruby/object:Gem::Version
|
78
78
|
version: '0'
|
79
79
|
requirements: []
|
80
|
-
rubygems_version: 3.5.
|
80
|
+
rubygems_version: 3.5.17
|
81
81
|
signing_key:
|
82
82
|
specification_version: 4
|
83
83
|
summary: A collection of foundational objects.
|
metadata.gz.sig
CHANGED
Binary file
|