Skip to content

Commit

Permalink
More tidying up after nuking jeweler
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Apr 15, 2011
1 parent 20674fb commit d915458
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 14 deletions.
4 changes: 0 additions & 4 deletions PostInstall.txt

This file was deleted.

10 changes: 7 additions & 3 deletions README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,16 @@ As usual, get help by:
* RubyGems
* sdp, '~> 0.2.2'
* RubyGems (development)
* bundler, '~> 1.0.0'
* code_statistics, '~> 0.2.13'
* metric_fu, '>= 2.0.0'
* ore, '~> 0.7.2'
* ore-core, '~> 0.1.0'
* jeweler, '~> 1.5.0'
* ore-tasks, '~> 0.3.0'
* rake, '~> 0.8.7'
* rspec, '~> 2.5.0'
* simplecov, '>= 0.4.0'
* yard, '~> 0.6.0'
* metric_fu
* code_statistics, '~> 0.2.13'

== INSTALL:

Expand Down
8 changes: 1 addition & 7 deletions rtsp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ RTSP: http://www.ietf.org/rfc/rfc2326.txt}
"Gemfile",
"Gemfile.lock",
"LICENSE.rdoc",
"PostInstall.txt",
"README.rdoc",
"Rakefile",
"bin/rtsp_client",
Expand All @@ -42,7 +41,6 @@ RTSP: http://www.ietf.org/rfc/rfc2326.txt}
"features/step_definitions/control_streams_as_client_steps.rb",
"features/support/env.rb",
"features/support/hooks.rb",
"gemspec.yml",
"lib/ext/logger.rb",
"lib/rtsp.rb",
"lib/rtsp/capturer.rb",
Expand All @@ -54,10 +52,7 @@ RTSP: http://www.ietf.org/rfc/rfc2326.txt}
"lib/rtsp/response.rb",
"lib/rtsp/transport_parser.rb",
"lib/rtsp/version.rb",
"nsm_test.rb",
"rtsp.gemspec",
"sarix_test.rb",
"soma_test.rb",
"spec/.rspec",
"spec/rtsp/client_spec.rb",
"spec/rtsp/helpers_spec.rb",
Expand All @@ -78,6 +73,7 @@ RTSP: http://www.ietf.org/rfc/rfc2326.txt}
s.rubygems_version = %q{1.7.2}
s.summary = %q{Library to allow RTSP streaming from RTSP-enabled devices.}
s.test_files = [
"spec/rtsp_spec.rb",
"spec/rtsp/client_spec.rb",
"spec/rtsp/helpers_spec.rb",
"spec/rtsp/message_spec.rb",
Expand Down Expand Up @@ -112,7 +108,6 @@ RTSP: http://www.ietf.org/rfc/rfc2326.txt}
s.add_dependency(%q<rspec>, ["~> 2.5.0"])
s.add_dependency(%q<simplecov>, [">= 0.4.0"])
s.add_dependency(%q<yard>, ["~> 0.6.0"])
s.add_dependency(%q<rtsp>, [">= 0"])
s.add_dependency(%q<sdp>, ["~> 0.2.2"])
end
else
Expand All @@ -126,7 +121,6 @@ RTSP: http://www.ietf.org/rfc/rfc2326.txt}
s.add_dependency(%q<rspec>, ["~> 2.5.0"])
s.add_dependency(%q<simplecov>, [">= 0.4.0"])
s.add_dependency(%q<yard>, ["~> 0.6.0"])
s.add_dependency(%q<rtsp>, [">= 0"])
s.add_dependency(%q<sdp>, ["~> 0.2.2"])
end
end
Expand Down

0 comments on commit d915458

Please sign in to comment.