xdg 7.0.1 → 7.0.2
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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data/README.adoc +9 -9
- data/xdg.gemspec +4 -4
- data.tar.gz.sig +0 -0
- metadata +30 -23
- metadata.gz.sig +0 -0
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 97e985af713c47c149f2d5bd336401cfb68afbac4bc08c51af7cd7b0df07b0cd
|
|
4
|
+
data.tar.gz: 07f936d37e165c23935db2cfde3e1e3a261012fcd14069e80f0655831db8df3c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ec73085d2e22cc7c441b087a55b9de75907d42778fb1bb116d46d8bdb44afbf2711be0035a46bc8c88bbfc6c407be9d4ff0ba687ba26211d375e3879ed66ac97
|
|
7
|
+
data.tar.gz: a567f0e4dd2863a559c3fd8bb3c665d6f56f3554c7f98a471c5b7dcc807263c2fac2e3c0e29f33b1be50504f531be85d9364ede186881112eb0fcae126c42299
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -12,7 +12,7 @@ runtime.
|
|
|
12
12
|
|
|
13
13
|
💡 If you write a lot of Command Line Interfaces and would like additional/advanced syntactic sugar
|
|
14
14
|
that includes what is found in this gem, make sure to check out the
|
|
15
|
-
link:https://
|
|
15
|
+
link:https://alchemists.io/projects/runcom[Runcom] gem too.
|
|
16
16
|
|
|
17
17
|
toc::[]
|
|
18
18
|
|
|
@@ -274,19 +274,19 @@ To test, run:
|
|
|
274
274
|
bin/rake
|
|
275
275
|
----
|
|
276
276
|
|
|
277
|
-
== link:https://
|
|
277
|
+
== link:https://alchemists.io/policies/license[License]
|
|
278
278
|
|
|
279
|
-
== link:https://
|
|
279
|
+
== link:https://alchemists.io/policies/security[Security]
|
|
280
280
|
|
|
281
|
-
== link:https://
|
|
281
|
+
== link:https://alchemists.io/policies/code_of_conduct[Code of Conduct]
|
|
282
282
|
|
|
283
|
-
== link:https://
|
|
283
|
+
== link:https://alchemists.io/policies/contributions[Contributions]
|
|
284
284
|
|
|
285
|
-
== link:https://
|
|
285
|
+
== link:https://alchemists.io/projects/xdg/versions[Versions]
|
|
286
286
|
|
|
287
|
-
== link:https://
|
|
287
|
+
== link:https://alchemists.io/community[Community]
|
|
288
288
|
|
|
289
289
|
== Credits
|
|
290
290
|
|
|
291
|
-
* Built with link:https://
|
|
292
|
-
* Engineered by link:https://
|
|
291
|
+
* Built with link:https://alchemists.io/projects/gemsmith[Gemsmith].
|
|
292
|
+
* Engineered by link:https://alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
|
data/xdg.gemspec
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
Gem::Specification.new do |spec|
|
|
4
4
|
spec.name = "xdg"
|
|
5
|
-
spec.version = "7.0.
|
|
5
|
+
spec.version = "7.0.2"
|
|
6
6
|
spec.authors = ["Brooke Kuhlmann"]
|
|
7
7
|
spec.email = ["brooke@alchemists.io"]
|
|
8
|
-
spec.homepage = "https://
|
|
8
|
+
spec.homepage = "https://alchemists.io/projects/xdg"
|
|
9
9
|
spec.summary = "Provides an implementation of the XDG Base Directory Specification."
|
|
10
10
|
spec.license = "Hippocratic-2.1"
|
|
11
11
|
|
|
12
12
|
spec.metadata = {
|
|
13
13
|
"bug_tracker_uri" => "https://github.com/bkuhlmann/xdg/issues",
|
|
14
|
-
"changelog_uri" => "https://
|
|
15
|
-
"documentation_uri" => "https://
|
|
14
|
+
"changelog_uri" => "https://alchemists.io/projects/xdg/versions",
|
|
15
|
+
"documentation_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",
|
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: 7.0.
|
|
4
|
+
version: 7.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -10,25 +10,32 @@ bindir: bin
|
|
|
10
10
|
cert_chain:
|
|
11
11
|
- |
|
|
12
12
|
-----BEGIN CERTIFICATE-----
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
13
|
+
MIIEeDCCAuCgAwIBAgIBATANBgkqhkiG9w0BAQsFADBBMQ8wDQYDVQQDDAZicm9v
|
|
14
|
+
a2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQBGRYC
|
|
15
|
+
aW8wHhcNMjMwMzIyMTYxNDQxWhcNMjUwMzIxMTYxNDQxWjBBMQ8wDQYDVQQDDAZi
|
|
16
|
+
cm9va2UxGjAYBgoJkiaJk/IsZAEZFgphbGNoZW1pc3RzMRIwEAYKCZImiZPyLGQB
|
|
17
|
+
GRYCaW8wggGiMA0GCSqGSIb3DQEBAQUAA4IBjwAwggGKAoIBgQCro8tj5/E1Hg88
|
|
18
|
+
f4qfiwPVd2zJQHvdYt4GHVvuHRRgx4HGhJuNp+4BId08RBn7V6V1MW6MY3kezRBs
|
|
19
|
+
M+7QOQ4b1xNLTvY7FYQB1wGK5a4x7TTokDrPYQxDB2jmsdDYCzVbIMrAvUfcecRi
|
|
20
|
+
khyGZCdByiiCl4fKv77P12tTT+NfsvXkLt/AYCGwjOUyGKTQ01Z6eC09T27GayPH
|
|
21
|
+
QQvIkakyFgcJtzSyGzs8bzK5q9u7wQ12MNTjJoXzW69lqp0oNvDylu81EiSUb5S6
|
|
22
|
+
QzzPxZBiRB1sgtbt1gUbVI262ZDq1gR+HxPFmp+Cgt7ZLIJZAtesQvtcMzseXpfn
|
|
23
|
+
hpmm0Sw22KGhRAy/mqHBRhDl5HqS1SJp2Ko3lcnpXeFResp0HNlt8NSu13vhC08j
|
|
24
|
+
GUHU9MyIXbFOsnp3K3ADrAVjPWop8EZkmUR3MV/CUm00w2cZHCSGiXl1KMpiVKvk
|
|
25
|
+
Ywr1gd2ZME4QLSo+EXUtLxDUa/W3xnBS8dBOuMMz02FPWYr3PN8CAwEAAaN7MHkw
|
|
26
|
+
CQYDVR0TBAIwADALBgNVHQ8EBAMCBLAwHQYDVR0OBBYEFAFgmv0tYMZnItuPycSM
|
|
27
|
+
F5wykJEVMB8GA1UdEQQYMBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMB8GA1UdEgQY
|
|
28
|
+
MBaBFGJyb29rZUBhbGNoZW1pc3RzLmlvMA0GCSqGSIb3DQEBCwUAA4IBgQAX+EGY
|
|
29
|
+
9RLYGxF1VLZz+G1ACQc4uyrCB6kXwI06kzUa5dF9tPXqTX9ffnz3/W8ck2IQhKzu
|
|
30
|
+
MKO2FVijzbDWTsZeZGglS4E+4Jxpau1lU9HhOIcKolv6LeC6UdALTFudY+GLb8Xw
|
|
31
|
+
REXgaJkjzzhkUSILmEnRwEbY08dVSl7ZAaxVI679vfI2yapLlIwpbBgmQTiTvPr3
|
|
32
|
+
qyyLUno9flYEOv9fmGHunSrM+gE0/0niGTXa5GgXBXYGS2he4LQGgSBfGp/cTwMU
|
|
33
|
+
rDKJRcusZ12lNBeDfgqACz/BBJF8FLodgk6rGMRZz7+ZmjjHEmpG5bQpR6Q2BuWL
|
|
34
|
+
XMtYk/QzaWuhiR7pWjiF8jbdd7RO6or0ohq7iFkokz/5xrtQ/vPzU2RQ3Qc6YaKw
|
|
35
|
+
3n5C8/6Zh9DYTkpcwPSuIfAga6wf4nXc9m6JAw8AuMLaiWN/r/2s4zJsUHYERJEu
|
|
36
|
+
gZGm4JqtuSg8pYjPeIJxS960owq+SfuC+jxqmRA54BisFCv/0VOJi7tiJVY=
|
|
30
37
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2023-
|
|
38
|
+
date: 2023-03-22 00:00:00.000000000 Z
|
|
32
39
|
dependencies: []
|
|
33
40
|
description:
|
|
34
41
|
email:
|
|
@@ -52,13 +59,13 @@ files:
|
|
|
52
59
|
- lib/xdg/paths/home.rb
|
|
53
60
|
- lib/xdg/state.rb
|
|
54
61
|
- xdg.gemspec
|
|
55
|
-
homepage: https://
|
|
62
|
+
homepage: https://alchemists.io/projects/xdg
|
|
56
63
|
licenses:
|
|
57
64
|
- Hippocratic-2.1
|
|
58
65
|
metadata:
|
|
59
66
|
bug_tracker_uri: https://github.com/bkuhlmann/xdg/issues
|
|
60
|
-
changelog_uri: https://
|
|
61
|
-
documentation_uri: https://
|
|
67
|
+
changelog_uri: https://alchemists.io/projects/xdg/versions
|
|
68
|
+
documentation_uri: https://alchemists.io/projects/xdg
|
|
62
69
|
funding_uri: https://github.com/sponsors/bkuhlmann
|
|
63
70
|
label: XDG
|
|
64
71
|
rubygems_mfa_required: 'true'
|
|
@@ -78,7 +85,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
78
85
|
- !ruby/object:Gem::Version
|
|
79
86
|
version: '0'
|
|
80
87
|
requirements: []
|
|
81
|
-
rubygems_version: 3.4.
|
|
88
|
+
rubygems_version: 3.4.9
|
|
82
89
|
signing_key:
|
|
83
90
|
specification_version: 4
|
|
84
91
|
summary: Provides an implementation of the XDG Base Directory Specification.
|
metadata.gz.sig
CHANGED
|
Binary file
|