honeybadger 5.5.0 → 5.5.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
  SHA256:
3
- metadata.gz: cb3f1cce4a9922e40fb7f08e37ccaa3f826aabd9d529b13a49fec50ba22990b0
4
- data.tar.gz: 024676b627053cb84cec4bffbae7f35718d7dc38e81937a50fc4435c936a4301
3
+ metadata.gz: bf56c137b95179fbd21fd5bac2c31296394a7972780e1b02c5d2af42edb33891
4
+ data.tar.gz: 13a880f233e679356ba6649e89040355bd4c7db1b8fcd228b1d7d0512d07afb5
5
5
  SHA512:
6
- metadata.gz: 569ba0e6b76df2349b10a8d37417b13be728cb7abdc6aaec958fa76ed2d912498624758f1c18f085f9e003611832d81937a6427a4bbcd2f51f3532fa4fffe550
7
- data.tar.gz: c5eb3f07437df88834e8ca6c35327f0af3cf1cf93b94cf8809212313ffa316d071c4ee32cdf4ef5ea89e98164cb01024992e086fd47386a1ad4b3a5fe9318bf5
6
+ metadata.gz: 14c0a39a3f756fe14eee8b49159b3f8941647ecbb3d54a376573f77a6e1c4bc87e3a0d47c856b259a53f63a11f10bf9ac61836416c64cae321e8849425f2345e
7
+ data.tar.gz: 6a28432b6323dd7f9d22cc05e019152d01fec5f60cc8bc070e5a9b3c0c40e7e2a150aa8b15070a5b05543e1e62b489699f16e17ae6636664457edb1c08770878
data/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # Change Log
2
2
 
3
+ ## [5.5.1](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.5.0...v5.5.1) (2024-02-26)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * don't raise an exception when ActiveJob isn't loaded ([#523](https://github.com/honeybadger-io/honeybadger-ruby/issues/523)) ([40c7892](https://github.com/honeybadger-io/honeybadger-ruby/commit/40c7892b9f191eb9159b776880962fc079c5e665))
9
+
3
10
  ## [5.5.0](https://github.com/honeybadger-io/honeybadger-ruby/compare/v5.4.1...v5.5.0) (2024-02-12)
4
11
 
5
12
 
@@ -4,8 +4,9 @@ module Honeybadger
4
4
 
5
5
  Plugin.register {
6
6
  requirement { defined?(::Rails.application) && ::Rails.application }
7
- requirement {
8
- ::Rails.application.config.active_job[:queue_adapter] == :async
7
+ requirement {
8
+ ::Rails.application.config.respond_to?(:active_job) &&
9
+ ::Rails.application.config.active_job[:queue_adapter] == :async
9
10
  }
10
11
 
11
12
  execution {
@@ -25,4 +26,4 @@ module Honeybadger
25
26
  end
26
27
  end
27
28
 
28
- end
29
+ end
@@ -1,4 +1,4 @@
1
1
  module Honeybadger
2
2
  # The current String Honeybadger version.
3
- VERSION = '5.5.0'.freeze
3
+ VERSION = '5.5.1'.freeze
4
4
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: honeybadger
3
3
  version: !ruby/object:Gem::Version
4
- version: 5.5.0
4
+ version: 5.5.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Honeybadger Industries LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-12 00:00:00.000000000 Z
11
+ date: 2024-02-26 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Make managing application errors a more pleasant experience.
14
14
  email: