change wording in gem description

This commit is contained in:
aserafin 2015-04-16 13:20:55 +02:00
parent b5556d6491
commit 00b055406d
2 changed files with 2 additions and 2 deletions

View file

@ -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'

View file

@ -1,3 +1,3 @@
module GrapeLogging
VERSION = '1.0.0'
VERSION = '1.0.2'
end