From b5556d6491663170c03e56dbd81e4306085ea305 Mon Sep 17 00:00:00 2001 From: aserafin Date: Thu, 16 Apr 2015 13:13:10 +0200 Subject: [PATCH] gemspec delete allowed hosts --- grape_logging.gemspec | 4 ---- 1 file changed, 4 deletions(-) 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'