xdg 6.0.0 → 6.0.1
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 +0 -0
- data/README.adoc +6 -24
- data/lib/xdg/identity.rb +1 -1
- data.tar.gz.sig +0 -0
- metadata +4 -4
- 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: 26fd51f58a7d72dd48d77e1215b3a9de65d251591e6afc067b43a3447a627980
|
4
|
+
data.tar.gz: 8e788531a3a33a66592ce0d5a641a13b961ea9c02cc72dfbdd9e27b904af76da
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4650a552411794bacb4733cd12113608f3b5b22c9224b47e0583d69cadefae56d67c7698b37d97e260a4607aa10841077102008e34ffc2886bfb35eed2609c46
|
7
|
+
data.tar.gz: a62387cbfa8c5ae4b40a8ef43a2d869dd7ba32a2b5fa7b85881ca67ad461aad3e18c5ab503abd7abc0b7b40ef00e5ab263417623882d880021e375d25ced1dc1
|
checksums.yaml.gz.sig
CHANGED
Binary file
|
data/README.adoc
CHANGED
@@ -270,35 +270,17 @@ To test, run:
|
|
270
270
|
bundle exec rake
|
271
271
|
----
|
272
272
|
|
273
|
-
==
|
273
|
+
== link:https://www.alchemists.io/policies/license[License]
|
274
274
|
|
275
|
-
|
275
|
+
== link:https://www.alchemists.io/policies/security[Security]
|
276
276
|
|
277
|
-
|
278
|
-
* Minor (x.Y.z) - Incremented for new, backwards compatible, public API enhancements/fixes.
|
279
|
-
* Patch (x.y.Z) - Incremented for small, backwards compatible, bug fixes.
|
277
|
+
== link:https://www.alchemists.io/policies/code_of_conduct[Code of Conduct]
|
280
278
|
|
281
|
-
==
|
279
|
+
== link:https://www.alchemists.io/policies/contributions[Contributions]
|
282
280
|
|
283
|
-
|
284
|
-
participating in this project you agree to abide by its terms.
|
281
|
+
== link:https://www.alchemists.io/projects/xdg/versions[Versions]
|
285
282
|
|
286
|
-
==
|
287
|
-
|
288
|
-
Read link:CONTRIBUTING.adoc[CONTRIBUTING] for details.
|
289
|
-
|
290
|
-
== Community
|
291
|
-
|
292
|
-
Feel free to link:https://www.alchemists.io/community[join the commmunity] for discussions related
|
293
|
-
to this project and much more.
|
294
|
-
|
295
|
-
== License
|
296
|
-
|
297
|
-
Read link:LICENSE.adoc[LICENSE] for details.
|
298
|
-
|
299
|
-
== Changes
|
300
|
-
|
301
|
-
Read link:CHANGES.adoc[CHANGES] for details.
|
283
|
+
== link:https://www.alchemists.io/community[Community]
|
302
284
|
|
303
285
|
== Credits
|
304
286
|
|
data/lib/xdg/identity.rb
CHANGED
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: 6.0.
|
4
|
+
version: 6.0.1
|
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:
|
31
|
+
date: 2022-01-01 00:00:00.000000000 Z
|
32
32
|
dependencies: []
|
33
33
|
description:
|
34
34
|
email:
|
@@ -56,7 +56,7 @@ licenses:
|
|
56
56
|
- Hippocratic-3.0
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/bkuhlmann/xdg/issues
|
59
|
-
changelog_uri: https://www.alchemists.io/projects/xdg/
|
59
|
+
changelog_uri: https://www.alchemists.io/projects/xdg/versions
|
60
60
|
documentation_uri: https://www.alchemists.io/projects/xdg
|
61
61
|
rubygems_mfa_required: 'true'
|
62
62
|
source_code_uri: https://github.com/bkuhlmann/xdg
|
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
75
75
|
- !ruby/object:Gem::Version
|
76
76
|
version: '0'
|
77
77
|
requirements: []
|
78
|
-
rubygems_version: 3.3.
|
78
|
+
rubygems_version: 3.3.4
|
79
79
|
signing_key:
|
80
80
|
specification_version: 4
|
81
81
|
summary: Provides an implementation of the XDG Base Directory Specification.
|
metadata.gz.sig
CHANGED
Binary file
|