We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d421a15 + 66f0423 commit f946f03Copy full SHA for f946f03
rbs.gemspec
@@ -30,7 +30,7 @@ Gem::Specification.new do |spec|
30
spec.files = Dir.chdir(File.expand_path('..', __FILE__)) do
31
`git ls-files -z`.split("\x0").reject do |f|
32
[
33
- %r{^(test|spec|features|bin|steep|benchmark)/},
+ %r{^(test|spec|features|bin|steep|benchmark|templates)/},
34
/Gemfile/
35
].any? {|r| f.match(r) }
36
end
0 commit comments