~ubuntu-branches/ubuntu/utopic/ruby-excon/utopic

« back to all changes in this revision

Viewing changes to lib/excon/middlewares/expects.rb

  • Committer: Package Import Robot
  • Author(s): Laurent Bigonville
  • Date: 2013-07-06 23:48:43 UTC
  • mfrom: (1.1.3)
  • Revision ID: package-import@ubuntu.com-20130706234843-vyj5m4o7q6hlhwo4
Tags: 0.25.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
          raise(
7
7
            Excon::Errors.status_error(
8
8
              datum.reject {|key,value| key == :response},
9
 
              Excon::Response.new(datum[:response])              
 
9
              Excon::Response.new(datum[:response])
10
10
            )
11
11
          )
12
12
        else