Skip to content

Commit 85d7715

Browse files
committed
add post install message about semi-backwards incompatibility
1 parent 809e499 commit 85d7715

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

secure_headers.gemspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,5 @@ Gem::Specification.new do |gem|
1919
gem.test_files = gem.files.grep(%r{^(test|spec|features)/})
2020
gem.require_paths = ["lib"]
2121
gem.add_development_dependency "rake"
22+
gem.post_install_message = "Warning: lambda config values will be broken until you add |controller|. e.g. :enforce => lambda { |controller| some_expression }"
2223
end

0 commit comments

Comments
 (0)