mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
gemspec delete allowed hosts
This commit is contained in:
parent
13c22ef2dd
commit
b5556d6491
1 changed files with 0 additions and 4 deletions
|
|
@ -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'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue