Skip to content

Commit 6a3b75d

Browse files
authored
Use SPDX license code and swap summary & description
Using an SPDX code makes automatic processing easier. The summary should be shorter than the description.
1 parent 5f91c40 commit 6a3b75d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

secure_headers.gemspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ Gem::Specification.new do |gem|
99
gem.version = SecureHeaders::VERSION
1010
gem.authors = ["Neil Matatall"]
1111
gem.email = ["[email protected]"]
12-
gem.description = "Manages application of security headers with many safe defaults."
13-
gem.summary = 'Add easily configured security headers to responses
12+
gem.summary = "Manages application of security headers with many safe defaults."
13+
gem.description = 'Add easily configured security headers to responses
1414
including content-security-policy, x-frame-options,
1515
strict-transport-security, etc.'
1616
gem.homepage = "https://github.com/twitter/secureheaders"
17-
gem.license = "Apache Public License 2.0"
17+
gem.license = "Apache-2.0"
1818
gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
1919
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
2020
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})

0 commit comments

Comments
 (0)