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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6a28cb0f40613816f3ad7eafed201e208c6414ce6d8e53c7b3c97db20ec5e7b0
4
- data.tar.gz: 24686eece15fab6761b9510efdb54a9884f8ba26717ba84a75cd7a3b7df5e616
3
+ metadata.gz: 90e9679cb7fbcda65c390933ef6650b9009fb659b189fb71d9b148dd9bfd30d4
4
+ data.tar.gz: 7b6b416608705bfb2db4194a8e433293b0866bf2104a888bc05887129123c3f9
5
5
  SHA512:
6
- metadata.gz: e2937cd9bbc94e2655c5f99a3888d10e0f5db9b8a6d3cefbbf7cba95de9e7e6b0171dd41849f82b1c63bfcc339e836da45c851752509f67690451a54546215c7
7
- data.tar.gz: 211d3da9dc59ce9694b38aa6234bdee6d237099c63d280f83c4dc59cc410aa8c58d8661b153c7e79fbb60f52f9163accb67c96a1402f3fe416e154033b25bceb
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
@@ -2,7 +2,7 @@
2
2
 
3
3
  Gem::Specification.new do |spec|
4
4
  spec.name = "xdg"
5
- spec.version = "6.2.0"
5
+ spec.version = "6.3.0"
6
6
  spec.authors = ["Brooke Kuhlmann"]
7
7
  spec.email = ["brooke@alchemists.io"]
8
8
  spec.homepage = "https://www.alchemists.io/projects/xdg"
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.2.0
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-01-30 00:00:00.000000000 Z
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.6
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