dynamodb-api 0.6.0 → 0.6.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34f7a13fc8d01e4e3fd6126b892e5bd71484bb19ef77a838a5a02307be3e4530
4
- data.tar.gz: f1beedbb696099688379ebc381144b601273d0614ddff89fa5466450f4fe56d1
3
+ metadata.gz: 16f900dc71434dc863618388c16fa5be76331abca5b6c2118c3480e71534ce73
4
+ data.tar.gz: 83749f39eb681e7ca6ab0fcccd158d7a15aa2da057bfdb382ba58b394439e2a5
5
5
  SHA512:
6
- metadata.gz: 589539eca0a48f767afeefecb2eed852f8095c8082bca32d973aa3608327eeb95b6a31c58c1d438a2ff96bac044096960d604799123bd63fc2eec5d6609f3b42
7
- data.tar.gz: c157d7759fd9d9328f305bebb5ab7800f8d55b083e2686dac1ea07863507dff4e9402ee6bd2936ad17b64d11f94203881f211b4c1dbbdef8327af81094c15fbd
6
+ metadata.gz: 9787ae90fc9fc3d44f025a50387c5b1e3f835ff15e283537124344a449fd123d235ed82e0ff21ab960ca109346b06f29cb50bfde9273dce7f2ae6de814bf41ce
7
+ data.tar.gz: a898013df6f194195b489e958b34126b286ae5c83d214b6faa513dacc89d5b198568a92fa9aa42bef693bdd3439f12e54424f7e8006166e43683822962c6f44e
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
5
  and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
6
 
7
+ ## [0.6.1] - 2018-11-22
8
+ ### Added
9
+ - [#30](https://github.com/walkersumida/dynamodb-api/pull/30) `retry_limit` option(default: 10)
10
+
7
11
  ## [0.6.0] - 2018-11-03
8
12
  ### Added
9
13
  - [#25](https://github.com/walkersumida/dynamodb-api/pull/25) `update` method
@@ -12,6 +12,7 @@ module Dynamodb
12
12
  option :secret_access_key, default: nil
13
13
  option :region, default: nil
14
14
  option :endpoint, default: nil
15
+ option :retry_limit, default: 10
15
16
  option :table_name_prefix, default: ''
16
17
  option :index_name_prefix, default: ''
17
18
  end
@@ -1,5 +1,5 @@
1
1
  module Dynamodb
2
2
  module Api
3
- VERSION = '0.6.0'.freeze
3
+ VERSION = '0.6.1'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dynamodb-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - WalkerSumida
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2018-11-03 00:00:00.000000000 Z
11
+ date: 2018-11-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk