sdbcli 0.4.2 → 0.4.3

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.
Files changed (3) hide show
  1. data/README +1 -1
  2. data/bin/sdbcli +2 -2
  3. metadata +1 -1
data/README CHANGED
@@ -20,7 +20,7 @@ https://bitbucket.org/winebarrel/sdbcli
20
20
  -f, --format=YAML_OR_JSON
21
21
  shell> export AWS_ACCESS_KEY_ID='...'
22
22
  shell> export AWS_SECRET_ACCESS_KEY='...'
23
- shell> export SDB_ENDPOINT='sdb.ap-northeast-1.amazonaws.com' # or EC2_REGION=ap-northeast-1
23
+ shell> export SDB_ENDPOINT='sdb.ap-northeast-1.amazonaws.com' # or SDB_REGION=ap-northeast-1
24
24
  shell> sdbcli -e 'show domains'
25
25
  ---
26
26
  - test
data/bin/sdbcli CHANGED
@@ -1,7 +1,7 @@
1
1
  #!/usr/bin/env ruby
2
2
  $LOAD_PATH << File.join(File.expand_path(File.dirname(__FILE__)), '..', 'lib')
3
3
 
4
- Version = '0.4.2'
4
+ Version = '0.4.3'
5
5
  HISTORY_FILE = File.join((ENV['HOME'] || ENV['USERPROFILE'] || '.'), '.sdbcli_history')
6
6
  HISTSIZE = 500
7
7
 
@@ -17,7 +17,7 @@ require 'json'
17
17
 
18
18
  access_key_id = ENV['AWS_ACCESS_KEY_ID']
19
19
  secret_access_key = ENV['AWS_SECRET_ACCESS_KEY']
20
- sdb_endpoint = ENV['SDB_ENDPOINT'] || ENV['EC2_REGION'] || 'sdb.amazonaws.com'
20
+ sdb_endpoint = ENV['SDB_ENDPOINT'] || ENV['SDB_REGION'] || 'sdb.amazonaws.com'
21
21
  command = nil
22
22
  $format = :yaml
23
23
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sdbcli
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.4.2
4
+ version: 0.4.3
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: