diff --git a/grape_logging.gemspec b/grape_logging.gemspec index a19c9f4..e4799e7 100644 --- a/grape_logging.gemspec +++ b/grape_logging.gemspec @@ -9,10 +9,6 @@ Gem::Specification.new do |spec| spec.authors = ['aserafin'] spec.email = ['adrian@softmad.pl'] - if spec.respond_to?(:metadata) - spec.metadata['allowed_push_host'] = "TODO: Set to 'http://mygemserver.com' to prevent pushes to rubygems.org, or delete to allow pushes to any server." - end - spec.summary = %q{Out of the box request logging for Grape!} spec.description = %q{This gem provides simple request logging for Grape with just 2 lines of code you have to put in your project! In return you will get response codes, parameters, total response duration and time spent in db (if you are using ActiveRecord.)} spec.homepage = 'http://github.com/aserafin/grape_logging'