Skip to content

Commit

Permalink
Fixed dep on rtp gem
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Mar 3, 2012
1 parent 450b206 commit c3a427d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
source :rubygems

gemspec

gem 'rtp', path: '../rtp', require: 'rtp'
12 changes: 4 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,9 @@
PATH
remote: ../rtp
specs:
rtp (0.0.1)
bindata (~> 1.4)
log_switch (>= 0.2.0)

PATH
remote: .
specs:
rtsp (0.2.2)
parslet (>= 1.1.0)
rtp (>= 0.0.1)
sdp (~> 0.2.6)

GEM
Expand All @@ -34,6 +28,9 @@ GEM
rspec-expectations (2.8.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.8.0)
rtp (0.0.1)
bindata (~> 1.4)
log_switch (>= 0.2.0)
ruby_parser (2.3.1)
sexp_processor (~> 3.0)
sdp (0.2.6)
Expand All @@ -55,7 +52,6 @@ DEPENDENCIES
rake (>= 0.8.7)
roodi (>= 2.1.0)
rspec (>= 2.5.0)
rtp!
rtsp!
simplecov (>= 0.4.0)
yard (>= 0.6.0)
1 change: 1 addition & 0 deletions rtsp.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ For more information see: http://www.ietf.org/rfc/rfc2326.txt}
s.test_files = Dir.glob("{spec,features}/**/*")

s.add_runtime_dependency(%q<parslet>, [">= 1.1.0"])
s.add_runtime_dependency(%q<rtp>, [">= 0.0.1"])
s.add_runtime_dependency(%q<sdp>, ["~> 0.2.6"])

s.add_development_dependency(%q<bundler>)
Expand Down

0 comments on commit c3a427d

Please sign in to comment.