From 00b055406d19e18a5e79085f71d64d567ca4632e Mon Sep 17 00:00:00 2001 From: aserafin Date: Thu, 16 Apr 2015 13:20:55 +0200 Subject: [PATCH] change wording in gem description --- grape_logging.gemspec | 2 +- lib/grape_logging/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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