que 0.11.3 → 0.11.4

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
  SHA1:
3
- metadata.gz: 36663fa76366e576b7da98780e9c71519148fc10
4
- data.tar.gz: dd37b18e13b152b2f2f876439b491ec3820465a4
3
+ metadata.gz: c8edda3268fc15d7edeb7429c1724cbf292988f7
4
+ data.tar.gz: 16f4cecf5a05189b134d99fa76f87bb26ac47107
5
5
  SHA512:
6
- metadata.gz: f6d752b03080ae3d1a04b3afdf21b886a9d615011d38d713015c47aadd1f389bb231ed9d553b4c7beba382bbdfbeda97510d7212debc527f6f6daedef074b646
7
- data.tar.gz: 7e087a89f476a2fefe2426e1d9d6143045748cda09fb61254ee0645d670583a74f4bef137bf13cc04f232e45ccfc6d91c7e0337e6b4ab004aed88aadd0a48702
6
+ metadata.gz: 34ebad571f0ec5e008fe19fcab01ce3fbc6b8e76879acd890a03c014d10ee92766b3f9d42a70d2b8b218d0f32e30055025d65cee330fc4f0a9986dd50688a999
7
+ data.tar.gz: a72f28c2fe5f10e9897ddb9d97c7dfc123d085efdbfc653b76c543093a3aec2d930482f7859dd2decde784715f9dda6be6c5b38adf7ee83570c18a22dbda3598
@@ -1,3 +1,7 @@
1
+ ### 0.11.4 (2016-03-03)
2
+
3
+ * Fix incompatibility with ActiveRecord 5.0.0.beta3. (#143, #144) (joevandyk)
4
+
1
5
  ### 0.11.3 (2016-02-26)
2
6
 
3
7
  * Fixed bug with displaying the current version of the que executable. (#122) (hardbap)
@@ -42,6 +42,10 @@ module Que
42
42
  def committed!(should_run_callbacks = true)
43
43
  Que.wake!
44
44
  end
45
+
46
+ def before_committed!(*)
47
+ # no-op
48
+ end
45
49
  end
46
50
 
47
51
  private
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Que
4
- Version = '0.11.3'
4
+ Version = '0.11.4'
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: que
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.3
4
+ version: 0.11.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chris Hanks
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-02-26 00:00:00.000000000 Z
11
+ date: 2016-03-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler