Skip to content

Commit 7083e18

Browse files
author
Sam Goldman
committed
Add aruba gem
1 parent 0209134 commit 7083e18

File tree

2 files changed

+28
-0
lines changed

2 files changed

+28
-0
lines changed

Gemfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
11
source 'http://rubygems.org'
22

33
gemspec
4+
5+
group :development do
6+
gem "aruba", :git => "https://github.com/cucumber/aruba.git"
7+
end

Gemfile.lock

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
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+
111
PATH
212
remote: .
313
specs:
@@ -16,9 +26,21 @@ GEM
1626
activesupport (3.1.3)
1727
multi_json (~> 1.0)
1828
addressable (2.2.6)
29+
builder (3.0.0)
30+
childprocess (0.3.1)
31+
ffi (~> 1.0.6)
1932
crack (0.3.1)
33+
cucumber (1.1.8)
34+
builder (>= 2.1.2)
35+
diff-lcs (>= 1.1.2)
36+
gherkin (~> 2.8.0)
37+
json (>= 1.4.6)
38+
term-ansicolor (>= 1.0.6)
2039
diff-lcs (1.1.3)
2140
fakefs (0.4.0)
41+
ffi (1.0.11)
42+
gherkin (2.8.0)
43+
json (>= 1.4.6)
2244
i18n (0.6.0)
2345
json (1.6.3)
2446
multi_json (1.0.4)
@@ -37,6 +59,7 @@ GEM
3759
sinatra (1.2.6)
3860
rack (~> 1.1)
3961
tilt (>= 1.2.2, < 2.0)
62+
term-ansicolor (1.0.7)
4063
tilt (1.3.3)
4164
webmock (1.7.10)
4265
addressable (~> 2.2, > 2.2.5)
@@ -46,6 +69,7 @@ PLATFORMS
4669
ruby
4770

4871
DEPENDENCIES
72+
aruba!
4973
fakefs
5074
rspec_api_documentation!
5175
sinatra

0 commit comments

Comments
 (0)