Skip to content

Commit 52256a2

Browse files
committed
Remove docs file and extraneous Markdown files
1 parent 65581ba commit 52256a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

secure_headers.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
1515
strict-transport-security, etc.'
1616
gem.homepage = "https://github.com/github/secure_headers"
1717
gem.license = "MIT"
18-
gem.files = Dir["lib/**/*", "spec/**/*", "bin/**/*", "docs/**/*", "*.md"] + ["LICENSE", "Gemfile", "Guardfile", "Rakefile", ".rspec", ".rubocop.yml", ".gitignore", "secure_headers.gemspec"]
18+
gem.files = Dir["bin/**/*", "lib/**/*", "spec/**/*"] + ["README.md", "Gemfile", "Guardfile", "Rakefile", ".rspec", ".rubocop.yml", "secure_headers.gemspec"]
1919
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
2020
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
2121
gem.require_paths = ["lib"]

0 commit comments

Comments
 (0)