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 +4 -4
- data/CHANGELOG.md +3 -0
- data/lib/sqewer/extensions/active_job_adapter.rb +1 -1
- data/lib/sqewer/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: 1fe1dcc3096015e3410fabaf3d66f7755923bc04
|
|
4
|
+
data.tar.gz: 3147a90a18af9825bcd7ac6926a29b66f321b4bf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: b77682c85851986480bd9fe66f55dda52afd2779523e976b1dac94a6cc58b9e1eb78b307f4cbaa803d573778b096f9c20411599eaf47caa48b1d6c9d0cb4d92d
|
|
7
|
+
data.tar.gz: 4cb84e036ea4e7889ee6e6d1d2db6601ccde6163907331d7e7e7be3843155d1cbe3f31664eb0a3ac0936ddfec0a0272a14119ab697814b5fcb84df91ab0b41df
|
data/CHANGELOG.md
CHANGED
|
@@ -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
|
|
data/lib/sqewer/version.rb
CHANGED
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.
|
|
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-
|
|
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
|