xdg 2.2.3 → 2.2.4
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- checksums.yaml.gz.sig +0 -0
- data.tar.gz.sig +0 -0
- data/HISTORY.md +8 -0
- data/lib/xdg.rb +2 -2
- metadata +46 -34
- metadata.gz.sig +0 -0
- data/lib/xdg/version.rb +0 -3
checksums.yaml
ADDED
@@ -0,0 +1,7 @@
|
|
1
|
+
---
|
2
|
+
SHA256:
|
3
|
+
metadata.gz: 26a6c1e624c14232ebf26c6cd08938f9436ec2cf531b6f9d3327a5a6fba192b3
|
4
|
+
data.tar.gz: f4f490139f7512878eae1ae2ed0f6f96f5c7243668e37f59779398297d37e55b
|
5
|
+
SHA512:
|
6
|
+
metadata.gz: 3bb85e3ce5cdfcc2750c4f4f5d590fa0614ab1810ac709bab6434998af6c0cdea6208c0c93cd187bdf0af30da88581fa8ae5b0c830780545b442f282d46224b5
|
7
|
+
data.tar.gz: eb36802919179b9eb30cc0fab570145cff57aaa9f054c09bd1270a1369b473b6a258413c4e3ecf9ee898ac328195ec6dea1024bc503c617fb3f26c15e266922c
|
checksums.yaml.gz.sig
ADDED
Binary file
|
data.tar.gz.sig
ADDED
Binary file
|
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/index'
|
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/index'
|
34
34
|
require 'xdg/base_dir'
|
35
35
|
require 'xdg/base_dir/extended'
|
36
36
|
require 'xdg/base_dir/mixin'
|
metadata
CHANGED
@@ -1,62 +1,75 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: xdg
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 2.2.
|
5
|
-
prerelease:
|
4
|
+
version: 2.2.4
|
6
5
|
platform: ruby
|
7
6
|
authors:
|
8
7
|
- Trans
|
9
8
|
autorequire:
|
10
9
|
bindir: bin
|
11
|
-
cert_chain:
|
12
|
-
|
10
|
+
cert_chain:
|
11
|
+
- |
|
12
|
+
-----BEGIN CERTIFICATE-----
|
13
|
+
MIIC/jCCAeagAwIBAgIBAjANBgkqhkiG9w0BAQsFADAlMSMwIQYDVQQDDBpicm9v
|
14
|
+
a2UvREM9YWxjaGVtaXN0cy9EQz1pbzAeFw0xOTAyMTcxNjAxMTFaFw0yMDAyMTcx
|
15
|
+
NjAxMTFaMCUxIzAhBgNVBAMMGmJyb29rZS9EQz1hbGNoZW1pc3RzL0RDPWlvMIIB
|
16
|
+
IjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA6l1qpXTiomH1RfMRloyw7MiE
|
17
|
+
xyVx/x8Yc3EupdH7uhNaTXQGyORN6aOY//1QXXMHIZ9tW74nZLhesWMSUMYy0XhB
|
18
|
+
brs+KkurHnc9FnEJAbG7ebGvl/ncqZt72nQvaxpDxvuCBHgJAz+8i5wl6FhLw+oT
|
19
|
+
9z0A8KcGhz67SdcoQiD7qiCjL/2NTeWHOzkpPrdGlt088+VerEEGf5I13QCvaftP
|
20
|
+
D5vkU0YlAm1r98BymuJlcQ1qdkVEI1d48ph4kcS0S0nv1RiuyVb6TCAR3Nu3VaVq
|
21
|
+
3fPzZKJLZBx67UvXdbdicWPiUR75elI4PXpLIic3xytaF52ZJYyKZCNZJhNwfQID
|
22
|
+
AQABozkwNzAJBgNVHRMEAjAAMAsGA1UdDwQEAwIEsDAdBgNVHQ4EFgQU0nzow9vc
|
23
|
+
2CdikiiE3fJhP/gY4ggwDQYJKoZIhvcNAQELBQADggEBANgfX7kPZkJvsbdWMvbe
|
24
|
+
DUUYxRTqTUzCDpLd2p3sQvgLMKjTNSKt6CFq/kh+98b6RCgO6DqiVfxvOEq02dvf
|
25
|
+
ebMN/ylQqan2FgiAs1rpP0/D4C0MlBjoDktsT+2IyLol1KmkDB20ExJ4Sf1GRNdA
|
26
|
+
hpWOtcgqHtmrc7xzgB6BuyoYufrKKUlCO3ewTM4C375D2qO7hIdKuMOO3CdPMtSk
|
27
|
+
OrWpbzCL+nbbXqeoqiHgZaUvcyyQrGj5sQRxMTzuMXzzQxtHnuTuKrcz16HMTX/O
|
28
|
+
dKvURM+1PwDCzC5tvRwjhUJIizau6+MtkFCvJHmaAj1aZL3odcPejHj5Hxt/0CUW
|
29
|
+
y84=
|
30
|
+
-----END CERTIFICATE-----
|
31
|
+
date: 2019-05-21 00:00:00.000000000 Z
|
13
32
|
dependencies:
|
14
33
|
- !ruby/object:Gem::Dependency
|
15
34
|
name: detroit
|
16
35
|
requirement: !ruby/object:Gem::Requirement
|
17
|
-
none: false
|
18
36
|
requirements:
|
19
|
-
- -
|
37
|
+
- - ">="
|
20
38
|
- !ruby/object:Gem::Version
|
21
39
|
version: '0'
|
22
40
|
type: :development
|
23
41
|
prerelease: false
|
24
42
|
version_requirements: !ruby/object:Gem::Requirement
|
25
|
-
none: false
|
26
43
|
requirements:
|
27
|
-
- -
|
44
|
+
- - ">="
|
28
45
|
- !ruby/object:Gem::Version
|
29
46
|
version: '0'
|
30
47
|
- !ruby/object:Gem::Dependency
|
31
48
|
name: qed
|
32
49
|
requirement: !ruby/object:Gem::Requirement
|
33
|
-
none: false
|
34
50
|
requirements:
|
35
|
-
- -
|
51
|
+
- - ">="
|
36
52
|
- !ruby/object:Gem::Version
|
37
53
|
version: '0'
|
38
54
|
type: :development
|
39
55
|
prerelease: false
|
40
56
|
version_requirements: !ruby/object:Gem::Requirement
|
41
|
-
none: false
|
42
57
|
requirements:
|
43
|
-
- -
|
58
|
+
- - ">="
|
44
59
|
- !ruby/object:Gem::Version
|
45
60
|
version: '0'
|
46
61
|
- !ruby/object:Gem::Dependency
|
47
62
|
name: ae
|
48
63
|
requirement: !ruby/object:Gem::Requirement
|
49
|
-
none: false
|
50
64
|
requirements:
|
51
|
-
- -
|
65
|
+
- - ">="
|
52
66
|
- !ruby/object:Gem::Version
|
53
67
|
version: '0'
|
54
68
|
type: :development
|
55
69
|
prerelease: false
|
56
70
|
version_requirements: !ruby/object:Gem::Requirement
|
57
|
-
none: false
|
58
71
|
requirements:
|
59
|
-
- -
|
72
|
+
- - ">="
|
60
73
|
- !ruby/object:Gem::Version
|
61
74
|
version: '0'
|
62
75
|
description: XDG provides a module for supporting the XDG Base Directory Standard.
|
@@ -68,11 +81,15 @@ extensions: []
|
|
68
81
|
extra_rdoc_files:
|
69
82
|
- LICENSE.txt
|
70
83
|
- HISTORY.md
|
71
|
-
- README.md
|
72
84
|
- DEMO.md
|
85
|
+
- README.md
|
73
86
|
files:
|
74
|
-
- .index
|
75
|
-
- .yardopts
|
87
|
+
- ".index"
|
88
|
+
- ".yardopts"
|
89
|
+
- DEMO.md
|
90
|
+
- HISTORY.md
|
91
|
+
- LICENSE.txt
|
92
|
+
- README.md
|
76
93
|
- demo/01_base_dir.md
|
77
94
|
- demo/02_base_dir_extended.md
|
78
95
|
- demo/03_base_dir_mixin.md
|
@@ -86,13 +103,12 @@ files:
|
|
86
103
|
- demo/fixtures/fakeroot/home/.local/share/foo.dat
|
87
104
|
- demo/fixtures/fakeroot/home/joe/foo.txt
|
88
105
|
- demo/fixtures/fakeroot/usr/share/bar.dat
|
106
|
+
- lib/xdg.rb
|
107
|
+
- lib/xdg/base_dir.rb
|
89
108
|
- lib/xdg/base_dir/extended.rb
|
90
109
|
- lib/xdg/base_dir/global_variables.rb
|
91
110
|
- lib/xdg/base_dir/legacy.rb
|
92
111
|
- lib/xdg/base_dir/mixin.rb
|
93
|
-
- lib/xdg/base_dir.rb
|
94
|
-
- lib/xdg/version.rb
|
95
|
-
- lib/xdg.rb
|
96
112
|
- test/fakeroot/.cache/DUMMY.txt
|
97
113
|
- test/fakeroot/etc/xdg/bar.config
|
98
114
|
- test/fakeroot/home/.cache/foo.cache
|
@@ -100,34 +116,30 @@ files:
|
|
100
116
|
- test/fakeroot/home/.local/share/foo.dat
|
101
117
|
- test/fakeroot/usr/share/bar.dat
|
102
118
|
- test/test_xdg_legacy.rb
|
103
|
-
- LICENSE.txt
|
104
|
-
- HISTORY.md
|
105
|
-
- README.md
|
106
|
-
- DEMO.md
|
107
119
|
homepage: http://rubyworks.github.com/xdg
|
108
120
|
licenses:
|
109
121
|
- BSD-2-Clause
|
110
|
-
|
122
|
+
metadata: {}
|
123
|
+
post_install_message: "‼️ Development of this project has been transfered here: https://github.com/bkuhlmann/xdg.
|
124
|
+
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)."
|
111
126
|
rdoc_options: []
|
112
127
|
require_paths:
|
113
128
|
- lib
|
114
129
|
required_ruby_version: !ruby/object:Gem::Requirement
|
115
|
-
none: false
|
116
130
|
requirements:
|
117
|
-
- -
|
131
|
+
- - ">="
|
118
132
|
- !ruby/object:Gem::Version
|
119
133
|
version: '0'
|
120
134
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
121
|
-
none: false
|
122
135
|
requirements:
|
123
|
-
- -
|
136
|
+
- - ">="
|
124
137
|
- !ruby/object:Gem::Version
|
125
138
|
version: '0'
|
126
139
|
requirements: []
|
127
|
-
|
128
|
-
rubygems_version: 1.8.23
|
140
|
+
rubygems_version: 3.0.3
|
129
141
|
signing_key:
|
130
|
-
specification_version:
|
142
|
+
specification_version: 4
|
131
143
|
summary: XDG provides an interface for using XDG directory standard.
|
132
144
|
test_files:
|
133
145
|
- test/test_xdg_legacy.rb
|
metadata.gz.sig
ADDED
Binary file
|
data/lib/xdg/version.rb
DELETED