Skip to content

Commit

Permalink
Remove meta-tags.gemspec and Rakefile from the gem package
Browse files Browse the repository at this point in the history
  • Loading branch information
kpumuk committed Sep 14, 2024
1 parent 90b27a6 commit fedd468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion meta-tags.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 3.0.0"

spec.files = `git ls-files -z`.split("\x0").reject do |f|
f.match(%r{^(\.|Gemfile|Appraisals|Steepfile|(bin|spec|gemfiles)/)})
f.match(%r{^(\.|Gemfile|Appraisals|Steepfile|Rakefile|meta-tags.gemspec|(bin|spec|gemfiles)/)})
end
spec.bindir = "exe"
spec.executables = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
Expand Down

0 comments on commit fedd468

Please sign in to comment.