aws-sdk 1.3.0 → 1.3.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -58,7 +58,7 @@ require 'aws/core/autoloader'
58
58
  module AWS
59
59
 
60
60
  # Current version of the AWS SDK for Ruby
61
- VERSION = "1.3.0"
61
+ VERSION = "1.3.1"
62
62
 
63
63
  register_autoloads(self) do
64
64
  autoload :Errors, 'errors'
@@ -95,9 +95,7 @@ module AWS
95
95
 
96
96
  protected
97
97
  def dynamo_db
98
- AWS::DynamoDB.new(
99
- :dynamo_db_endpoint => 'bigbird-sdk.amazon.com',
100
- :use_ssl => false)
98
+ AWS::DynamoDB.new
101
99
  end
102
100
 
103
101
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 0
10
- version: 1.3.0
9
+ - 1
10
+ version: 1.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Amazon Web Services
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2012-01-17 00:00:00 -08:00
18
+ date: 2012-01-18 00:00:00 -08:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency