grape_logging 1.0.2 → 1.0.3

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: e2fec894617972e231c3e50d0189c15eea40be4b
4
- data.tar.gz: 1c80376f89e9fa755cb4288975fbbe7e73dfbccc
3
+ metadata.gz: fcf09ce48949b6fa9b08da15da8aad3bc97cad72
4
+ data.tar.gz: 5d4206727f908558817d5a8ea41deb4da85f4f25
5
5
  SHA512:
6
- metadata.gz: 2a71cea5c425b179751142256a3c082b71b8f59409fc51ae9621b001b0ec117b41abbdef25e00f28eb042abce81b31684a72ce68f984db90e9cb4359611eddb6
7
- data.tar.gz: 8ab528979f6106768003ccf897190dae0e13536b111bb95adc537db0942046b75c20c47b70d8a9da377d907dc5640082d0810dc5b45a6f673da7d2f0037b50d6
6
+ metadata.gz: 93a61ce5749bfb9bbb99e2bd1f15701432426f959da03d2b0203d2a12dd74222538b80794b61b39ffb886c2eb061f64b8817a757793ea9265b75f8b05baf57f3
7
+ data.tar.gz: ab8caacfa27adaab5c0a635e4533cf1de2f349e1a33a9064ae7bbb5fadfb3c16d4f327a0c500977cf3189ea693c8d0cce487dac15e166ef327d814865e0a1637
data/README.md CHANGED
@@ -38,7 +38,7 @@ If you prefer some other format I strongly encourage you to do pull request with
38
38
 
39
39
  You can to file and STDOUT at the same time, you just need to assign new logger
40
40
 
41
- logger Logger.new GrapeLogging::MultiIO.new(STDOUT, File.open('path/to/your/logfile.log'), 'a'))
41
+ logger Logger.new GrapeLogging::MultiIO.new(STDOUT, File.open('path/to/your/logfile.log', 'a'))
42
42
 
43
43
  ### Logging exceptions
44
44
 
@@ -63,4 +63,4 @@ To install this gem onto your local machine, run `bundle exec rake install`. To
63
63
  2. Create your feature branch (`git checkout -b my-new-feature`)
64
64
  3. Commit your changes (`git commit -am 'Add some feature'`)
65
65
  4. Push to the branch (`git push origin my-new-feature`)
66
- 5. Create a new Pull Request
66
+ 5. Create a new Pull Request
@@ -1,3 +1,4 @@
1
+ require 'benchmark'
1
2
  require 'grape/middleware/base'
2
3
 
3
4
  module GrapeLogging
@@ -1,3 +1,3 @@
1
1
  module GrapeLogging
2
- VERSION = '1.0.2'
2
+ VERSION = '1.0.3'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: grape_logging
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - aserafin
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-04-16 00:00:00.000000000 Z
11
+ date: 2015-05-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: grape