Skip to content

Commit

Permalink
add post install message warning about dropping 1.8.7 support
Browse files Browse the repository at this point in the history
Fixes #154
  • Loading branch information
oreoshake committed Aug 26, 2015
1 parent a2664d3 commit 6632d62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/secure_headers/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module SecureHeaders
VERSION = "2.2.3"
VERSION = "2.2.4"
end
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 = "Heads up, secure_headers Ruby 1.8.7 support will go away in the next major release."
end

0 comments on commit 6632d62

Please sign in to comment.