with_connection 0.1.8 → 0.1.9
Sign up to get free protection for your applications and to get access to all the features.
- data/VERSION +1 -1
- data/lib/active_record/fiber_patches.rb +1 -0
- data/with_connection.gemspec +1 -1
- metadata +2 -2
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
0.1.
|
1
|
+
0.1.9
|
@@ -62,6 +62,7 @@ module ActiveRecord
|
|
62
62
|
# The mutex used to synchronize pool access
|
63
63
|
@connection_mutex = FiberedMonitor.new
|
64
64
|
@queue = @connection_mutex.new_cond
|
65
|
+
@queue.name = @name
|
65
66
|
|
66
67
|
# default 5 second timeout unless on ruby 1.9
|
67
68
|
@timeout = spec.config[:wait_timeout] || 5
|
data/with_connection.gemspec
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: with_connection
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.9
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -113,7 +113,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
113
113
|
version: '0'
|
114
114
|
segments:
|
115
115
|
- 0
|
116
|
-
hash:
|
116
|
+
hash: -1295807487207896802
|
117
117
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
118
118
|
none: false
|
119
119
|
requirements:
|