infusible 3.9.0 → 3.10.1

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: c0cfcbec271cece1c09dc32682fcf246a897a88ed1d40824d52f02a3c5839f1a
4
- data.tar.gz: 8d1a21251cde6b5fbb24925bf0ff5afff84dcc9aae193549e1a65e4c6f212d03
3
+ metadata.gz: 68f213ab6dbebd00dd7117e40365bce19e35ec4b11b02f5dd8836f9a49f8ec5e
4
+ data.tar.gz: 92223315133bbe54180b01dbe84e64768214c814a83671001cf4b99d804aa100
5
5
  SHA512:
6
- metadata.gz: 161b0fc133dadde7571481b52d90e5f85b4756a7d3897b1f4299996b8eb7c1d109c293aa84f5fdf482dd3051ca82b5682226a95e031857e572d567cf46a6d8a6
7
- data.tar.gz: 5757989732e104067d596a391bb8c5814b80194f79e11a1ed222879dac165937ff4d53c1dcc38443c02410449b9b8c9f7c26fa728c8ddb295b52e50ba3912c9a
6
+ metadata.gz: 1fe8288d4916191baf6c1e7385da4218a2ce381e2b449f90f7ae21cd76a93c8c5f17b2ae3773439eb875342280b3f2551b45317829f0990834b3388a1f26ee94
7
+ data.tar.gz: 7e2b5f3570887dada46905bde8d7137ff64c9a0593e8128739f00fcdcc7700771ad01876271dd238d4137378148d45ebc5d70efa94c3728ba4806ccec1a54d31
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -524,6 +524,8 @@ bin/rake
524
524
 
525
525
  == link:https://alchemists.io/policies/contributions[Contributions]
526
526
 
527
+ == link:https://alchemists.io/policies/developer_certificate_of_origin[Developer Certificate of Origin]
528
+
527
529
  == link:https://alchemists.io/projects/infusible/versions[Versions]
528
530
 
529
531
  == link:https://alchemists.io/community[Community]
data/infusible.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "infusible"
5
- spec.version = "3.9.0"
5
+ spec.version = "3.10.1"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/infusible"
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.metadata = {
13
13
  "bug_tracker_uri" => "https://github.com/bkuhlmann/infusible/issues",
14
14
  "changelog_uri" => "https://alchemists.io/projects/infusible/versions",
15
- "documentation_uri" => "https://alchemists.io/projects/infusible",
15
+ "homepage_uri" => "https://alchemists.io/projects/infusible",
16
16
  "funding_uri" => "https://github.com/sponsors/bkuhlmann",
17
17
  "label" => "Infusible",
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
  spec.add_dependency "marameters", "~> 3.3"
27
27
 
28
28
  spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
@@ -30,7 +30,7 @@ module Infusible
30
30
 
31
31
  return key if key && key.match?(patterns.fetch(:valid))
32
32
 
33
- fail(Errors::InvalidDependency.new(identifier:))
33
+ fail Errors::InvalidDependency.new(identifier:)
34
34
  end
35
35
 
36
36
  def add key, identifier
@@ -38,7 +38,7 @@ module Infusible
38
38
 
39
39
  return collection[key] = identifier unless collection.key? key
40
40
 
41
- fail Errors::DuplicateDependency.new key:, identifier:
41
+ fail Errors::DuplicateDependency.new(key:, identifier:)
42
42
  end
43
43
  end
44
44
  end
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: infusible
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.0
4
+ version: 3.10.1
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-09-03 00:00:00.000000000 Z
39
39
  dependencies:
40
40
  - !ruby/object:Gem::Dependency
41
41
  name: marameters
@@ -76,7 +76,7 @@ licenses:
76
76
  metadata:
77
77
  bug_tracker_uri: https://github.com/bkuhlmann/infusible/issues
78
78
  changelog_uri: https://alchemists.io/projects/infusible/versions
79
- documentation_uri: https://alchemists.io/projects/infusible
79
+ homepage_uri: https://alchemists.io/projects/infusible
80
80
  funding_uri: https://github.com/sponsors/bkuhlmann
81
81
  label: Infusible
82
82
  rubygems_mfa_required: 'true'
@@ -87,16 +87,19 @@ require_paths:
87
87
  - lib
88
88
  required_ruby_version: !ruby/object:Gem::Requirement
89
89
  requirements:
90
- - - "~>"
90
+ - - ">="
91
91
  - !ruby/object:Gem::Version
92
92
  version: '3.3'
93
+ - - "<="
94
+ - !ruby/object:Gem::Version
95
+ version: '3.4'
93
96
  required_rubygems_version: !ruby/object:Gem::Requirement
94
97
  requirements:
95
98
  - - ">="
96
99
  - !ruby/object:Gem::Version
97
100
  version: '0'
98
101
  requirements: []
99
- rubygems_version: 3.5.14
102
+ rubygems_version: 3.5.18
100
103
  signing_key:
101
104
  specification_version: 4
102
105
  summary: An automatic dependency injector.
metadata.gz.sig CHANGED
Binary file