Skip to content

Commit 73b3378

Browse files
committed
Update manifest tasks to ignore appraisal-related files
1 parent 6aab046 commit 73b3378

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/tasks/manifest.rake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
namespace :manifest do
44
def gemmable_files
55
`git ls-files -z`.split("\x0").reject do |file|
6-
file.match(%r{^(bin|spec)/}) ||
6+
file.match(%r{^(bin|spec|gemfiles)/}) ||
77
file.end_with?("/.keep") ||
88
file.start_with?(".") ||
9-
%w(Manifest.txt Gemfile Rakefile publify_textfilter_code.gemspec).include?(file)
9+
%w(Manifest.txt Gemfile Rakefile Appraisals publify_textfilter_code.gemspec).include?(file)
1010
end
1111
end
1212

0 commit comments

Comments
 (0)