Skip to content

Commit

Permalink
Dont include examples in gem
Browse files Browse the repository at this point in the history
  • Loading branch information
stevegeek committed Jun 19, 2024
1 parent 1b5e00d commit 89eee26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ai_refactor.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
# 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|
(File.expand_path(f) == __FILE__) || f.start_with?(*%w[bin/ test/ spec/ features/ .git .circleci appveyor])
(File.expand_path(f) == __FILE__) || f.start_with?(*%w[bin/ test/ spec/ features/ examples/ .github/ .git .circleci appveyor])
end
end
spec.bindir = "exe"
Expand Down

0 comments on commit 89eee26

Please sign in to comment.