sentry-raven 2.0.1 → 2.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/raven/integrations/rack-timeout.rb +1 -1
- data/lib/raven/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e464bc91ea975824329dfd86c13edf2d9e75e9cb
|
|
4
|
+
data.tar.gz: 31719bdb63d32973a5ea442db84138ad76b84a81
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9f1739d86ea78f779bfeccfefe10915cc90239478b034f801c0e4cfe7c00c56751c51daaf6041e4e62ee82f45ab281087c18cf30a6f9234b67958c1181935c0e
|
|
7
|
+
data.tar.gz: 04e10bb6c9edf0224e369ff53fc811f133fec59a5a354ac83f70a0ef48ccad6e379b22bc10926d56e0bdef4109b64bd8591a9abe5030ca5bccf8505f14453fdc
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# rubocop:disable Style/FileName
|
|
2
2
|
# We need to do this because of the way integration loading works
|
|
3
|
-
require
|
|
3
|
+
require "rack/timeout/base"
|
|
4
4
|
|
|
5
5
|
# This integration is a good example of how to change how exceptions
|
|
6
6
|
# get grouped by Sentry's UI. Simply override #raven_context in
|
data/lib/raven/version.rb
CHANGED
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: sentry-raven
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sentry Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-09-
|
|
11
|
+
date: 2016-09-30 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|