Skip to content

Commit af6d76e

Browse files
committed
add post-install message to gemspec mentioning migration guide
1 parent 9859c30 commit af6d76e

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
@@ -20,4 +20,5 @@ Gem::Specification.new do |gem|
2020
gem.require_paths = ["lib"]
2121
gem.add_development_dependency "rake"
2222
gem.add_dependency "user_agent_parser"
23+
gem.post_install_message = "[DEPRECATION] Development has stopped on the 2.x line of secure_headers. It will be maintained, but new features will be added to the 3.x branch. A lot has changed in secure_headers 3.x. A migration guide can be found in the documentation: https://github.com/twitter/secureheaders/blob/master/upgrading-to-3-0.md."
2324
end

0 commit comments

Comments
 (0)