stendhal 0.1.10 → 0.1.11
Sign up to get free protection for your applications and to get access to all the features.
- data/Gemfile.lock +17 -19
- data/lib/stendhal/version.rb +1 -1
- metadata +2 -2
data/Gemfile.lock
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
PATH
|
2
2
|
remote: .
|
3
3
|
specs:
|
4
|
-
stendhal (0.1.
|
4
|
+
stendhal (0.1.10)
|
5
5
|
|
6
6
|
GEM
|
7
7
|
remote: http://rubygems.org/
|
8
8
|
specs:
|
9
9
|
aruba (0.2.2)
|
10
10
|
builder (2.1.2)
|
11
|
-
configuration (1.
|
11
|
+
configuration (1.2.0)
|
12
12
|
cucumber (0.8.5)
|
13
13
|
builder (~> 2.1.2)
|
14
14
|
diff-lcs (~> 1.1.2)
|
@@ -19,11 +19,11 @@ GEM
|
|
19
19
|
gherkin (2.1.5)
|
20
20
|
trollop (~> 1.16.2)
|
21
21
|
growl (1.0.3)
|
22
|
-
guard (0.
|
22
|
+
guard (0.3.0)
|
23
23
|
open_gem (~> 1.4.2)
|
24
|
-
thor (~> 0.14.
|
25
|
-
guard-rspec (0.1.
|
26
|
-
guard (>= 0.2.
|
24
|
+
thor (~> 0.14.6)
|
25
|
+
guard-rspec (0.1.9)
|
26
|
+
guard (>= 0.2.2)
|
27
27
|
json_pure (1.4.6)
|
28
28
|
launchy (0.3.7)
|
29
29
|
configuration (>= 0.0.5)
|
@@ -31,21 +31,19 @@ GEM
|
|
31
31
|
open_gem (1.4.2)
|
32
32
|
launchy (~> 0.3.5)
|
33
33
|
rake (0.8.7)
|
34
|
-
rspec (2.0
|
35
|
-
rspec-core (~> 2.0
|
36
|
-
rspec-expectations (~> 2.0
|
37
|
-
rspec-mocks (~> 2.0
|
38
|
-
rspec-core (2.0
|
39
|
-
rspec-expectations (2.0
|
40
|
-
diff-lcs (
|
41
|
-
rspec-mocks (2.0
|
42
|
-
|
43
|
-
rspec-expectations (~> 2.0.1)
|
44
|
-
simplecov (0.3.6)
|
34
|
+
rspec (2.4.0)
|
35
|
+
rspec-core (~> 2.4.0)
|
36
|
+
rspec-expectations (~> 2.4.0)
|
37
|
+
rspec-mocks (~> 2.4.0)
|
38
|
+
rspec-core (2.4.0)
|
39
|
+
rspec-expectations (2.4.0)
|
40
|
+
diff-lcs (~> 1.1.2)
|
41
|
+
rspec-mocks (2.4.0)
|
42
|
+
simplecov (0.3.9)
|
45
43
|
simplecov-html (>= 0.3.7)
|
46
|
-
simplecov-html (0.3.
|
44
|
+
simplecov-html (0.3.9)
|
47
45
|
term-ansicolor (1.0.5)
|
48
|
-
thor (0.14.
|
46
|
+
thor (0.14.6)
|
49
47
|
trollop (1.16.2)
|
50
48
|
|
51
49
|
PLATFORMS
|
data/lib/stendhal/version.rb
CHANGED