xdg.gemspec in xdg-6.3.3 vs xdg.gemspec in xdg-6.4.0
- old
+ new
@@ -1,19 +1,20 @@
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "xdg"
- spec.version = "6.3.3"
+ spec.version = "6.4.0"
spec.authors = ["Brooke Kuhlmann"]
spec.email = ["brooke@alchemists.io"]
spec.homepage = "https://www.alchemists.io/projects/xdg"
spec.summary = "Provides an implementation of the XDG Base Directory Specification."
spec.license = "Hippocratic-2.1"
spec.metadata = {
"bug_tracker_uri" => "https://github.com/bkuhlmann/xdg/issues",
"changelog_uri" => "https://www.alchemists.io/projects/xdg/versions",
"documentation_uri" => "https://www.alchemists.io/projects/xdg",
+ "funding_uri" => "https://github.com/sponsors/bkuhlmann",
"label" => "XDG",
"rubygems_mfa_required" => "true",
"source_code_uri" => "https://github.com/bkuhlmann/xdg"
}