Skip to content

Commit

Permalink
Version 1.3.1 of the AWS SDK for Ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
amazonwebservices committed Jan 18, 2012
1 parent 287b5a5 commit f855387
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion lib/aws/core.rb
Expand Up @@ -58,7 +58,7 @@
module AWS

# Current version of the AWS SDK for Ruby
VERSION = "1.3.0"
VERSION = "1.3.1"

register_autoloads(self) do
autoload :Errors, 'errors'
Expand Down
4 changes: 1 addition & 3 deletions lib/aws/record/hash_model.rb
Expand Up @@ -95,9 +95,7 @@ def dynamo_db_table_name shard_name = nil

protected
def dynamo_db
AWS::DynamoDB.new(
:dynamo_db_endpoint => 'bigbird-sdk.amazon.com',
:use_ssl => false)
AWS::DynamoDB.new
end

end
Expand Down

0 comments on commit f855387

Please sign in to comment.