Skip to content

Commit

Permalink
Merge pull request #312 from kpumuk/gemspec-gem-pkg
Browse files Browse the repository at this point in the history
Remove meta-tags.gemspec and Rakefile from the gem package
  • Loading branch information
kpumuk authored Sep 14, 2024
2 parents 90b27a6 + fedd468 commit f18e832
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 f18e832

Please sign in to comment.