xdg 6.2.0 → 6.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/README.adoc +0 -7
- data/xdg.gemspec +1 -1
- data.tar.gz.sig +0 -0
- metadata +3 -3
- 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: 90e9679cb7fbcda65c390933ef6650b9009fb659b189fb71d9b148dd9bfd30d4
|
|
4
|
+
data.tar.gz: 7b6b416608705bfb2db4194a8e433293b0866bf2104a888bc05887129123c3f9
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ffc4d9afe9fbc3c33f494b94c6df1149c52ae64d29dfdb87f05f85a8b62121eee8713e617dfafc30c6620024cf970d724922bbd5aefcad6a0e4c9f02367e6623
|
|
7
|
+
data.tar.gz: 2bfd465caa1312f972f816048ae18f4b99dfd3d942b452dd1ee22cd7c7d1121a6727123a809ff9f9fa2620f73745e2e99730c3d710780ef279ca1b99fda2ad15
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data/README.adoc
CHANGED
|
@@ -4,13 +4,6 @@
|
|
|
4
4
|
|
|
5
5
|
= XDG
|
|
6
6
|
|
|
7
|
-
[link=http://badge.fury.io/rb/xdg]
|
|
8
|
-
image::https://badge.fury.io/rb/xdg.svg[Gem Version]
|
|
9
|
-
[link=https://www.alchemists.io/projects/code_quality]
|
|
10
|
-
image::https://img.shields.io/badge/code_style-alchemists-brightgreen.svg[Alchemists Style Guide]
|
|
11
|
-
[link=https://circleci.com/gh/bkuhlmann/xdg]
|
|
12
|
-
image::https://circleci.com/gh/bkuhlmann/xdg.svg?style=svg[Circle CI Status]
|
|
13
|
-
|
|
14
7
|
Provides a Ruby implementation of the
|
|
15
8
|
https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html[XDG Base Directory
|
|
16
9
|
Specification] for managing common configurations without polluting your dotfiles. XDG is great for
|
data/xdg.gemspec
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.
|
|
4
|
+
version: 6.3.0
|
|
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: 2022-
|
|
31
|
+
date: 2022-02-12 00:00:00.000000000 Z
|
|
32
32
|
dependencies: []
|
|
33
33
|
description:
|
|
34
34
|
email:
|
|
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
76
76
|
- !ruby/object:Gem::Version
|
|
77
77
|
version: '0'
|
|
78
78
|
requirements: []
|
|
79
|
-
rubygems_version: 3.3.
|
|
79
|
+
rubygems_version: 3.3.7
|
|
80
80
|
signing_key:
|
|
81
81
|
specification_version: 4
|
|
82
82
|
summary: Provides an implementation of the XDG Base Directory Specification.
|
metadata.gz.sig
CHANGED
|
Binary file
|