xdg 4.2.0 → 4.3.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 +4 -4
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +2 -1
- data/LICENSE.adoc +1 -1
- data/README.adoc +18 -20
- data/lib/xdg/identity.rb +1 -1
- metadata +6 -6
- 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: 0a3dc5a5dea8d55c97b02344c1cccc70e6bfc9270b43ba7076b5dc3089159d52
|
|
4
|
+
data.tar.gz: b50d59f72fec1dd4cd1103bc3c68adfd25cafb0344cb2588cd2543ec5be4f10e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7cf9c15df81e64dcf6751d298735032f76f2fb2f8f68c5cecbddb22d85e35d9681b45f9c6436e73f102cdce9b71d4466cf3817dfb9a6260d30426cf6b23f6211
|
|
7
|
+
data.tar.gz: 903c9bf965949d3a611bb005b6a7c154fa2b23d15754a5d24a1f5a445886aa4647c0c5be186165b21e9c34cbe54888fae034ee09c94575730a13953f3f6ed510
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
&��Ւ�w��I�-�x�#������� 1���H�ԭ���ď�Q�y��8�����,�|��0%#:+�k+g�3��챂(ڲ̦"iX7V���6"r��%�Qu�%oI���5���t`nJqׇ���Z�դ���c���F�� �MJ�`3T���Q���>����"%'����'EiHҧ���V��Ⱥ���Y�y�c/������V
|
|
2
|
+
O��~+[#]�I=�>/�����n������ ����5'9�K<��A����z�;��@�|�@_��6�%A���f}��9:Ç�8�=J���=ԞUu�����Jv�����J���g��m�*8a9ac`o��/$�9�q�YH���g2˯p�"P�Ps��rv�ʦ�����4�M�$].¡3܍նߥ
|
data/LICENSE.adoc
CHANGED
|
@@ -150,7 +150,7 @@ additional liability.
|
|
|
150
150
|
|
|
151
151
|
END OF TERMS AND CONDITIONS
|
|
152
152
|
|
|
153
|
-
Copyright link:https://www.alchemists.io[
|
|
153
|
+
Copyright 2019 link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
|
|
154
154
|
|
|
155
155
|
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in
|
|
156
156
|
compliance with the License. You may obtain a link:https://www.apache.org/licenses/LICENSE-2.0[copy]
|
data/README.adoc
CHANGED
|
@@ -35,8 +35,6 @@ access to the following environment settings:
|
|
|
35
35
|
|
|
36
36
|
== Setup
|
|
37
37
|
|
|
38
|
-
=== Production
|
|
39
|
-
|
|
40
38
|
To install, run:
|
|
41
39
|
|
|
42
40
|
[source,bash]
|
|
@@ -51,24 +49,6 @@ Add the following to your Gemfile:
|
|
|
51
49
|
gem "xdg"
|
|
52
50
|
----
|
|
53
51
|
|
|
54
|
-
=== Development
|
|
55
|
-
|
|
56
|
-
To contribute, run:
|
|
57
|
-
|
|
58
|
-
[source,bash]
|
|
59
|
-
----
|
|
60
|
-
git clone https://github.com/bkuhlmann/xdg.git
|
|
61
|
-
cd xdg
|
|
62
|
-
bin/setup
|
|
63
|
-
----
|
|
64
|
-
|
|
65
|
-
You can also use the IRB console for direct access to all objects:
|
|
66
|
-
|
|
67
|
-
[source,bash]
|
|
68
|
-
----
|
|
69
|
-
bin/console
|
|
70
|
-
----
|
|
71
|
-
|
|
72
52
|
== Usage
|
|
73
53
|
|
|
74
54
|
The following describes how to use this XDG implementation.
|
|
@@ -259,6 +239,24 @@ Path precedence is determined in the following order (with the first taking high
|
|
|
259
239
|
. `$XDG_*_DIRS` - Iterates through directories in order defined (with first taking highest
|
|
260
240
|
priority). Otherwise, falls back to specification default.
|
|
261
241
|
|
|
242
|
+
== Development
|
|
243
|
+
|
|
244
|
+
To contribute, run:
|
|
245
|
+
|
|
246
|
+
[source,bash]
|
|
247
|
+
----
|
|
248
|
+
git clone https://github.com/bkuhlmann/xdg.git
|
|
249
|
+
cd xdg
|
|
250
|
+
bin/setup
|
|
251
|
+
----
|
|
252
|
+
|
|
253
|
+
You can also use the IRB console for direct access to all objects:
|
|
254
|
+
|
|
255
|
+
[source,bash]
|
|
256
|
+
----
|
|
257
|
+
bin/console
|
|
258
|
+
----
|
|
259
|
+
|
|
262
260
|
== Tests
|
|
263
261
|
|
|
264
262
|
To test, run:
|
data/lib/xdg/identity.rb
CHANGED
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: 4.
|
|
4
|
+
version: 4.3.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Brooke Kuhlmann
|
|
@@ -28,7 +28,7 @@ cert_chain:
|
|
|
28
28
|
2XV8FRa7/JimI07sPLC13eLY3xd/aYTi85Z782KIA4j0G8XEEWAX0ouBhlXPocZv
|
|
29
29
|
QWc=
|
|
30
30
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2020-
|
|
31
|
+
date: 2020-10-18 00:00:00.000000000 Z
|
|
32
32
|
dependencies:
|
|
33
33
|
- !ruby/object:Gem::Dependency
|
|
34
34
|
name: bundler-audit
|
|
@@ -162,14 +162,14 @@ dependencies:
|
|
|
162
162
|
requirements:
|
|
163
163
|
- - "~>"
|
|
164
164
|
- !ruby/object:Gem::Version
|
|
165
|
-
version: '0.
|
|
165
|
+
version: '0.89'
|
|
166
166
|
type: :development
|
|
167
167
|
prerelease: false
|
|
168
168
|
version_requirements: !ruby/object:Gem::Requirement
|
|
169
169
|
requirements:
|
|
170
170
|
- - "~>"
|
|
171
171
|
- !ruby/object:Gem::Version
|
|
172
|
-
version: '0.
|
|
172
|
+
version: '0.89'
|
|
173
173
|
- !ruby/object:Gem::Dependency
|
|
174
174
|
name: rubocop-performance
|
|
175
175
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -218,14 +218,14 @@ dependencies:
|
|
|
218
218
|
requirements:
|
|
219
219
|
- - "~>"
|
|
220
220
|
- !ruby/object:Gem::Version
|
|
221
|
-
version: '0.
|
|
221
|
+
version: '0.19'
|
|
222
222
|
type: :development
|
|
223
223
|
prerelease: false
|
|
224
224
|
version_requirements: !ruby/object:Gem::Requirement
|
|
225
225
|
requirements:
|
|
226
226
|
- - "~>"
|
|
227
227
|
- !ruby/object:Gem::Version
|
|
228
|
-
version: '0.
|
|
228
|
+
version: '0.19'
|
|
229
229
|
description:
|
|
230
230
|
email:
|
|
231
231
|
- brooke@alchemists.io
|
metadata.gz.sig
CHANGED
|
Binary file
|