Skip to content

Commit

Permalink
Adding aruba
Browse files Browse the repository at this point in the history
  • Loading branch information
Harold Giménez committed Oct 28, 2011
1 parent d99d7f3 commit bcfb05e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
21 changes: 21 additions & 0 deletions Gemfile.lock
Expand Up @@ -37,7 +37,17 @@ GEM
activesupport (3.1.1)
multi_json (~> 1.0)
arel (2.2.1)
aruba (0.4.6)
bcat (>= 0.6.1)
childprocess (>= 0.2.0)
cucumber (>= 1.0.2)
rdiscount (>= 1.6.8)
rspec (>= 2.6.0)
bcat (0.6.2)
rack (~> 1.0)
builder (3.0.0)
childprocess (0.2.2)
ffi (~> 1.0.6)
cucumber (1.1.0)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
Expand All @@ -46,6 +56,7 @@ GEM
term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3)
erubis (2.7.0)
ffi (1.0.9)
gherkin (2.5.4)
json (>= 1.4.6)
hike (1.2.1)
Expand Down Expand Up @@ -83,8 +94,17 @@ GEM
rdoc (~> 3.4)
thor (~> 0.14.6)
rake (0.9.2)
rdiscount (1.6.8)
rdoc (3.11)
json (~> 1.4)
rspec (2.7.0)
rspec-core (~> 2.7.0)
rspec-expectations (~> 2.7.0)
rspec-mocks (~> 2.7.0)
rspec-core (2.7.1)
rspec-expectations (2.7.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.7.0)
sprockets (2.0.3)
hike (~> 1.2)
rack (~> 1.0)
Expand All @@ -101,5 +121,6 @@ PLATFORMS
ruby

DEPENDENCIES
aruba (~> 0.4.6)
cucumber (~> 1.1.0)
suspenders!
1 change: 1 addition & 0 deletions suspenders.gemspec
Expand Up @@ -27,6 +27,7 @@ rush to build something amazing; don't use it if you like missing deadlines.
s.add_dependency('rails', '3.1.1')
s.add_dependency('bundler', '>= 1.0.7')
s.add_development_dependency('cucumber', '~> 1.1.0')
s.add_development_dependency('aruba', '~> 0.4.6')

# = MANIFEST =
s.files = %w[
Expand Down

0 comments on commit bcfb05e

Please sign in to comment.