core 1.5.0 → 1.7.0

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: f9ed4a2dd0540ab31356ab000a6dfabb20b2eca19e4eadca9fc09a39ba40d1f7
4
- data.tar.gz: 40ec821421475a2e50c7e6a7d077a83a284b430211977978d8e54b055f2d081a
3
+ metadata.gz: 471d8b950b5ed309973f87266d1f781a3b4abd0d2884606378c1a0a7552667d6
4
+ data.tar.gz: 79235c09154d039e1cf4e058fb8b411b099292c9c154ef224cfb9b39f96779ae
5
5
  SHA512:
6
- metadata.gz: 90e908fc25b5a85233cf20646dda37eeb9d9394139d0ed58f7f7e9672ca6ab4489d04aac0dcfab140ceaa3ad13856213630eb0721ede4605f2185998245504cf
7
- data.tar.gz: 14c7b39d15ec9ee3625d8812d2ae322d7d3141bc751be72d04d4c921258613f9d7b14390ac0878bdcb62a0ce4c3ac6a443a66293cb4b86a9221dd6d502e1e6ad
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "core"
5
- spec.version = "1.5.0"
5
+ spec.version = "1.7.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/core"
data/lib/core.rb CHANGED
@@ -9,4 +9,5 @@ module Core
9
9
  EMPTY_HASH = {}.freeze
10
10
  EMPTY_SET = Set.new.freeze
11
11
  EMPTY_STRING = ""
12
+ EMPTY_STRUCT = Struct.new.freeze
12
13
  end
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.5.0
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-07-08 00:00:00.000000000 Z
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.14
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