active_job_resque_solo 0.3.8 → 0.3.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c652bfbf94c48c9c07d9688f2c18631af43967c411fc82d4108bad4fb3599497
4
- data.tar.gz: a7678b0192ec9d58b64d8625ab490a6300e3cfa482678a7c0d69f53afb6b5b1d
3
+ metadata.gz: 6c61c12c5ebceb9742e0ac25a156b9be267a14e764ec012265a48dc5b9a28304
4
+ data.tar.gz: b1f1917b25f778c22d6454916e49fb890e86bf15aacda15d135d08f7de73d567
5
5
  SHA512:
6
- metadata.gz: 0a2f39b9200def72a38426c46d0cf80bfc5b9cc1ab2b3e498d281dca1edcaf4a2f8f582350ffe802b8759f8ddbbd3d979742c2ee41b6c3f11d21f2031b7d0458
7
- data.tar.gz: c4c4026a3ddbe669635a0ccdbeda1c04ef8d49d16b78e6cc4742c14df06702461348cca22c2edef6a10f99c3b339fa77c2709a03e138e3ab85d194ff3f59c223
6
+ metadata.gz: 6010a0562433d4d11f4b857178fe2380b2a661a2767c709dff1440e8ffaf0270be4e38cb6ceb1ba68d9a702d0e67785957639f3860dca1ee1643d2eeb540f801
7
+ data.tar.gz: '08d8a382c465cf5045c39be01119e78985bd07634679b0112414dea4568e51e97df6b0d5370e004e1a10d659d5403ecb7b367c91122355915842019171bbfedd'
data/.travis.yml CHANGED
@@ -4,5 +4,6 @@ rvm:
4
4
  - 2.2.0
5
5
  - 2.3.0
6
6
  - 2.4.0
7
+ - 2.5.0
7
8
  - ruby-head
8
9
  before_install: gem install bundler -v 1.15.4
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
 
@@ -1,3 +1,3 @@
1
1
  module ActiveJobResqueSolo
2
- VERSION = "0.3.8"
2
+ VERSION = "0.3.9"
3
3
  end
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.8
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-03-12 00:00:00.000000000 Z
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.2
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.