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 +4 -4
- data/grape_logging.gemspec +1 -1
- data/lib/grape_logging/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e2fec894617972e231c3e50d0189c15eea40be4b
|
4
|
+
data.tar.gz: 1c80376f89e9fa755cb4288975fbbe7e73dfbccc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a71cea5c425b179751142256a3c082b71b8f59409fc51ae9621b001b0ec117b41abbdef25e00f28eb042abce81b31684a72ce68f984db90e9cb4359611eddb6
|
7
|
+
data.tar.gz: 8ab528979f6106768003ccf897190dae0e13536b111bb95adc537db0942046b75c20c47b70d8a9da377d907dc5640082d0810dc5b45a6f673da7d2f0037b50d6
|
data/grape_logging.gemspec
CHANGED
@@ -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
|
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
|
|
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.
|
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
|
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
|
-
|
57
|
+
paths, parameters and more!
|
58
58
|
email:
|
59
59
|
- adrian@softmad.pl
|
60
60
|
executables: []
|