Sha256: 191afb4f49dbf1e13cb09991e47e086c6573205f54f9dd3f9b03c3a1a183e216
Contents?: true
Size: 1023 Bytes
Versions: 1
Compression:
Stored size: 1023 Bytes
Contents
# frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "xdg" spec.version = "6.1.0" spec.platform = Gem::Platform::RUBY 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-3.0" 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", "label" => "XDG", "rubygems_mfa_required" => "true", "source_code_uri" => "https://github.com/bkuhlmann/xdg" } spec.signing_key = Gem.default_key_path spec.cert_chain = [Gem.default_cert_path] spec.required_ruby_version = "~> 3.1" spec.files = Dir["*.gemspec", "lib/**/*"] spec.extra_rdoc_files = Dir["README*", "LICENSE*"] spec.require_paths = ["lib"] end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
xdg-6.1.0 | xdg.gemspec |