2023-09-28 14:34:12 +00:00

16 lines
614 B
Diff

--- a/perfect_toml.gemspec
+++ b/perfect_toml.gemspec
@@ -23,11 +23,7 @@
# Specify which files should be added to the gem when it is released.
# The `git ls-files -z` loads the files in the RubyGem that have been added into git.
- spec.files = Dir.chdir(__dir__) do
- `git ls-files -z`.split("\x0").reject do |f|
- (f == __FILE__) || f.match(%r{\A(?:(?:bin|test|spec|features)/|\.(?:git|travis|circleci)|appveyor)})
- end
- end
+ spec.files = Dir["lib/**/*.rb"]
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{\Aexe/}) { |f| File.basename(f) }
spec.require_paths = ["lib"]