Skip to content

Commit

Permalink
Updated UUIDTools for Ruby 1.9.X comp.
Browse files Browse the repository at this point in the history
  • Loading branch information
tc committed Dec 12, 2011
1 parent b1e28da commit ea4f8b8
Show file tree
Hide file tree
Showing 3 changed files with 596 additions and 570 deletions.
2 changes: 1 addition & 1 deletion amazon/coral/call.rb
Expand Up @@ -40,7 +40,7 @@ def request_id
# Invoke the remote service and return the result.
def call(input = {})
begin
@request_id = UUID.random_create if @request_id.nil?
@request_id = UUIDTools::UUID.random_create if @request_id.nil?

return @dispatcher.dispatch(self, input)
rescue Timeout::Error => timeout
Expand Down

0 comments on commit ea4f8b8

Please sign in to comment.