distributed_mutex 1.1.5 → 1.1.6
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +1 -1
- data/Gemfile.lock +4 -17
- data/Rakefile +0 -1
- data/VERSION +1 -1
- metadata +8 -7
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,27 +1,15 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
|
5
|
-
activesupport (= 3.
|
6
|
-
|
7
|
-
i18n (~> 0.6)
|
8
|
-
activerecord (3.1.3)
|
9
|
-
activemodel (= 3.1.3)
|
10
|
-
activesupport (= 3.1.3)
|
11
|
-
arel (~> 2.2.1)
|
12
|
-
tzinfo (~> 0.3.29)
|
13
|
-
activesupport (3.1.3)
|
14
|
-
multi_json (~> 1.0)
|
15
|
-
arel (2.2.1)
|
16
|
-
builder (3.0.0)
|
4
|
+
activerecord (2.3.14)
|
5
|
+
activesupport (= 2.3.14)
|
6
|
+
activesupport (2.3.14)
|
17
7
|
diff-lcs (1.1.3)
|
18
8
|
git (1.2.5)
|
19
|
-
i18n (0.6.0)
|
20
9
|
jeweler (1.6.4)
|
21
10
|
bundler (~> 1.0)
|
22
11
|
git (>= 1.2.5)
|
23
12
|
rake
|
24
|
-
multi_json (1.0.4)
|
25
13
|
mysql (2.8.1)
|
26
14
|
rake (0.9.2.2)
|
27
15
|
rspec (2.8.0)
|
@@ -32,13 +20,12 @@ GEM
|
|
32
20
|
rspec-expectations (2.8.0)
|
33
21
|
diff-lcs (~> 1.1.2)
|
34
22
|
rspec-mocks (2.8.0)
|
35
|
-
tzinfo (0.3.31)
|
36
23
|
|
37
24
|
PLATFORMS
|
38
25
|
ruby
|
39
26
|
|
40
27
|
DEPENDENCIES
|
41
|
-
activerecord
|
28
|
+
activerecord (>= 2.3)
|
42
29
|
jeweler
|
43
30
|
mysql
|
44
31
|
rspec
|
data/Rakefile
CHANGED
@@ -10,7 +10,6 @@ begin
|
|
10
10
|
s.email = %q{birkirb@stoicviking.net}
|
11
11
|
s.has_rdoc = true
|
12
12
|
s.homepage = %q{http://github.com/birkirb/distributed_mutex}
|
13
|
-
# s.add_dependency(%q<activerecord>, ["> 1.2"])
|
14
13
|
end
|
15
14
|
rescue LoadError
|
16
15
|
puts "Jeweler, or one of its dependencies, is not available. Install it with: sudo gem install technicalpickles-jeweler -s http://gems.github.com"
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.1.
|
1
|
+
1.1.6
|
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:
|
4
|
+
hash: 31
|
5
5
|
prerelease: false
|
6
6
|
segments:
|
7
7
|
- 1
|
8
8
|
- 1
|
9
|
-
-
|
10
|
-
version: 1.1.
|
9
|
+
- 6
|
10
|
+
version: 1.1.6
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Birkir A. Barkarson
|
@@ -15,7 +15,7 @@ autorequire:
|
|
15
15
|
bindir: bin
|
16
16
|
cert_chain: []
|
17
17
|
|
18
|
-
date: 2012-01-
|
18
|
+
date: 2012-01-17 00:00:00 +09:00
|
19
19
|
default_executable:
|
20
20
|
dependencies:
|
21
21
|
- !ruby/object:Gem::Dependency
|
@@ -26,10 +26,11 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
hash:
|
29
|
+
hash: 5
|
30
30
|
segments:
|
31
|
-
-
|
32
|
-
|
31
|
+
- 2
|
32
|
+
- 3
|
33
|
+
version: "2.3"
|
33
34
|
type: :runtime
|
34
35
|
version_requirements: *id001
|
35
36
|
- !ruby/object:Gem::Dependency
|