diff --git a/grape_logging.gemspec b/grape_logging.gemspec index e4799e7..7b9ac27 100644 --- a/grape_logging.gemspec +++ b/grape_logging.gemspec @@ -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' diff --git a/lib/grape_logging/version.rb b/lib/grape_logging/version.rb index 696dc15..a7f86ad 100644 --- a/lib/grape_logging/version.rb +++ b/lib/grape_logging/version.rb @@ -1,3 +1,3 @@ module GrapeLogging - VERSION = '1.0.0' + VERSION = '1.0.2' end