Skip to content

Commit

Permalink
Fix specs for Typhoeus 0.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
myronmarston committed Nov 20, 2011
1 parent 45145a1 commit a7d676d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ group :development do
gem 'patron', '~> 0.4.15'
gem 'em-http-request', '~> 0.3.0'
gem 'curb', '0.7.15'
gem 'typhoeus', '~> 0.3.2'
gem 'typhoeus', '~> 0.3.3'
end

platforms :jruby do
Expand Down
2 changes: 1 addition & 1 deletion spec/support/http_library_adapters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ def make_http_request(method, url, body = nil, headers = {})
end

def normalize_request_headers(headers)
headers.merge("User-Agent" => ["Typhoeus - http://github.com/dbalatero/typhoeus/tree/master"])
headers
end
end

Expand Down
2 changes: 1 addition & 1 deletion vcr.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ Gem::Specification.new do |s|
'patron' => '~> 0.4.15',
'em-http-request' => '~> 0.3.0',
'curb' => '0.7.15',
'typhoeus' => '~> 0.3.2'
'typhoeus' => '~> 0.3.3'
}.each do |lib, version|
s.add_development_dependency lib, version
end unless RUBY_PLATFORM == 'java'
Expand Down

0 comments on commit a7d676d

Please sign in to comment.