distributed_mutex 1.1.4 → 1.1.5

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. data/Gemfile.lock +16 -16
  2. data/VERSION +1 -1
  3. data/lib/global_mutex.rb +1 -1
  4. metadata +3 -3
data/Gemfile.lock CHANGED
@@ -1,38 +1,38 @@
1
1
  GEM
2
2
  remote: http://rubygems.org/
3
3
  specs:
4
- activemodel (3.1.1)
5
- activesupport (= 3.1.1)
4
+ activemodel (3.1.3)
5
+ activesupport (= 3.1.3)
6
6
  builder (~> 3.0.0)
7
7
  i18n (~> 0.6)
8
- activerecord (3.1.1)
9
- activemodel (= 3.1.1)
10
- activesupport (= 3.1.1)
8
+ activerecord (3.1.3)
9
+ activemodel (= 3.1.3)
10
+ activesupport (= 3.1.3)
11
11
  arel (~> 2.2.1)
12
12
  tzinfo (~> 0.3.29)
13
- activesupport (3.1.1)
13
+ activesupport (3.1.3)
14
14
  multi_json (~> 1.0)
15
15
  arel (2.2.1)
16
16
  builder (3.0.0)
17
17
  diff-lcs (1.1.3)
18
- git (1.3.0)
18
+ git (1.2.5)
19
19
  i18n (0.6.0)
20
20
  jeweler (1.6.4)
21
21
  bundler (~> 1.0)
22
22
  git (>= 1.2.5)
23
23
  rake
24
- multi_json (1.0.3)
24
+ multi_json (1.0.4)
25
25
  mysql (2.8.1)
26
26
  rake (0.9.2.2)
27
- rspec (2.6.0)
28
- rspec-core (~> 2.6.0)
29
- rspec-expectations (~> 2.6.0)
30
- rspec-mocks (~> 2.6.0)
31
- rspec-core (2.6.4)
32
- rspec-expectations (2.6.0)
27
+ rspec (2.8.0)
28
+ rspec-core (~> 2.8.0)
29
+ rspec-expectations (~> 2.8.0)
30
+ rspec-mocks (~> 2.8.0)
31
+ rspec-core (2.8.0)
32
+ rspec-expectations (2.8.0)
33
33
  diff-lcs (~> 1.1.2)
34
- rspec-mocks (2.6.0)
35
- tzinfo (0.3.30)
34
+ rspec-mocks (2.8.0)
35
+ tzinfo (0.3.31)
36
36
 
37
37
  PLATFORMS
38
38
  ruby
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.1.4
1
+ 1.1.5
data/lib/global_mutex.rb CHANGED
@@ -12,7 +12,7 @@ class GlobalMutex < DistributedMutex
12
12
  if set_global_mutex
13
13
  return true
14
14
  else
15
- sleep(1)
15
+ Kernel.sleep(1)
16
16
  end
17
17
  end
18
18
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: distributed_mutex
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease: false
6
6
  segments:
7
7
  - 1
8
8
  - 1
9
- - 4
10
- version: 1.1.4
9
+ - 5
10
+ version: 1.1.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Birkir A. Barkarson