elasticDynamoDb 1.4.1 → 1.4.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8baeb9d2c175b91ff32718de888e86608a0be7d6
4
- data.tar.gz: 83d8e6ef64b4d19cc8e9774f900d15f557123d42
3
+ metadata.gz: a3e141d1b383dc91f130bb2cced514154efaacbf
4
+ data.tar.gz: cccbf958b309bf07b3ca5050b96171b913463b71
5
5
  SHA512:
6
- metadata.gz: 024bc5ce5897b77f65087d55b29ec61490ae3ff11fbbb861c72d8934267f3f471ff7eace9ad9dffe474992afc3134050036f679250705ff17cf038050e0ec4d5
7
- data.tar.gz: 090c15bfd2b9b4e000bbbf7b9e1f4dc99616d327c2e977d52f3bac4ed38de74821c62e38f82e40128235cc666f3d141cd753604f1f78821f1775e22c206c327d
6
+ metadata.gz: 385a80033cc3d16b2018ee21d8abd3d564492c7ea45e3f3e13dcb3b364074d9dfbef0c1c3b5f5f10172fe64a5e10e31f57ce9988c7a8e5fb50f33f64ff4f1da3
7
+ data.tar.gz: ef9448d2161f9defd8fd25169b5c69bffca18f712c4ff41a359a4d65b0cbb8f417be07006b36bf99bdd139bc46ea4e7e3b82e1855759b0cc654bbf94c6ecddf3
@@ -131,8 +131,8 @@ private
131
131
  say("Current min-read from #{options[:config_file]}: #{min_reads}")
132
132
  say("Current min-write from #{options[:config_file]}: #{min_writes}")
133
133
 
134
- self.config[prefix]['min-provisioned-reads'] = (min_reads * scale_factor).ciel
135
- self.config[prefix]['min-provisioned-writes'] = (min_writes * scale_factor).ciel
134
+ self.config[prefix]['min-provisioned-reads'] = (min_reads * scale_factor).ceil
135
+ self.config[prefix]['min-provisioned-writes'] = (min_writes * scale_factor).ceil
136
136
 
137
137
  say("New min reads: #{self.config[prefix]['min-provisioned-reads']}", color=:yellow)
138
138
  say("New min writes: #{self.config[prefix]['min-provisioned-writes']}", color=:yellow)
@@ -1,5 +1,5 @@
1
1
  module ElasticDynamoDb
2
- VERSION = "1.4.1"
2
+ VERSION = "1.4.2"
3
3
  ABOUT = "ElasticDynamoDb v#{VERSION} (c) #{Time.now.strftime("2014-%Y")} @innovia"
4
4
 
5
5
  autoload :Cli, 'elasticDynamoDb/cli'
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elasticDynamoDb
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.1
4
+ version: 1.4.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ami Mahloof