lock_method 0.5.2 → 0.5.3

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,9 @@
1
+ 0.5.3 / 2012-04-17
2
+
3
+ * Bug fixes
4
+
5
+ * Properly require 'thread' since we're using Mutex
6
+
1
7
  0.5.2 / 2012-04-17
2
8
 
3
9
  * Enhancements
@@ -1,3 +1,3 @@
1
1
  module LockMethod
2
- VERSION = "0.5.2"
2
+ VERSION = "0.5.3"
3
3
  end
data/lib/lock_method.rb CHANGED
@@ -1,3 +1,5 @@
1
+ require 'thread'
2
+
1
3
  require 'active_support'
2
4
  require 'active_support/version'
3
5
  if ::ActiveSupport::VERSION::MAJOR >= 3
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lock_method
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.2
4
+ version: 0.5.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: