Skip to content

Commit

Permalink
Update post install message
Browse files Browse the repository at this point in the history
  • Loading branch information
ridiculous authored Sep 16, 2016
1 parent ad6116e commit 0873cae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion grape-middleware-logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,8 @@ Gem::Specification.new do |spec|
spec.require_paths = ['lib']

spec.post_install_message = %q{
GrapeMiddlewareLogger v1.7+ should be mounted with +insert_after+ to properly include POST request params:
GrapeMiddlewareLogger 1.7+ should be mounted with +insert_after+ to properly include POST params:
insert_after Grape::Middleware::Formatter, Grape::Middleware::Logger
Expand Down

0 comments on commit 0873cae

Please sign in to comment.