xdg 2.2.4 → 2.2.5
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 +0 -0
- data/.index +3 -3
- data/HISTORY.md +0 -8
- data/lib/xdg.rb +2 -2
- data/lib/xdg/version.rb +3 -0
- metadata +13 -62
- metadata.gz.sig +0 -0
- data/demo/fixtures/fakeroot/.cache/DUMMY.txt +0 -1
- data/demo/fixtures/fakeroot/home/.cache/foo.cache +0 -1
- data/demo/fixtures/fakeroot/home/.config/foo.config +0 -1
- data/demo/fixtures/fakeroot/home/.local/share/foo.dat +0 -1
- data/test/fakeroot/.cache/DUMMY.txt +0 -1
- data/test/fakeroot/home/.cache/foo.cache +0 -1
- data/test/fakeroot/home/.config/foo.config +0 -1
- data/test/fakeroot/home/.local/share/foo.dat +0 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 362d671dc23fa7a843466aea4041bb87b8ba1352dd0c8e08a7ad7fc2112965ba
|
|
4
|
+
data.tar.gz: f18294042434eebc17670ffbd8c6c9496763c6c761342968f10089860be6fa03
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 530c3295448bdd6f6bd0b06938e64db6528d6ae942280311d2a515a4a547fa46e9e2a84309b37958fdafa99f4aa595d1123cf562388e41982811e9d41ca6d4f2
|
|
7
|
+
data.tar.gz: 4a652bf22b50a01f6c87627c31770b300e8bd39b5e8e6ff8b2657dbe59495a28151017d5e5d2fe13c2f8d08ff11c7b4c6e3ba237bf28214747d3d0d09808f84f
|
checksums.yaml.gz.sig
CHANGED
|
Binary file
|
data.tar.gz.sig
CHANGED
|
Binary file
|
data/.index
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
---
|
|
2
2
|
type: ruby
|
|
3
|
-
revision:
|
|
3
|
+
revision: 2019
|
|
4
4
|
sources:
|
|
5
5
|
- Index.yml
|
|
6
6
|
authors:
|
|
@@ -46,9 +46,9 @@ copyrights:
|
|
|
46
46
|
license: BSD-2-Clause
|
|
47
47
|
name: xdg
|
|
48
48
|
title: XDG
|
|
49
|
-
version: 2.2.
|
|
49
|
+
version: 2.2.5
|
|
50
50
|
summary: XDG provides an interface for using XDG directory standard.
|
|
51
51
|
description: XDG provides a module for supporting the XDG Base Directory Standard.
|
|
52
52
|
See http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
|
|
53
53
|
created: '2008-09-27'
|
|
54
|
-
date: '
|
|
54
|
+
date: '2019-05-21'
|
data/HISTORY.md
CHANGED
data/lib/xdg.rb
CHANGED
|
@@ -25,12 +25,12 @@
|
|
|
25
25
|
#
|
|
26
26
|
module XDG
|
|
27
27
|
if RUBY_VERSION > '1.9'
|
|
28
|
-
require_relative 'xdg/
|
|
28
|
+
require_relative 'xdg/version'
|
|
29
29
|
require_relative 'xdg/base_dir'
|
|
30
30
|
require_relative 'xdg/base_dir/extended'
|
|
31
31
|
require_relative 'xdg/base_dir/mixin'
|
|
32
32
|
else
|
|
33
|
-
require 'xdg/
|
|
33
|
+
require 'xdg/version'
|
|
34
34
|
require 'xdg/base_dir'
|
|
35
35
|
require 'xdg/base_dir/extended'
|
|
36
36
|
require 'xdg/base_dir/mixin'
|
data/lib/xdg/version.rb
ADDED
metadata
CHANGED
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: xdg
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.2.
|
|
4
|
+
version: 2.2.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Trans
|
|
8
|
+
- Brooke Kuhlmann
|
|
8
9
|
autorequire:
|
|
9
10
|
bindir: bin
|
|
10
11
|
cert_chain:
|
|
@@ -28,61 +29,19 @@ cert_chain:
|
|
|
28
29
|
dKvURM+1PwDCzC5tvRwjhUJIizau6+MtkFCvJHmaAj1aZL3odcPejHj5Hxt/0CUW
|
|
29
30
|
y84=
|
|
30
31
|
-----END CERTIFICATE-----
|
|
31
|
-
date: 2019-05-
|
|
32
|
-
dependencies:
|
|
33
|
-
|
|
34
|
-
name: detroit
|
|
35
|
-
requirement: !ruby/object:Gem::Requirement
|
|
36
|
-
requirements:
|
|
37
|
-
- - ">="
|
|
38
|
-
- !ruby/object:Gem::Version
|
|
39
|
-
version: '0'
|
|
40
|
-
type: :development
|
|
41
|
-
prerelease: false
|
|
42
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
43
|
-
requirements:
|
|
44
|
-
- - ">="
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
version: '0'
|
|
47
|
-
- !ruby/object:Gem::Dependency
|
|
48
|
-
name: qed
|
|
49
|
-
requirement: !ruby/object:Gem::Requirement
|
|
50
|
-
requirements:
|
|
51
|
-
- - ">="
|
|
52
|
-
- !ruby/object:Gem::Version
|
|
53
|
-
version: '0'
|
|
54
|
-
type: :development
|
|
55
|
-
prerelease: false
|
|
56
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
57
|
-
requirements:
|
|
58
|
-
- - ">="
|
|
59
|
-
- !ruby/object:Gem::Version
|
|
60
|
-
version: '0'
|
|
61
|
-
- !ruby/object:Gem::Dependency
|
|
62
|
-
name: ae
|
|
63
|
-
requirement: !ruby/object:Gem::Requirement
|
|
64
|
-
requirements:
|
|
65
|
-
- - ">="
|
|
66
|
-
- !ruby/object:Gem::Version
|
|
67
|
-
version: '0'
|
|
68
|
-
type: :development
|
|
69
|
-
prerelease: false
|
|
70
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
71
|
-
requirements:
|
|
72
|
-
- - ">="
|
|
73
|
-
- !ruby/object:Gem::Version
|
|
74
|
-
version: '0'
|
|
75
|
-
description: XDG provides a module for supporting the XDG Base Directory Standard.
|
|
76
|
-
See http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6.html
|
|
32
|
+
date: 2019-05-22 00:00:00.000000000 Z
|
|
33
|
+
dependencies: []
|
|
34
|
+
description:
|
|
77
35
|
email:
|
|
78
36
|
- transfire@gmail.com
|
|
37
|
+
- brooke@alchemists.io
|
|
79
38
|
executables: []
|
|
80
39
|
extensions: []
|
|
81
40
|
extra_rdoc_files:
|
|
41
|
+
- README.md
|
|
82
42
|
- LICENSE.txt
|
|
83
|
-
- HISTORY.md
|
|
84
43
|
- DEMO.md
|
|
85
|
-
-
|
|
44
|
+
- HISTORY.md
|
|
86
45
|
files:
|
|
87
46
|
- ".index"
|
|
88
47
|
- ".yardopts"
|
|
@@ -96,11 +55,7 @@ files:
|
|
|
96
55
|
- demo/applique/ae.rb
|
|
97
56
|
- demo/applique/fakeroot.rb
|
|
98
57
|
- demo/applique/xdg.rb
|
|
99
|
-
- demo/fixtures/fakeroot/.cache/DUMMY.txt
|
|
100
58
|
- demo/fixtures/fakeroot/etc/xdg/bar.config
|
|
101
|
-
- demo/fixtures/fakeroot/home/.cache/foo.cache
|
|
102
|
-
- demo/fixtures/fakeroot/home/.config/foo.config
|
|
103
|
-
- demo/fixtures/fakeroot/home/.local/share/foo.dat
|
|
104
59
|
- demo/fixtures/fakeroot/home/joe/foo.txt
|
|
105
60
|
- demo/fixtures/fakeroot/usr/share/bar.dat
|
|
106
61
|
- lib/xdg.rb
|
|
@@ -109,20 +64,17 @@ files:
|
|
|
109
64
|
- lib/xdg/base_dir/global_variables.rb
|
|
110
65
|
- lib/xdg/base_dir/legacy.rb
|
|
111
66
|
- lib/xdg/base_dir/mixin.rb
|
|
112
|
-
-
|
|
67
|
+
- lib/xdg/version.rb
|
|
113
68
|
- test/fakeroot/etc/xdg/bar.config
|
|
114
|
-
- test/fakeroot/home/.cache/foo.cache
|
|
115
|
-
- test/fakeroot/home/.config/foo.config
|
|
116
|
-
- test/fakeroot/home/.local/share/foo.dat
|
|
117
69
|
- test/fakeroot/usr/share/bar.dat
|
|
118
70
|
- test/test_xdg_legacy.rb
|
|
119
|
-
homepage:
|
|
71
|
+
homepage: https://github.com/bkuhlmann/xdg
|
|
120
72
|
licenses:
|
|
121
73
|
- BSD-2-Clause
|
|
122
74
|
metadata: {}
|
|
123
|
-
post_install_message:
|
|
75
|
+
post_install_message: 'Development of this project has been transfered here: https://github.com/bkuhlmann/xdg.
|
|
124
76
|
This will be the last version supported within the 2.2.x series. Be aware major
|
|
125
|
-
breaking changes will be introduced in the upcoming 3.0.0 release (2019-06-01).
|
|
77
|
+
breaking changes will be introduced in the upcoming 3.0.0 release (2019-06-01).'
|
|
126
78
|
rdoc_options: []
|
|
127
79
|
require_paths:
|
|
128
80
|
- lib
|
|
@@ -141,5 +93,4 @@ rubygems_version: 3.0.3
|
|
|
141
93
|
signing_key:
|
|
142
94
|
specification_version: 4
|
|
143
95
|
summary: XDG provides an interface for using XDG directory standard.
|
|
144
|
-
test_files:
|
|
145
|
-
- test/test_xdg_legacy.rb
|
|
96
|
+
test_files: []
|
metadata.gz.sig
CHANGED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Just here to provide a file for github to keep this directory.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
FOO.CACHE
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
FOO.CONFIG
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
FOO.DAT
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
Just here to provide a file for github to keep this directory.
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
FOO.CACHE
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
FOO.CONFIG
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
FOO.DAT
|