Skip to content

Commit

Permalink
Refactored Request in to Message
Browse files Browse the repository at this point in the history
  • Loading branch information
turboladen committed Mar 20, 2011
1 parent 9ef1bbb commit 61306c1
Show file tree
Hide file tree
Showing 13 changed files with 468 additions and 421 deletions.
2 changes: 1 addition & 1 deletion .infinity_test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
infinity_test do
use :rubies => %w(jruby, 1.9.2), :test_framework => :rspec
use :rubies => %w(1.9.2), :test_framework => :rspec
notifications :growl
end
12 changes: 6 additions & 6 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ gem 'sdp', '~> 0.2.2'
gem 'simplecov', '>= 0.4.0', :require => false, :group => :test

group :development do
gem 'code_statistics', '~> 0.2.13'
gem 'cucumber'
gem 'rake', '~> 0.8.7'
gem 'ore-core', '~> 0.1.0'
gem 'infinity_test'
gem 'jeweler', '~> 1.5.0'
gem 'metric_fu'
gem 'ore-core', '~> 0.1.0'
gem 'ore-tasks', '~> 0.3.0'
gem "rspec", '~> 2.4.0'
gem 'rake', '~> 0.8.7'
gem "rspec", '~> 2.5.0'
gem 'yard', '~> 0.6.0'
gem 'infinity_test'
gem 'metric_fu'
gem 'code_statistics', '~> 0.2.13'
end
20 changes: 10 additions & 10 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@ PATH
remote: .
specs:
rtsp (0.1.0)
rtsp
sdp (~> 0.2.2)
sdp (~> 0.2.0)

GEM
remote: http://rubygems.org/
Expand Down Expand Up @@ -74,6 +72,7 @@ GEM
reek (>= 1.2.6)
roodi (>= 2.1.0)
syntax
mime-types (1.16)
notifiers (1.1.0)
ore-core (0.1.4)
ore-tasks (0.3.0)
Expand All @@ -97,14 +96,14 @@ GEM
sexp_processor (~> 3.0)
roodi (2.1.0)
ruby_parser
rspec (2.4.0)
rspec-core (~> 2.4.0)
rspec-expectations (~> 2.4.0)
rspec-mocks (~> 2.4.0)
rspec-core (2.4.0)
rspec-expectations (2.4.0)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.4.0)
rspec-mocks (2.5.0)
ruby-progressbar (0.0.9)
ruby2ruby (1.2.5)
ruby_parser (~> 2.0)
Expand Down Expand Up @@ -133,10 +132,11 @@ DEPENDENCIES
infinity_test
jeweler (~> 1.5.0)
metric_fu
mime-types (~> 1.16)
ore-core (~> 0.1.0)
ore-tasks (~> 0.3.0)
rake (~> 0.8.7)
rspec (~> 2.4.0)
rspec (~> 2.5.0)
rtsp!
sdp (~> 0.2.2)
simplecov (>= 0.4.0)
Expand Down
1 change: 0 additions & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ The uber-quick get started:
== REQUIREMENTS:

* (Tested) Rubies
* JRuby 1.6.0
* 1.9.2-p180
* RubyGems
* sdp, '~> 0.2.2'
Expand Down
Loading

0 comments on commit 61306c1

Please sign in to comment.