sdbcli 0.3.7 → 0.3.8
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.
- data/bin/sdbcli +1 -1
- data/lib/sdbcli/sdb-runner.rb +1 -0
- metadata +3 -3
data/bin/sdbcli
CHANGED
data/lib/sdbcli/sdb-runner.rb
CHANGED
@@ -97,6 +97,7 @@ module SimpleDB
|
|
97
97
|
if /\A[^.]+\Z/ =~ region
|
98
98
|
region = SimpleDB::REGIONS.find {|k, v| v == region }
|
99
99
|
raise SimpleDB::Error, 'Unknown region' unless region
|
100
|
+
region = region.first
|
100
101
|
end
|
101
102
|
|
102
103
|
raise SimpleDB::Error, 'Unknown endpoint' unless SimpleDB::REGIONS[region]
|
metadata
CHANGED