mordor 0.2.13 → 0.2.14
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile +0 -1
- data/Gemfile.lock +11 -16
- data/mordor.gemspec +1 -1
- metadata +3 -3
data/Gemfile
CHANGED
data/Gemfile.lock
CHANGED
@@ -1,35 +1,30 @@
|
|
1
1
|
GEM
|
2
2
|
remote: http://rubygems.org/
|
3
3
|
specs:
|
4
|
-
bson (1.4
|
5
|
-
bson (1.4.0-java)
|
6
|
-
bson_ext (1.5.1)
|
4
|
+
bson (1.6.4)
|
7
5
|
diff-lcs (1.1.3)
|
8
6
|
extlib (0.9.15)
|
9
7
|
json (1.7.3)
|
10
|
-
|
11
|
-
|
12
|
-
bson (= 1.4.0)
|
8
|
+
mongo (1.6.4)
|
9
|
+
bson (~> 1.6.4)
|
13
10
|
rack (1.4.1)
|
14
11
|
rack-test (0.6.1)
|
15
12
|
rack (>= 1.0)
|
16
13
|
rake (0.9.2.2)
|
17
|
-
rspec (2.
|
18
|
-
rspec-core (~> 2.
|
19
|
-
rspec-expectations (~> 2.
|
20
|
-
rspec-mocks (~> 2.
|
21
|
-
rspec-core (2.
|
22
|
-
rspec-expectations (2.
|
23
|
-
diff-lcs (~> 1.1.
|
24
|
-
rspec-mocks (2.
|
14
|
+
rspec (2.10.0)
|
15
|
+
rspec-core (~> 2.10.0)
|
16
|
+
rspec-expectations (~> 2.10.0)
|
17
|
+
rspec-mocks (~> 2.10.0)
|
18
|
+
rspec-core (2.10.1)
|
19
|
+
rspec-expectations (2.10.0)
|
20
|
+
diff-lcs (~> 1.1.3)
|
21
|
+
rspec-mocks (2.10.1)
|
25
22
|
|
26
23
|
PLATFORMS
|
27
|
-
java
|
28
24
|
ruby
|
29
25
|
|
30
26
|
DEPENDENCIES
|
31
27
|
bson
|
32
|
-
bson_ext
|
33
28
|
extlib
|
34
29
|
json
|
35
30
|
mongo
|
data/mordor.gemspec
CHANGED
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: mordor
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
hash:
|
4
|
+
hash: 11
|
5
5
|
prerelease:
|
6
6
|
segments:
|
7
7
|
- 0
|
8
8
|
- 2
|
9
|
-
-
|
10
|
-
version: 0.2.
|
9
|
+
- 14
|
10
|
+
version: 0.2.14
|
11
11
|
platform: ruby
|
12
12
|
authors:
|
13
13
|
- Jan-Willem Koelewijn
|