rtsp.gemspec in rtsp-0.3.0 vs rtsp.gemspec in rtsp-0.4.0
- old
+ new
@@ -6,10 +6,10 @@
Gem::Specification.new do |s|
s.name = "rtsp"
s.version = RTSP::VERSION
- s.homepage = %q{http://rubygems.org/gems/rtsp}
+ s.homepage = %q{https://github.com/turboladen/rtsp}
s.authors = ["Steve Loveless, Mike Kirby", "Sujin Philip"]
s.summary = %q{Library to allow RTSP streaming from RTSP-enabled devices.}
s.description = %q{This library intends to follow the RTSP RFC document (2326)
to allow for working with RTSP servers. At this point, it's up to you to parse
the data from a play call, but we'll get there. ...eventually.