xdg 6.0.0 → 6.0.1

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: 1d16098e80335d26072be451be6596589756e133aabf0a71962b142ec4977444
4
- data.tar.gz: 8c6437a613235c95c42d09fc8ffcea3e611420a7253f5c70cf33c16fb28f2e35
3
+ metadata.gz: 26fd51f58a7d72dd48d77e1215b3a9de65d251591e6afc067b43a3447a627980
4
+ data.tar.gz: 8e788531a3a33a66592ce0d5a641a13b961ea9c02cc72dfbdd9e27b904af76da
5
5
  SHA512:
6
- metadata.gz: 801180047b755e31df8b8f8e9927d50e4593453a9f581bc3786ad8883604d09e75f513ffe97e60cdec0e260243308f83bde24414a194e5d10e89f6ce012192b6
7
- data.tar.gz: 8731472dc52ac5e717b7f4a6ead974307067a1a98f50780170795631428a84d92f69431d36fe8442271353626e6c366ca3e6807c36e936437e0f451e142408b3
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
- == Versioning
273
+ == link:https://www.alchemists.io/policies/license[License]
274
274
 
275
- Read link:https://semver.org[Semantic Versioning] for details. Briefly, it means:
275
+ == link:https://www.alchemists.io/policies/security[Security]
276
276
 
277
- * Major (X.y.z) - Incremented for any backwards incompatible public API changes.
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
- == Code of Conduct
279
+ == link:https://www.alchemists.io/policies/contributions[Contributions]
282
280
 
283
- Please note that this project is released with a link:CODE_OF_CONDUCT.adoc[CODE OF CONDUCT]. By
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
- == Contributions
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
@@ -5,7 +5,7 @@ module XDG
5
5
  module Identity
6
6
  NAME = "xdg"
7
7
  LABEL = "XDG"
8
- VERSION = "6.0.0"
8
+ VERSION = "6.0.1"
9
9
  VERSION_LABEL = "#{LABEL} #{VERSION}".freeze
10
10
  end
11
11
  end
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.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: 2021-12-26 00:00:00.000000000 Z
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/changes.html
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.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