rollbar 2.9.0 → 2.9.1

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: 3dc9f3d80ba20b90a83809caefd61cbb724d5f99
4
- data.tar.gz: a5bb67e2c58339159d475f23f4f6055db837cb46
3
+ metadata.gz: e042ba30e8f58da588a6120707660687171c9e3f
4
+ data.tar.gz: 4d3ca325544cac64b6af94ad19da687cf797aa7c
5
5
  SHA512:
6
- metadata.gz: fc4d5c761209f259b2e5761f4cd5843d37083d6996ef758ab1504f02db3d82416c34d61dbd53bdd863caaec47624dec1924a02c6f9fc0d778cd649737b6d16f5
7
- data.tar.gz: be9b1342ca1345c1133f0ff7d2144a7a3f4b82431d15958b70eea419f402acc1cfa112808fa09beb07d11e5b5916b074d9163f298aa1fe918d1e41b90fb27197
6
+ metadata.gz: d1c0e2121b62a668e884ee7f60954b6559d917339552334f9f797aab421483b144d0dff21c924e90617c7359870c98916899f3d4a0f5a21764fd4d2351dacda4
7
+ data.tar.gz: a0f60c013d3ad9d49beaeb78cd95a19f4b2fdb56afd4f45a2ae26588d62e41c77c095d04e7b7ce0d59d20c44b6cdd3d47b866cd3ba1622e49d0a1efb92ab9661
data/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Change Log
2
2
 
3
+ ## 2.9.1
4
+
5
+ Bug fixes:
6
+
7
+ - Fix Sidekiq support for version > 3.x. Thanks @phlipper. See [#423](https://github.com/rollbar/rollbar-gem/pull/423).
8
+
3
9
  ## 2.9.0
4
10
 
5
11
  Bug fixes:
data/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Rollbar notifier for Ruby [![Build Status](https://api.travis-ci.org/rollbar/rollbar-gem.svg?branch=v2.9.0)](https://travis-ci.org/rollbar/rollbar-gem/branches)
1
+ # Rollbar notifier for Ruby [![Build Status](https://api.travis-ci.org/rollbar/rollbar-gem.svg?branch=v2.9.1)](https://travis-ci.org/rollbar/rollbar-gem/branches)
2
2
 
3
3
  <!-- RemoveNext -->
4
4
  [Rollbar](https://rollbar.com) is an error tracking service for Ruby and other languages. The Rollbar service will alert you of problems with your code and help you understand them in a ways never possible before. We love it and we hope you will too.
@@ -43,7 +43,10 @@ Sidekiq.configure_server do |config|
43
43
  chain.add Rollbar::Sidekiq
44
44
  end
45
45
  else
46
- chain.add Rollbar::Sidekiq::ClearScope
46
+ config.server_middleware do |chain|
47
+ chain.add Rollbar::Sidekiq::ClearScope
48
+ end
49
+
47
50
  config.error_handlers << proc do |e, context|
48
51
  Rollbar::Sidekiq.handle_exception(context, e)
49
52
  end
@@ -1,3 +1,3 @@
1
1
  module Rollbar
2
- VERSION = "2.9.0"
2
+ VERSION = "2.9.1"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: rollbar
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.9.0
4
+ version: 2.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Rollbar, Inc.
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-04-08 00:00:00.000000000 Z
11
+ date: 2016-04-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: multi_json