--- a/xmlrpc.gemspec +++ b/xmlrpc.gemspec @@ -14,9 +14,7 @@ spec.homepage = "https://github.com/ruby/xmlrpc" spec.licenses = ["Ruby", "BSD-2-Clause"] - spec.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } - spec.bindir = "exe" - spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) } + spec.files = Dir["lib/**/*.rb"] spec.require_paths = ["lib"] spec.required_ruby_version = ">= 2.3"