ddbcli 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/bin/ddbcli +2 -2
  2. metadata +1 -1
data/bin/ddbcli CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  $LOAD_PATH << File.join(File.dirname(__FILE__), '..', 'lib')
3
3
 
4
- Version = '0.1.3'
4
+ Version = '0.1.4'
5
5
 
6
6
  HISTORY_FILE = File.join((ENV['HOME'] || ENV['USERPROFILE'] || '.'), '.ddbcli_history')
7
7
  HISTSIZE = 500
@@ -19,7 +19,7 @@ driver = DynamoDB::Driver.new(
19
19
 
20
20
  driver.timeout = options.timeout
21
21
  driver.consistent = !!options.consistent
22
- driver.consistent = !!options.iteratable
22
+ driver.iteratable = !!options.iteratable
23
23
  driver.retry_num = options.retry_num
24
24
  driver.retry_intvl = options.retry_intvl
25
25
  driver.debug = options.debug
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ddbcli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3
4
+ version: 0.1.4
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: