Skip to content

Commit

Permalink
Added cucumber dep
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Mar 3, 2012
1 parent c3a427d commit 578f491
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
17 changes: 16 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rtsp (0.2.2)
rtsp (0.3.0)
parslet (>= 1.1.0)
rtp (>= 0.0.1)
sdp (~> 0.2.6)
Expand All @@ -11,8 +11,21 @@ GEM
specs:
bindata (1.4.3)
blankslate (2.1.2.4)
builder (3.0.0)
code_statistics (0.2.13)
cucumber (1.1.9)
builder (>= 2.1.2)
diff-lcs (>= 1.1.2)
gherkin (~> 2.9.0)
json (>= 1.4.6)
term-ansicolor (>= 1.0.6)
diff-lcs (1.1.3)
gherkin (2.9.0)
json (>= 1.4.6)
gherkin (2.9.0-java)
json (>= 1.4.6)
json (1.6.5)
json (1.6.5-java)
log_switch (0.3.0)
multi_json (1.1.0)
parslet (1.2.3)
Expand Down Expand Up @@ -40,6 +53,7 @@ GEM
multi_json (~> 1.0)
simplecov-html (~> 0.5.3)
simplecov-html (0.5.3)
term-ansicolor (1.0.7)
yard (0.7.5)

PLATFORMS
Expand All @@ -49,6 +63,7 @@ PLATFORMS
DEPENDENCIES
bundler
code_statistics (~> 0.2.13)
cucumber (>= 1.1.0)
rake (>= 0.8.7)
roodi (>= 2.1.0)
rspec (>= 2.5.0)
Expand Down
1 change: 1 addition & 0 deletions rtsp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ For more information see: http://www.ietf.org/rfc/rfc2326.txt}

s.add_development_dependency(%q<bundler>)
s.add_development_dependency(%q<code_statistics>, ["~> 0.2.13"])
s.add_development_dependency(%q<cucumber>, [">= 1.1.0"])
s.add_development_dependency(%q<roodi>, [">= 2.1.0"])
s.add_development_dependency(%q<rake>, [">= 0.8.7"])
s.add_development_dependency(%q<rspec>, [">= 2.5.0"])
Expand Down

0 comments on commit 578f491

Please sign in to comment.