File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,12 @@ Gem::Specification.new do |gem|
99 gem . version = SecureHeaders ::VERSION
1010 gem . authors = [ "Neil Matatall" ]
111112- 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)/} )
You can’t perform that action at this time.
0 commit comments