Skip to content

Commit 3137211

Browse files
authored
Merge pull request #333 from voxik/patch-1
Do not include `.github` directory into released gem
2 parents 8d3c549 + 1fec8e2 commit 3137211

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rake.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Rake has the following features:
3030
"source_code_uri" => "https://github.com/ruby/rake/tree/v#{s.version}",
3131
}
3232

33-
s.files = %x[git ls-files -z].split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) } -
33+
s.files = %x[git ls-files -z].split("\x0").reject { |f| f.match(%r{^(test|spec|features|\.github)/}) } -
3434
%w[.rubocop.yml .gitignore .travis.yml appveyor.yml]
3535
s.bindir = "exe"
3636
s.executables = s.files.grep(%r{^exe/}) { |f| File.basename(f) }

0 commit comments

Comments
 (0)