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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 338599309d34409472e0e7e5caed30032eceab6d
4
- data.tar.gz: 88ae92af2204297109053fd40f8b921ec4bb3d91
3
+ metadata.gz: e464bc91ea975824329dfd86c13edf2d9e75e9cb
4
+ data.tar.gz: 31719bdb63d32973a5ea442db84138ad76b84a81
5
5
  SHA512:
6
- metadata.gz: d2a79fa11466b68ff193e4f057d914053e5b49a70c21d4ded431eb6f902761fc15ef14b0368730d38fc3a11c3670e562c163eda7238b527376c6d46367c57d37
7
- data.tar.gz: d2744a067496d9ff764b381d6cddd9a5eba223ff6674b616cf420efa1f54a80ebb6181392586505225d0e6ff45332c25faf13bcebcb1d26ee1e9ac1eda6fdc94
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 'rack-timeout'
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
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
  module Raven
3
3
  # Freezing this constant breaks in 1.9.x
4
- VERSION = "2.0.1" # rubocop:disable Style/MutableConstant
4
+ VERSION = "2.0.2" # rubocop:disable Style/MutableConstant
5
5
  end
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.1
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-26 00:00:00.000000000 Z
11
+ date: 2016-09-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: faraday