diff options
author | Saku Ytti <saku@ytti.fi> | 2014-02-25 11:21:43 +0200 |
---|---|---|
committer | Saku Ytti <saku@ytti.fi> | 2014-02-25 11:21:43 +0200 |
commit | 596607c8bad948f605fdece2829e24eac3411279 (patch) | |
tree | fc45568982ec2f5fd3a80722fd4a5be1575d6f2e /oxidized.gemspec | |
parent | d750967f1abd8748b48ac3172fe4016361c3d97e (diff) |
Remove Mutex#owned? It is incompatible with 1.9.3
I didn't like that solution anyhow, but wasn't sure my locked methods
are not calling other external locked methods.
That shouldn't be the case so synchronize should work.
Diffstat (limited to 'oxidized.gemspec')
-rw-r--r-- | oxidized.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/oxidized.gemspec b/oxidized.gemspec index ff3ebe5..63de5c0 100644 --- a/oxidized.gemspec +++ b/oxidized.gemspec @@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = 'oxidized' - s.version = '0.0.22' + s.version = '0.0.23' s.platform = Gem::Platform::RUBY s.authors = [ 'Saku Ytti' ] s.email = %w( saku@ytti.fi ) |