We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dcf9040 + 02d65f1 commit 5500622Copy full SHA for 5500622
secure_headers.gemspec
@@ -14,7 +14,7 @@ Gem::Specification.new do |gem|
14
including content-security-policy, x-frame-options,
15
strict-transport-security, etc.'
16
gem.homepage = "https://github.com/twitter/secureheaders"
17
- gem.license = "Apache-2.0"
+ gem.license = "MIT"
18
gem.files = `git ls-files`.split($INPUT_RECORD_SEPARATOR)
19
gem.executables = gem.files.grep(%r{^bin/}).map { |f| File.basename(f) }
20
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
0 commit comments