gemspec delete allowed hosts

This commit is contained in:
aserafin 2015-04-16 13:13:10 +02:00
parent 13c22ef2dd
commit b5556d6491

View file

@ -9,10 +9,6 @@ Gem::Specification.new do |spec|
spec.authors = ['aserafin'] spec.authors = ['aserafin']
spec.email = ['adrian@softmad.pl'] 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.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.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' spec.homepage = 'http://github.com/aserafin/grape_logging'