core 1.6.0 → 1.8.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: b8fcbabafe0850d44fcf6569d317af823892c21a9f225b1a4aff40ce97ad2d57
4
- data.tar.gz: b8c2c570734cc220d8177d6bb6c14fb38903329a27c959820da8394c2c00f288
3
+ metadata.gz: 812bdd7d9880629adb0ebaa475796e98c5e27594b49e6f7b73b8ba25d05c3c0d
4
+ data.tar.gz: 53abec61faf8cd0604eb4271688aef79d3f771d4fceda72683d2a6362d3a1d55
5
5
  SHA512:
6
- metadata.gz: 927f4a4c5288cd1c789070c5a1cd77431d8fbea94918f5126a3c831a3b2b1ffc827f37461a8b51e8a571990cdfa9d8c681d095e27504fc8195292eb2974fc3d3
7
- data.tar.gz: 4c38ea07962f06c04b8bb5377428010c889cf8c69bb77d97ae59721ab9234aec30f6d9991b61b4c1da54282ea517c69fc346bff36c2be36bca49e086a44b9fdb
6
+ metadata.gz: 1caffd2ddef2f966d513834501398fbc44ce328a172b0ea153642a5d5ce1b86967b4a3ee25c1ae9c0c5998d82a54055fe05e230dcb0f95f69c6f3e16a1e2ba1a
7
+ data.tar.gz: 5c2b23c203c9f883da9f07b96e17b44cb43b4ce89238189249155fa36269db1def3ccbf99a8a5393c08a6851aa181900a9be707480836d383e7c1b69a6b9b067
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.6.0"
5
+ spec.version = "1.8.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/core"
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.metadata = {
13
13
  "bug_tracker_uri" => "https://github.com/bkuhlmann/core/issues",
14
14
  "changelog_uri" => "https://alchemists.io/projects/core/versions",
15
- "documentation_uri" => "https://alchemists.io/projects/core",
15
+ "homepage_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",
@@ -22,7 +22,7 @@ Gem::Specification.new do |spec|
22
22
  spec.signing_key = Gem.default_key_path
23
23
  spec.cert_chain = [Gem.default_cert_path]
24
24
 
25
- spec.required_ruby_version = "~> 3.3"
25
+ spec.required_ruby_version = ">= 3.3", "<= 3.4"
26
26
 
27
27
  spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
28
28
  spec.files = Dir["*.gemspec", "lib/**/*"]
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.6.0
4
+ version: 1.8.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-08-17 00:00:00.000000000 Z
38
+ date: 2024-09-01 00:00:00.000000000 Z
39
39
  dependencies: []
40
40
  description:
41
41
  email:
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/bkuhlmann/core/issues
59
59
  changelog_uri: https://alchemists.io/projects/core/versions
60
- documentation_uri: https://alchemists.io/projects/core
60
+ homepage_uri: https://alchemists.io/projects/core
61
61
  funding_uri: https://github.com/sponsors/bkuhlmann
62
62
  label: Core
63
63
  rubygems_mfa_required: 'true'
@@ -68,16 +68,19 @@ require_paths:
68
68
  - lib
69
69
  required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - "~>"
71
+ - - ">="
72
72
  - !ruby/object:Gem::Version
73
73
  version: '3.3'
74
+ - - "<="
75
+ - !ruby/object:Gem::Version
76
+ version: '3.4'
74
77
  required_rubygems_version: !ruby/object:Gem::Requirement
75
78
  requirements:
76
79
  - - ">="
77
80
  - !ruby/object:Gem::Version
78
81
  version: '0'
79
82
  requirements: []
80
- rubygems_version: 3.5.17
83
+ rubygems_version: 3.5.18
81
84
  signing_key:
82
85
  specification_version: 4
83
86
  summary: A collection of foundational objects.
metadata.gz.sig CHANGED
Binary file