sqewer 6.0.1 → 6.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: 1c919afcf26f8c9016c746e600f439b51e1cf256
4
- data.tar.gz: defe9b65968719023eb08ceec4c9c5889e5ee775
3
+ metadata.gz: 1fe1dcc3096015e3410fabaf3d66f7755923bc04
4
+ data.tar.gz: 3147a90a18af9825bcd7ac6926a29b66f321b4bf
5
5
  SHA512:
6
- metadata.gz: 34f003b295c0cff07fffac451fd66884b8c2e1d866ab00635e69e084480ab50e83c04684952a69f1ab927dc152f10eed029b0f8f1455741585233c956e61e1bb
7
- data.tar.gz: eaf9a98c8d80261cc09ab33c02827c281cd30232ffd411af6a9d1707345d22c3283e19e394ea68314cf7a93a49bcb16e976fc9d4152891fab821b4bba8c33f82
6
+ metadata.gz: b77682c85851986480bd9fe66f55dda52afd2779523e976b1dac94a6cc58b9e1eb78b307f4cbaa803d573778b096f9c20411599eaf47caa48b1d6c9d0cb4d92d
7
+ data.tar.gz: 4cb84e036ea4e7889ee6e6d1d2db6601ccde6163907331d7e7e7be3843155d1cbe3f31664eb0a3ac0936ddfec0a0272a14119ab697814b5fcb84df91ab0b41df
@@ -1,3 +1,6 @@
1
+ ### 6.0.2
2
+ - Fix an issue in the interaction in the Activejob extension that caused all the background jobs to show up as instances of `#run`.
3
+
1
4
  ### 6.0.1
2
5
  - Fix an issue in the interaction between the Appsignal and Activejob extensions that caused all the background jobs to show up as instances of `ActiveJob::QueueAdapters::SqewerAdapter::Performable#run`.
3
6
 
@@ -42,7 +42,7 @@ module ActiveJob
42
42
  end
43
43
 
44
44
  def class_name
45
- @job["job_class"]
45
+ @job[:job_class]
46
46
  end
47
47
 
48
48
  # Runs the contained ActiveJob.
@@ -1,3 +1,3 @@
1
1
  module Sqewer
2
- VERSION = '6.0.1'
2
+ VERSION = '6.0.2'
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sqewer
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.1
4
+ version: 6.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Julik Tarkhanov
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-03-05 00:00:00.000000000 Z
11
+ date: 2018-03-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-sqs