Skip to content

Commit

Permalink
Adding digest require to cloud clients for ruby < 1.8.7
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.opennebula.org/one/trunk@944 3034c82b-c49b-4eb3-8279-a7acafdc01c0
  • Loading branch information
tinova committed Dec 15, 2009
1 parent 0278832 commit 8a78e7a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cloud/common/CloudClient.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
require 'rubygems'
require 'uri'

require 'digest'
require 'net/https'

begin
Expand Down

0 comments on commit 8a78e7a

Please sign in to comment.