perfectqueue 0.8.37 → 0.8.38

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.
data/ChangeLog CHANGED
@@ -1,3 +1,8 @@
1
+ == 2014-05-29 version 0.8.38
2
+
3
+ * rdb_compat: 'UNLOCK TABLES' statement is submitted when use_connection_pooling is true.
4
+
5
+
1
6
  == 2014-05-28 version 0.8.37
2
7
 
3
8
  * rdb_compat: fixed a deadlock problem that rdb_compat doesn't unlock tables if it
@@ -261,7 +261,7 @@ SQL
261
261
 
262
262
  @cleanup_interval_count -= 1
263
263
 
264
- if @table_unlock
264
+ if @use_connection_pooling && @table_unlock
265
265
  @db[@table_unlock].update
266
266
  end
267
267
  end
@@ -1,3 +1,3 @@
1
1
  module PerfectQueue
2
- VERSION = "0.8.37"
2
+ VERSION = "0.8.38"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: perfectqueue
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.37
4
+ version: 0.8.38
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors:
@@ -157,7 +157,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
157
157
  version: '0'
158
158
  segments:
159
159
  - 0
160
- hash: 3778995131748880902
160
+ hash: -3420430891342513756
161
161
  required_rubygems_version: !ruby/object:Gem::Requirement
162
162
  none: false
163
163
  requirements:
@@ -166,7 +166,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
166
166
  version: '0'
167
167
  segments:
168
168
  - 0
169
- hash: 3778995131748880902
169
+ hash: -3420430891342513756
170
170
  requirements: []
171
171
  rubyforge_project:
172
172
  rubygems_version: 1.8.24