xdg.gemspec in xdg-6.1.0 vs xdg.gemspec in xdg-6.2.0
- old
+ new
@@ -1,11 +1,10 @@
# frozen_string_literal: true
Gem::Specification.new do |spec|
spec.name = "xdg"
- spec.version = "6.1.0"
- spec.platform = Gem::Platform::RUBY
+ spec.version = "6.2.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-3.0"
@@ -24,7 +23,6 @@
spec.required_ruby_version = "~> 3.1"
spec.files = Dir["*.gemspec", "lib/**/*"]
spec.extra_rdoc_files = Dir["README*", "LICENSE*"]
- spec.require_paths = ["lib"]
end