mirror of
https://github.com/samsonjs/grape_logging.git
synced 2026-03-25 08:55:47 +00:00
change wording in gem description
This commit is contained in:
parent
b5556d6491
commit
00b055406d
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
|
|||
spec.email = ['adrian@softmad.pl']
|
||||
|
||||
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 few lines of code you have to put in your project! In return you will get response codes, paths, parameters and more!}
|
||||
spec.homepage = 'http://github.com/aserafin/grape_logging'
|
||||
spec.license = 'MIT'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
module GrapeLogging
|
||||
VERSION = '1.0.0'
|
||||
VERSION = '1.0.2'
|
||||
end
|
||||
|
|
|
|||
Loading…
Reference in a new issue