Skip to content

Commit f946f03

Browse files
authored
Merge pull request #2214 from ksss/package-template
Drop templates from package
2 parents d421a15 + 66f0423 commit f946f03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rbs.gemspec

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
3030
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
3131
`git ls-files -z`.split("\x0").reject do |f|
3232
[
33-
%r{^(test|spec|features|bin|steep|benchmark)/},
33+
%r{^(test|spec|features|bin|steep|benchmark|templates)/},
3434
/Gemfile/
3535
].any? {|r| f.match(r) }
3636
end

0 commit comments

Comments
 (0)