Skip to content

Commit

Permalink
add post-install message to gemspec mentioning migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
oreoshake committed Jan 5, 2016
1 parent 9859c30 commit af6d76e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions secure_headers.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,5 @@ Gem::Specification.new do |gem|
gem.require_paths = ["lib"]
gem.add_development_dependency "rake"
gem.add_dependency "user_agent_parser"
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."
end

0 comments on commit af6d76e

Please sign in to comment.