active_job_resque_solo 0.3.8 → 0.3.9
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/.travis.yml +1 -0
- data/CHANGELOG.md +5 -1
- data/lib/active_job_resque_solo/version.rb +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6c61c12c5ebceb9742e0ac25a156b9be267a14e764ec012265a48dc5b9a28304
|
|
4
|
+
data.tar.gz: b1f1917b25f778c22d6454916e49fb890e86bf15aacda15d135d08f7de73d567
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6010a0562433d4d11f4b857178fe2380b2a661a2767c709dff1440e8ffaf0270be4e38cb6ceb1ba68d9a702d0e67785957639f3860dca1ee1643d2eeb540f801
|
|
7
|
+
data.tar.gz: '08d8a382c465cf5045c39be01119e78985bd07634679b0112414dea4568e51e97df6b0d5370e004e1a10d659d5403ecb7b367c91122355915842019171bbfedd'
|
data/.travis.yml
CHANGED
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,10 @@
|
|
|
1
|
+
# 0.3.9
|
|
2
|
+
|
|
3
|
+
* Add CI test for Ruby 2.5.0.
|
|
4
|
+
|
|
1
5
|
# 0.3.8
|
|
2
6
|
|
|
3
|
-
* Fix bug that caused ActiveJobResqueSolo to realize that the Rails app was configued for Resque.
|
|
7
|
+
* Fix bug that caused ActiveJobResqueSolo to fail to realize that the Rails app was configued for Resque.
|
|
4
8
|
|
|
5
9
|
# 0.3.7
|
|
6
10
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: active_job_resque_solo
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.3.
|
|
4
|
+
version: 0.3.9
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Phillip Kinkade
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-
|
|
11
|
+
date: 2018-11-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|
|
@@ -132,7 +132,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
132
132
|
version: '0'
|
|
133
133
|
requirements: []
|
|
134
134
|
rubyforge_project:
|
|
135
|
-
rubygems_version: 2.7.
|
|
135
|
+
rubygems_version: 2.7.7
|
|
136
136
|
signing_key:
|
|
137
137
|
specification_version: 4
|
|
138
138
|
summary: Prevents duplicate ActiveJob+Resque jobs from being enqueued.
|