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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: '059e1f4e12570ab83b80fa00f5e146d4216a71aecc895fcfd654d9cdd4f248e9'
4
- data.tar.gz: 5a62a333572c24b29f83d6a45306ed64fccf0287ea6f1953c4dcf6fc763f161d
3
+ metadata.gz: aa0de1b52e14e43bcf529686b882e5ab2dfc00bba53e4a8677d98fe9521f7790
4
+ data.tar.gz: 252eb20e516eaada1be2abcb6589e8b50cd324ccc9aca7f415a3de67ea8fc9d3
5
5
  SHA512:
6
- metadata.gz: f322b56e826c51f44e52384aeee93981ba78ace188fd6c0b7f2f02e71b5be4b8be8ed0c52d4d6121642f5438503ed3abe7ff0458f1ea8c8af6e2dde9f4efb77d
7
- data.tar.gz: 4d48e03643ecd5aea2cf0bbe7f813a9cd3ed6eb19dd79aa792b7940d590713d86a70ac5b4f00cf35461181f8c9c3e65a7cc75c6e5bb704f5612741aaafe544b5
6
+ metadata.gz: 71a3ebac104054b30543c5641b5d262701e21d5b9052ffde3b782b2e574800a90e40cd3ba28b2424b12be1e3970c86e67ea3194732febdfa3e17325eaa2b2681
7
+ data.tar.gz: 767b103e3a9dbcc3c574e7cbc2dc8dba61f0cfb439f7cc375159217fc41c0d8a11b9879d93b51573a0eb24916472f9ccab3f5d3e10638292eb266f777ce357ea
checksums.yaml.gz.sig CHANGED
@@ -1 +1,2 @@
1
- -K�,��*= BkFo|�IiCǓy�P-���#j�Q�)�=���cCŵ�����L)}E�^N~P�!���<��@d��ㅶ�\����*8���Q2L�À��f[u��f�l�T*sJ3�}��$�v��X��O#��a�-P�^���|+�� E��ar�7���*x> <��W $ةtm_cSz��w�ѧ݈fjd�հ��-�t_t:ʊ~T ��Y-������ɔ�9�����1ьtV��m���
1
+ Jv���d܇ޗ?7f#�9��/�5��J��{\��)B����̹Y=/q��ܚh4ls���O�+�B�#!��+L{���E šh4"��Ŷ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 that
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 precidence over the corresponding `$XDG_*_DIRS` environment variables. Using
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 precidence over the `XDG_CONFIG_DIRS`, the path with the
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
@@ -5,7 +5,7 @@ module XDG
5
5
  module Identity
6
6
  NAME = "xdg"
7
7
  LABEL = "XDG"
8
- VERSION = "5.1.2"
9
- VERSION_LABEL = "#{LABEL} #{VERSION}"
8
+ VERSION = "5.1.3"
9
+ VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
10
10
  end
11
11
  end
data.tar.gz.sig CHANGED
@@ -1 +1,3 @@
1
- :Ǡ�G1#}��a[m�E�j;r��g3����v�ú4+� �H�i�#q)��%]�G%/_��Ն1�H#R͘Qäv���k��� i�����;\a�o���w���|�D��Jh�!�������>�e͡re�Tv�{��/=�p�A���{����R}5ؓȘ��K��U�)o!6kL����#�&�`�V�+��޹�xAS(�#c��>�ж���j��!��Y^Tc�`������ɤ�r<�>J�L=��c<{|
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.2
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-08-07 00:00:00.000000000 Z
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.25
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
- ��_��$��//7���b��Xv����c�3&�VR�#f�,x��6��fl�W�}/�]%^;������]� g:Rd���|Q$>��-���mx�+0o�����S���:g^��E�LҶ~wʙ��D`�Y�H�H�����i�苲K�k����$�{���o`��o������P���l7�fȺ:����~V$�U����A�B��`U�o��/��\}m��1�U�
2
- a�V9���퓅�F��b,
1
+ nKGehw���=�+�@�ۆ_�z0���r{W�0 �]�G� M��>���(H]?٤�(�����J���oP� �@Ň�3G�E@.��7dY������Gs��!ZÒ�i���k+<aA�\�\5�,,Y�o���΅�`��j�A���Hz mZ��4Ô�P׏��f��N ���w����W&�ї���[~c'���ф�P_�H��W���N�ٙͼ.�V�`K o�\�[�%G�.$� 5\�