Skip to content

Commit

Permalink
update gemspec with include files
Browse files Browse the repository at this point in the history
  • Loading branch information
DoodlingDev committed Dec 15, 2024
1 parent 0a9ab57 commit cecf7e6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions testzed.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ Gem::Specification.new do |spec|
spec.homepage = "https://github.com/thoughtbot/testzed"
spec.required_ruby_version = ">= 3.0.0"

spec.metadata["allowed_push_host"] = "TODO: Set to your gem server 'https://example.com'"

spec.metadata["homepage_uri"] = spec.homepage
spec.metadata["source_code_uri"] = "https://github.com/thoughtbot/testzed"
spec.metadata["changelog_uri"] = "https://github.com/thoughtbot/testzed/blob/main/CHANGELOG.md"
Expand All @@ -25,7 +23,7 @@ Gem::Specification.new do |spec|
spec.files = IO.popen(%w[git ls-files -z], chdir: __dir__, err: IO::NULL) do |ls|
ls.readlines("\x0", chomp: true).reject do |f|
(f == gemspec) ||
f.start_with?(*%w[bin/ test/ spec/ features/ .git .github appveyor Gemfile])
f.start_with?(*%w[bin/ lib/ test/ .git .github Gemfile])
end
end
spec.bindir = "exe"
Expand Down

0 comments on commit cecf7e6

Please sign in to comment.