Skip to content

Commit

Permalink
Add post_install message to gemspec regarding +insert_after+
Browse files Browse the repository at this point in the history
  • Loading branch information
ridiculous committed Sep 16, 2016
1 parent 0cd47cb commit 28dbb5c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions grape-middleware-logger.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ['lib']

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

spec.add_dependency 'grape', '>= 0.17', '< 1'

spec.add_development_dependency 'bundler', '~> 1.7'
Expand Down

0 comments on commit 28dbb5c

Please sign in to comment.