File tree Expand file tree Collapse file tree 3 files changed +8
-16
lines changed Expand file tree Collapse file tree 3 files changed +8
-16
lines changed Original file line number Diff line number Diff line change 1
1
source 'http://rubygems.org'
2
2
3
3
gemspec
4
-
5
- group :development do
6
- gem "aruba" , :git => "https://github.com/cucumber/aruba.git"
7
- end
Original file line number Diff line number Diff line change 1
- GIT
2
- remote: https://github.com/cucumber/aruba.git
3
- revision: 8f150798f9d84abf4013d5fd43ef035429cbd45e
4
- specs:
5
- aruba (0.4.11 )
6
- childprocess (>= 0.2.3 )
7
- cucumber (>= 1.1.1 )
8
- ffi (>= 1.0.11 )
9
- rspec (>= 2.7.0 )
10
-
11
1
PATH
12
2
remote: .
13
3
specs:
26
16
activesupport (3.1.3 )
27
17
multi_json (~> 1.0 )
28
18
addressable (2.2.6 )
19
+ aruba (0.4.11 )
20
+ childprocess (>= 0.2.3 )
21
+ cucumber (>= 1.1.1 )
22
+ ffi (>= 1.0.11 )
23
+ rspec (>= 2.7.0 )
29
24
builder (3.0.0 )
30
25
childprocess (0.3.1 )
31
26
ffi (~> 1.0.6 )
42
37
gherkin (2.8.0 )
43
38
json (>= 1.4.6 )
44
39
i18n (0.6.0 )
45
- json (1.6.3 )
40
+ json (1.6.5 )
46
41
multi_json (1.0.4 )
47
42
mustache (0.99.4 )
48
43
rack (1.3.5 )
@@ -69,7 +64,7 @@ PLATFORMS
69
64
ruby
70
65
71
66
DEPENDENCIES
72
- aruba !
67
+ aruba
73
68
fakefs
74
69
rspec_api_documentation !
75
70
sinatra
Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ Gem::Specification.new do |s|
24
24
25
25
s . add_development_dependency "fakefs"
26
26
s . add_development_dependency "sinatra"
27
+ s . add_development_dependency "aruba"
27
28
28
29
s . files = Dir . glob ( "lib/**/*" )
29
30
s . require_path = 'lib'
You can’t perform that action at this time.
0 commit comments