Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove docs file and extraneous Markdown files
Browse files Browse the repository at this point in the history
rzhade3 committed Dec 11, 2024
1 parent 65581ba commit 52256a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion secure_headers.gemspec
Original file line number Diff line number Diff line change
@@ -15,7 +15,7 @@ Gem::Specification.new do |gem|
strict-transport-security, etc.'
gem.homepage = "https://github.com/github/secure_headers"
gem.license = "MIT"
gem.files = Dir["lib/**/*", "spec/**/*", "bin/**/*", "docs/**/*", "*.md"] + ["LICENSE", "Gemfile", "Guardfile", "Rakefile", ".rspec", ".rubocop.yml", ".gitignore", "secure_headers.gemspec"]
gem.files = Dir["bin/**/*", "lib/**/*", "spec/**/*"] + ["README.md", "Gemfile", "Guardfile", "Rakefile", ".rspec", ".rubocop.yml", "secure_headers.gemspec"]
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
gem.require_paths = ["lib"]

0 comments on commit 52256a2

Please sign in to comment.