diff --git a/lrama.gemspec b/lrama.gemspec index 0ca9866a..65ecff63 100644 --- a/lrama.gemspec +++ b/lrama.gemspec @@ -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