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 543e671 + 267663b commit 84253daCopy full SHA for 84253da
lib/secure_headers/version.rb
@@ -1,3 +1,5 @@
1
+# frozen_string_literal: true
2
+
3
module SecureHeaders
4
VERSION = "6.1.0"
5
end
secure_headers.gemspec
@@ -1,9 +1,9 @@
lib = File.expand_path("../lib", __FILE__)
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
require "secure_headers/version"
6
-# -*- encoding: utf-8 -*-
-# frozen_string_literal: true
7
Gem::Specification.new do |gem|
8
gem.name = "secure_headers"
9
gem.version = SecureHeaders::VERSION
0 commit comments