xdg.gemspec in xdg-7.1.3 vs xdg.gemspec in xdg-8.0.0

- old
+ new

@@ -1,10 +1,10 @@ # frozen_string_literal: true Gem::Specification.new do |spec| spec.name = "xdg" - spec.version = "7.1.3" + spec.version = "8.0.0" spec.authors = ["Brooke Kuhlmann"] spec.email = ["brooke@alchemists.io"] spec.homepage = "https://alchemists.io/projects/xdg" spec.summary = "A XDG Base Directory Specification implementation." spec.license = "Hippocratic-2.1" @@ -20,10 +20,10 @@ } spec.signing_key = Gem.default_key_path spec.cert_chain = [Gem.default_cert_path] - spec.required_ruby_version = [">= 3.2", "<= 3.3"] + spec.required_ruby_version = "~> 3.3" spec.files = Dir["*.gemspec", "lib/**/*"] spec.extra_rdoc_files = Dir["README*", "LICENSE*"] end