grape_logging 1.0.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e39d824c49d16aa7b96e3dc5886a6808ffc484e7
4
- data.tar.gz: 143b23df9350b9ef6e15491fb7e14aaf79efc524
3
+ metadata.gz: e2fec894617972e231c3e50d0189c15eea40be4b
4
+ data.tar.gz: 1c80376f89e9fa755cb4288975fbbe7e73dfbccc
5
5
  SHA512:
6
- metadata.gz: 07b2e707e3e1bc0ba946a15be38004ff39e2effd482084cc72f302279b6aa9d26b9009a0f385a0735a8347eb73c84956198d8aa34677d7e61b924fcf6f70d3c4
7
- data.tar.gz: 4c4fa7aa76460e1a7abdbb553d5f5111499766ed284b3b703fb4baa9c7f4d6a91f193707fbc5934359feab7c87115e1d2b9d2db3c2b1dfd46de7d89b499b4625
6
+ metadata.gz: 2a71cea5c425b179751142256a3c082b71b8f59409fc51ae9621b001b0ec117b41abbdef25e00f28eb042abce81b31684a72ce68f984db90e9cb4359611eddb6
7
+ data.tar.gz: 8ab528979f6106768003ccf897190dae0e13536b111bb95adc537db0942046b75c20c47b70d8a9da377d907dc5640082d0810dc5b45a6f673da7d2f0037b50d6
@@ -10,7 +10,7 @@ Gem::Specification.new do |spec|
10
10
  spec.email = ['adrian@softmad.pl']
11
11
 
12
12
  spec.summary = %q{Out of the box request logging for Grape!}
13
- 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.)}
13
+ 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!}
14
14
  spec.homepage = 'http://github.com/aserafin/grape_logging'
15
15
  spec.license = 'MIT'
16
16
 
@@ -1,3 +1,3 @@
1
1
  module GrapeLogging
2
- VERSION = '1.0.0'
2
+ VERSION = '1.0.2'
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape_logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - aserafin
@@ -52,9 +52,9 @@ dependencies:
52
52
  - - "~>"
53
53
  - !ruby/object:Gem::Version
54
54
  version: '10.0'
55
- description: This gem provides simple request logging for Grape with just 2 lines
55
+ description: This gem provides simple request logging for Grape with just few lines
56
56
  of code you have to put in your project! In return you will get response codes,
57
- parameters, total response duration and time spent in db (if you are using ActiveRecord.)
57
+ paths, parameters and more!
58
58
  email:
59
59
  - adrian@softmad.pl
60
60
  executables: []