We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6aab046 commit 73b3378Copy full SHA for 73b3378
lib/tasks/manifest.rake
@@ -3,10 +3,10 @@
3
namespace :manifest do
4
def gemmable_files
5
`git ls-files -z`.split("\x0").reject do |file|
6
- file.match(%r{^(bin|spec)/}) ||
+ file.match(%r{^(bin|spec|gemfiles)/}) ||
7
file.end_with?("/.keep") ||
8
file.start_with?(".") ||
9
- %w(Manifest.txt Gemfile Rakefile publify_textfilter_code.gemspec).include?(file)
+ %w(Manifest.txt Gemfile Rakefile Appraisals publify_textfilter_code.gemspec).include?(file)
10
end
11
12
0 commit comments