Skip to content

Commit

Permalink
Added missing parslet dependency to gemspec
Browse files Browse the repository at this point in the history
  • Loading branch information
tindron committed Oct 31, 2011
1 parent 070671c commit 45e7d4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtsp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ For more information see: http://www.ietf.org/rfc/rfc2326.txt}
s.summary = %q{Library to allow RTSP streaming from RTSP-enabled devices.}
s.test_files = Dir.glob("{spec,features}/**/*")

s.add_runtime_dependency(%q<parslet>, ["~> 1.1.0"])
s.add_runtime_dependency(%q<sdp>, ["~> 0.2.2"])

s.add_development_dependency(%q<bundler>, ["~> 1.0.0"])
Expand Down

0 comments on commit 45e7d4e

Please sign in to comment.