awssh 0.1.8 → 0.1.9

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: 9bf2bc6af45327f88c6e032246ac5e1beb9f1979
4
- data.tar.gz: a1805533506765999724bf828d04ad64161e3d13
3
+ metadata.gz: c87031df874b34b676693e83cb3cf2e97e56c7de
4
+ data.tar.gz: 1d37ef04c7334e46d444018e636c86bbd9d8c1e0
5
5
  SHA512:
6
- metadata.gz: 879626d24b5607ece2ece803ff912342fe094716d492fdde96f89fb7c94768e4f2ee4188ea0943f69ab2f373f353f125dfb14fef10f59fb369c76b743228001e
7
- data.tar.gz: 39a7216cbe5473ba181f9056a281fc362a4b8fd3ab3914d4be466e4f3d4c8c8d85efc47a65f8f8561b6e64a0161fd8a9c30f947f908a10c820b0f8433ac65e28
6
+ metadata.gz: 2eb8545887324c18ff61633d22fa3c404918ae6f2a69cfd1e8e2fc73b7258cbcc99b9732ce0065fa9f1f2ce7a99a2e27e2999b90502f51bef67e9a9119f8f3ea
7
+ data.tar.gz: e84415ab8fac19cb4e85c0e1240398119106bd7f3d345492123cdcf657367b2aa4bce12834fb988afadfeea24cf7afaf03f339292c37785cf5b6404957e22494
data/README.md CHANGED
@@ -13,13 +13,17 @@ Generally, you will install this directly:
13
13
 
14
14
  $ gem install awssh
15
15
 
16
- or, add this line to your application's Gemfile:
16
+ Initialize the config file:
17
17
 
18
- gem 'awssh'
18
+ $ awssh -i
19
19
 
20
- And then execute:
21
-
22
- $ bundle
20
+ Edit the config file and add the AWS key and secret.
21
+ ```
22
+ ...
23
+ key: AWS ACCESS KEY ID # AWS key
24
+ secret: AWS SECRET ACCESS KEY # AWS secret
25
+ ...
26
+ ```
23
27
 
24
28
  ## Requirement
25
29
 
@@ -72,7 +72,7 @@ module Awssh
72
72
  opts.on('-c', "--config", "override config file (default: ~/.awssh)") do |c|
73
73
  @options[:config] = c
74
74
  end
75
- opts.on('-u', '--user', 'override user setting') do |u|
75
+ opts.on('-u', '--user USER', 'override user setting') do |u|
76
76
  @config['user'] = u
77
77
  end
78
78
  end.parse!(argv)
@@ -2,7 +2,7 @@ module Awssh
2
2
  module Version
3
3
  MAJOR = 0
4
4
  MINOR = 1
5
- TINY = 8
5
+ TINY = 9
6
6
  TAG = nil
7
7
  LIST = [MAJOR, MINOR, TINY, TAG].compact
8
8
  STRING = LIST.join('.')
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.8
4
+ version: 0.1.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - Shawn Catanzarite
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2014-09-08 00:00:00.000000000 Z
11
+ date: 2014-09-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: fog