Skip to content

Commit

Permalink
Fixed rtp dep to be 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Nov 20, 2012
1 parent 87a5e32 commit 2252637
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtsp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ http://www.ietf.org/rfc/rfc2326.txt}
s.test_files = Dir.glob("{spec,features}/**/*")

s.add_runtime_dependency "parslet", ">= 1.1.0"
s.add_runtime_dependency "rtp", ">= 0.1.1"
s.add_runtime_dependency "rtp", ">= 0.1.0"
s.add_runtime_dependency "sdp", "~> 0.2.6"

s.add_development_dependency "bundler"
Expand Down

0 comments on commit 2252637

Please sign in to comment.