with_advisory_lock 0.0.3 → 0.0.4
Sign up to get free protection for your applications and to get access to all the features.
- data/README.md +4 -0
- data/lib/with_advisory_lock.rb +1 -2
- data/lib/with_advisory_lock/version.rb +1 -1
- metadata +3 -3
data/README.md
CHANGED
@@ -94,6 +94,10 @@ aren't going to be commonly applicable, and they can be a source of
|
|
94
94
|
|
95
95
|
## Changelog
|
96
96
|
|
97
|
+
### 0.0.4
|
98
|
+
|
99
|
+
* Moved require into on_load, which should speed loading when AR doesn't have to spin up
|
100
|
+
|
97
101
|
### 0.0.3
|
98
102
|
|
99
103
|
* Fought with ActiveRecord 3.0.x and 3.1.x. You don't want them if you use threads—they fail
|
data/lib/with_advisory_lock.rb
CHANGED
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: with_advisory_lock
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.0.
|
4
|
+
version: 0.0.4
|
5
5
|
prerelease:
|
6
6
|
platform: ruby
|
7
7
|
authors:
|
@@ -214,7 +214,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
214
214
|
version: '0'
|
215
215
|
segments:
|
216
216
|
- 0
|
217
|
-
hash:
|
217
|
+
hash: -2231625769835238034
|
218
218
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
219
219
|
none: false
|
220
220
|
requirements:
|
@@ -223,7 +223,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
223
223
|
version: '0'
|
224
224
|
segments:
|
225
225
|
- 0
|
226
|
-
hash:
|
226
|
+
hash: -2231625769835238034
|
227
227
|
requirements: []
|
228
228
|
rubyforge_project:
|
229
229
|
rubygems_version: 1.8.23
|