core 0.1.6 → 1.1.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: a3aa19374105ff3f2aaa93f3b7bf70f0307478ff7e89e97c32ff60d1456993de
4
- data.tar.gz: 04da8b417a41ec4711319f9b697a46171d99b00e67d26e590b7c0152a419c540
3
+ metadata.gz: a6afc7f627d0492a3770623ecca864e98c348041d2b7ec51b88f9ba40bd13dc0
4
+ data.tar.gz: d2598e767c2d1ab588c843d73c3295a47d6ed41b98dd4fcbfaed1ad8432cf361
5
5
  SHA512:
6
- metadata.gz: e849009d9928202b193c029e4209a51a8f92c5d85e6f94b1f6d5f02b6640a7758a2eb490c20ae43b9b2044c2cc24df82abbd97bf83b3ea42f91a70471a07a7ca
7
- data.tar.gz: 783b4cd6cbb57cae56775f6e2db93300f50282a2d16145a4d3a4c11a3302db1be9c6c429327c00db3f9ceb68c3509f9398dd7385546e812a21bb867bac3aea2d
6
+ metadata.gz: 95c817922afb8ed34ed4893f97b2dc6b4c45196d853c82b52ffe15e91e267de9f9538f9a764b0e618aed5054abafa2a39a9ce885bbe8d679dad0aed1c9e190f3
7
+ data.tar.gz: 41cd8ead34a11ecbdd135ca8b698d38b2defabba7dc5e0c3ed69a65b56600e3f35f31326bdd39a7ea12fd6b74a7ee6cbb1480ac970e016eb5b9cc4f933aca24e
checksums.yaml.gz.sig CHANGED
Binary file
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 = "0.1.6"
5
+ spec.version = "1.1.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/core"
@@ -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.2", "<= 3.3"]
25
+ spec.required_ruby_version = "~> 3.3"
26
26
 
27
27
  spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
28
28
  spec.files = Dir["*.gemspec", "lib/**/*"]
data/lib/core/identity.rb CHANGED
@@ -1,5 +1,6 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Core
4
- Identity = (-> input { input }).freeze
4
+ Identity = -> input { input }
5
+ .freeze
5
6
  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: 0.1.6
4
+ version: 1.1.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: 2023-11-16 00:00:00.000000000 Z
38
+ date: 2024-02-20 00:00:00.000000000 Z
39
39
  dependencies: []
40
40
  description:
41
41
  email:
@@ -68,10 +68,7 @@ require_paths:
68
68
  - lib
69
69
  required_ruby_version: !ruby/object:Gem::Requirement
70
70
  requirements:
71
- - - ">="
72
- - !ruby/object:Gem::Version
73
- version: '3.2'
74
- - - "<="
71
+ - - "~>"
75
72
  - !ruby/object:Gem::Version
76
73
  version: '3.3'
77
74
  required_rubygems_version: !ruby/object:Gem::Requirement
@@ -80,7 +77,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
80
77
  - !ruby/object:Gem::Version
81
78
  version: '0'
82
79
  requirements: []
83
- rubygems_version: 3.4.22
80
+ rubygems_version: 3.5.6
84
81
  signing_key:
85
82
  specification_version: 4
86
83
  summary: A collection of foundational objects.
metadata.gz.sig CHANGED
Binary file