Skip to content

Commit ea4f8b8

Browse files
committed
Updated UUIDTools for Ruby 1.9.X comp.
1 parent b1e28da commit ea4f8b8

File tree

3 files changed

+596
-570
lines changed

3 files changed

+596
-570
lines changed

amazon/coral/call.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def request_id
4040
# Invoke the remote service and return the result.
4141
def call(input = {})
4242
begin
43-
@request_id = UUID.random_create if @request_id.nil?
43+
@request_id = UUIDTools::UUID.random_create if @request_id.nil?
4444

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

0 commit comments

Comments
 (0)