Skip to content

Commit

Permalink
Merge pull request #454 from ydah/exclude-sample-dir
Browse files Browse the repository at this point in the history
chore: Exclude sample directory from gemspec files
  • Loading branch information
ydah committed Jul 1, 2024
2 parents a4f89d1 + f5422d1 commit c8bae2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lrama.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = Gem::Requirement.new(">= 2.5.0")

spec.files = Dir.chdir(File.expand_path(__dir__)) do
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features)/}) }
`git ls-files -z`.split("\x0").reject { |f| f.match(%r{\A(?:test|spec|features|sample)/}) }
end

spec.metadata["homepage_uri"] = spec.homepage
Expand Down

0 comments on commit c8bae2e

Please sign in to comment.