Release 0.9.pre4

This commit is contained in:
Steve Bazyl 2015-12-17 13:34:38 -08:00
parent 017e2c4c1d
commit c102c571e0
1 changed files with 2 additions and 2 deletions

View File

@ -96,8 +96,8 @@ module Google
if error
message = error['reason'] if error.has_key?('reason')
raise Google::Apis::RateLimitError.new(message,
status_code: status,
header: header,
status_code: status,
header: header,
body: body) if RATE_LIMIT_ERRORS.include?(message)
end
super(status, header, body, message)