Skip to content

Commit 7d9c054

Browse files
committed
Update secure_headers.gemspec
* Updated the summary and description to match the headline on the github repo (not that I like that either)
1 parent c6e263d commit 7d9c054

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

secure_headers.gemspec

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ Gem::Specification.new do |gem|
88
gem.version = SecureHeaders::VERSION
99
gem.authors = ["Neil Matatall"]
1010
gem.email = ["[email protected]"]
11-
gem.description = %q{Add easily configured browser headers to responses.}
12-
gem.summary = %q{Add easily configured browser headers to responses
13-
including content security policy, x-frame-options,
14-
strict-transport-security and more.}
11+
gem.description = %q{Security related headers all in one gem.}
12+
gem.summary = %q{Add easily configured security headers to responses
13+
including content-security-policy, x-frame-options,
14+
strict-transport-security, etc.}
1515
gem.homepage = "https://github.com/twitter/secureheaders"
1616
gem.license = "Apache Public License 2.0"
1717
gem.files = `git ls-files`.split($/)

0 commit comments

Comments
 (0)