xdg 8.6.0 → 8.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2527181741ed78279de801adb75fce2161a9259362aeca72f5ab3cbfd70676cd
4
- data.tar.gz: d8ebfec3b3a9ebbd797bb597e591e9dda355a6178e35f07c23bd37e4418af5e1
3
+ metadata.gz: dee2d7415ccb790a78670f4c8a644a6466c30b00ab3fbc299c558143e98b77fd
4
+ data.tar.gz: 4759180251cc34db331c4f68ec02566b54fa1f9943fc5a1ff4070299f6455070
5
5
  SHA512:
6
- metadata.gz: 0c20164377b35b6a7160b733665f654275e5908f06f314a0011f525e2f7431f31f10286beb790470370ec0fe18d9ffcad0fdacd6db8bfd67dec49e4683f253e8
7
- data.tar.gz: 2f70465a405f8bf96858026820f26935c73db7ca51c1c7672be3098600b26b6ec8d5620714e6ddc9ec814a97614f8d956a04a1957ecf9bc0d41a5070da0be48d
6
+ metadata.gz: c46dfd7413fde70de3d99d5b7a545a2289a7291d1de03ab95fcbb4daffa979deade41d564e1a945323e44c779df7118d826e596469dea4fe4678359e5b56b76d
7
+ data.tar.gz: f37762dfe72618a219f5f361ef7350082e5d2c2363c51d66b8e1634eb5ccec92117a0ebff65fd284ec6986e37f0766f0922ed0e4088771af3d3c8a0bcc043f79
checksums.yaml.gz.sig CHANGED
Binary file
data/README.adoc CHANGED
@@ -312,6 +312,8 @@ bin/rake
312
312
 
313
313
  == link:https://alchemists.io/policies/contributions[Contributions]
314
314
 
315
+ == link:https://alchemists.io/policies/developer_certificate_of_origin[Developer Certificate of Origin]
316
+
315
317
  == link:https://alchemists.io/projects/xdg/versions[Versions]
316
318
 
317
319
  == link:https://alchemists.io/community[Community]
data/xdg.gemspec CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "xdg"
5
- spec.version = "8.6.0"
5
+ spec.version = "8.7.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://alchemists.io/projects/xdg"
@@ -12,7 +12,7 @@ Gem::Specification.new do |spec|
12
12
  spec.metadata = {
13
13
  "bug_tracker_uri" => "https://github.com/bkuhlmann/xdg/issues",
14
14
  "changelog_uri" => "https://alchemists.io/projects/xdg/versions",
15
- "documentation_uri" => "https://alchemists.io/projects/xdg",
15
+ "homepage_uri" => "https://alchemists.io/projects/xdg",
16
16
  "funding_uri" => "https://github.com/sponsors/bkuhlmann",
17
17
  "label" => "XDG",
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.files = Dir["*.gemspec", "lib/**/*"]
28
28
  spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
data.tar.gz.sig CHANGED
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xdg
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.6.0
4
+ version: 8.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-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:
@@ -65,7 +65,7 @@ licenses:
65
65
  metadata:
66
66
  bug_tracker_uri: https://github.com/bkuhlmann/xdg/issues
67
67
  changelog_uri: https://alchemists.io/projects/xdg/versions
68
- documentation_uri: https://alchemists.io/projects/xdg
68
+ homepage_uri: https://alchemists.io/projects/xdg
69
69
  funding_uri: https://github.com/sponsors/bkuhlmann
70
70
  label: XDG
71
71
  rubygems_mfa_required: 'true'
@@ -76,16 +76,19 @@ require_paths:
76
76
  - lib
77
77
  required_ruby_version: !ruby/object:Gem::Requirement
78
78
  requirements:
79
- - - "~>"
79
+ - - ">="
80
80
  - !ruby/object:Gem::Version
81
81
  version: '3.3'
82
+ - - "<="
83
+ - !ruby/object:Gem::Version
84
+ version: '3.4'
82
85
  required_rubygems_version: !ruby/object:Gem::Requirement
83
86
  requirements:
84
87
  - - ">="
85
88
  - !ruby/object:Gem::Version
86
89
  version: '0'
87
90
  requirements: []
88
- rubygems_version: 3.5.17
91
+ rubygems_version: 3.5.18
89
92
  signing_key:
90
93
  specification_version: 4
91
94
  summary: A XDG Base Directory Specification implementation.
metadata.gz.sig CHANGED
Binary file