xdg 5.1.2 → 5.1.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- checksums.yaml.gz.sig +2 -1
- data/README.adoc +7 -5
- data/lib/xdg/identity.rb +2 -2
- data.tar.gz.sig +3 -1
- metadata +3 -3
- metadata.gz.sig +1 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: aa0de1b52e14e43bcf529686b882e5ab2dfc00bba53e4a8677d98fe9521f7790
|
4
|
+
data.tar.gz: 252eb20e516eaada1be2abcb6589e8b50cd324ccc9aca7f415a3de67ea8fc9d3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 71a3ebac104054b30543c5641b5d262701e21d5b9052ffde3b782b2e574800a90e40cd3ba28b2424b12be1e3970c86e67ea3194732febdfa3e17325eaa2b2681
|
7
|
+
data.tar.gz: 767b103e3a9dbcc3c574e7cbc2dc8dba61f0cfb439f7cc375159217fc41c0d8a11b9879d93b51573a0eb24916472f9ccab3f5d3e10638292eb266f777ce357ea
|
checksums.yaml.gz.sig
CHANGED
@@ -1 +1,2 @@
|
|
1
|
-
|
1
|
+
J�v���d܇ޗ?7f#�9��/�5��J��{\��)B����̹Y=/q��ܚh4�ls���O�+�B�#!��+L{���Ešh�4"��ŶN��[�u�{�8�
|
2
|
+
����~��;���F�
|
data/README.adoc
CHANGED
@@ -13,10 +13,12 @@ image::https://circleci.com/gh/bkuhlmann/xdg.svg?style=svg[Circle CI Status]
|
|
13
13
|
|
14
14
|
Provides a Ruby implementation of the
|
15
15
|
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html[XDG Base Directory
|
16
|
-
Specification].
|
16
|
+
Specification] for managing common configurations without polluting your dotfiles. XDG is great for
|
17
|
+
command line interfaces or any application that needs a common configuration, cache, data, or
|
18
|
+
runtime.
|
17
19
|
|
18
|
-
💡 If you write a lot of Command Line Interfaces and would like additional syntactic sugar
|
19
|
-
includes what is found in this gem, make sure to check out the
|
20
|
+
💡 If you write a lot of Command Line Interfaces and would like additional/advanced syntactic sugar
|
21
|
+
that includes what is found in this gem, make sure to check out the
|
20
22
|
link:https://www.alchemists.io/projects/runcom[Runcom] gem too.
|
21
23
|
|
22
24
|
toc::[]
|
@@ -210,7 +212,7 @@ defined first.
|
|
210
212
|
|
211
213
|
==== `$XDG_*_HOME`
|
212
214
|
|
213
|
-
These variables take
|
215
|
+
These variables take precedence over the corresponding `$XDG_*_DIRS` environment variables. Using
|
214
216
|
a modified version of the `$XDG_*_DIRS` example, shown above, we could have the following setup:
|
215
217
|
|
216
218
|
[source,bash]
|
@@ -230,7 +232,7 @@ Yields the following, colon delimited, array:
|
|
230
232
|
]
|
231
233
|
----
|
232
234
|
|
233
|
-
Due to `XDG_CONFIG_HOME` taking
|
235
|
+
Due to `XDG_CONFIG_HOME` taking precedence over the `XDG_CONFIG_DIRS`, the path with the
|
234
236
|
_highest_ priority in this example is: `"/example/priority"`.
|
235
237
|
|
236
238
|
=== Variable Priority
|
data/lib/xdg/identity.rb
CHANGED
data.tar.gz.sig
CHANGED
@@ -1 +1,3 @@
|
|
1
|
-
|
1
|
+
�Z���,�u��� u���l�����}�.!A����*��
|
2
|
+
��/�A}�'�ㇹ9�1N�����ˈ5~��wƎ��W�)��(\q��s�i��/0��J
|
3
|
+
<Ѻ[/�UkU�Exh ���YP�������;Y���q/M�wN�$=Ϝx���gʡ��)
|
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: 5.1.
|
4
|
+
version: 5.1.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Brooke Kuhlmann
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
28
28
|
lkHilIrX69jq8wMPpBhlaw2mRmeSL50Wv5u6xVBvOHhXFSP1crXM95vfLhLyRYod
|
29
29
|
W2A=
|
30
30
|
-----END CERTIFICATE-----
|
31
|
-
date: 2021-
|
31
|
+
date: 2021-09-06 00:00:00.000000000 Z
|
32
32
|
dependencies: []
|
33
33
|
description:
|
34
34
|
email:
|
@@ -74,7 +74,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
74
74
|
- !ruby/object:Gem::Version
|
75
75
|
version: '0'
|
76
76
|
requirements: []
|
77
|
-
rubygems_version: 3.2.
|
77
|
+
rubygems_version: 3.2.27
|
78
78
|
signing_key:
|
79
79
|
specification_version: 4
|
80
80
|
summary: Provides an implementation of the XDG Base Directory Specification.
|
metadata.gz.sig
CHANGED
@@ -1,2 +1 @@
|
|
1
|
-
|
2
|
-
a�V9���퓅�F��b,
|
1
|
+
nKGehw���=�+�@�ۆ_�z0���r{W�0 �]�G�M��>���(�H�]?٤�(�����J���oP� �@Ň�3G�E@.��7�dY������Gs��!ZÒ�i���k+<aA�\�\5�,,Y�o���΅�`��j�A���HzmZ��4Ô�P��f��N ���w����W&�ї���[~c'���ф�P_�H��W���N�ٙͼ.�V�`K o�\�[�%G�.$� 5\�
|