lib/amazon/ecs.rb in amazon-ecs-2.2.4 vs lib/amazon/ecs.rb in amazon-ecs-2.2.5
- old
+ new
@@ -30,11 +30,11 @@
module Amazon
class RequestError < StandardError; end
class Ecs
- VERSION = '2.2.4'
+ VERSION = '2.2.5'
SERVICE_URLS = {
:us => 'http://ecs.amazonaws.com/onca/xml',
:uk => 'http://ecs.amazonaws.co.uk/onca/xml',
:ca => 'http://ecs.amazonaws.ca/onca/xml',
@@ -47,10 +47,10 @@
}
OPENSSL_DIGEST_SUPPORT = OpenSSL::Digest.constants.include?( 'SHA256' ) ||
OpenSSL::Digest.constants.include?( :SHA256 )
- OPENSSL_DIGEST = OpenSSL::Digest::Digest.new( 'sha256' ) if OPENSSL_DIGEST_SUPPORT
+ OPENSSL_DIGEST = OpenSSL::Digest.new( 'sha256' ) if OPENSSL_DIGEST_SUPPORT
@@options = {
:version => "2011-08-01",
:service => "AWSECommerceService"
}