awsssh 2.2.1 → 2.2.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: aae75e397dafa1e5732725d9d2453d366ef6712c
4
- data.tar.gz: b05d331e27a887e9ca1daa60079c4c522bac13be
3
+ metadata.gz: f24f7623723256eaf5f5f55f4ebd96b1b6081893
4
+ data.tar.gz: 2de22c6cff24de85b7249978b393675587f7cfcb
5
5
  SHA512:
6
- metadata.gz: c68ab3b97533d60aecedf9cd953fb1e24540ef1089a361cb83b24c2fa78ca7a87a7bd695f804ef7ce315fc83b21ffa627d99dd888c87369e6624cbe3cb2cff69
7
- data.tar.gz: 1ef323cadf3a5629bbdbad9b74bdffbdd18b60a18d09d906a96641b8374130339bf7d3e24c1f356b66533044e2c261a690c59242b7172bc260c1cfd6f17cd246
6
+ metadata.gz: 61b7a1ed75de58607bdc5b05be2a8ec203d98d3cf5d6eeb7513835f3f1d0983c6b6a81d4d06aecc934766798598a76e62a17ef41175854cbb677854500a4c77f
7
+ data.tar.gz: ced442aab52f758bbf3765020bca0366606fffce8a7903e7eccb77cf633a0d43813b991c017aee3347f8e41865c028d8dfc9d974cee62ca09d4dbb7edf946450
data/README.md CHANGED
@@ -34,6 +34,9 @@ Zeigt die Hilfe an
34
34
  Sebastian Thiele Twitter: (@sebat)
35
35
 
36
36
  ## Changelog
37
+ **2015-11-25 - v 2.2.2**
38
+ * [fix] List all Servers
39
+
37
40
  **2015-03-02 - v 2.2.1**
38
41
  * [add] Version information
39
42
 
data/bin/awsssh CHANGED
@@ -2,4 +2,4 @@
2
2
 
3
3
  require "awsssh"
4
4
 
5
- Awsssh::Awsssh.start(ARGV)
5
+ Awsssh::Awsssh.start(ARGV)
data/lib/awsssh.rb CHANGED
@@ -34,7 +34,7 @@ module Awsssh
34
34
 
35
35
  # List all Servers for a Account
36
36
 
37
- > $ awsssh -l -a ACCOUNT
37
+ > $ awsssh -l -s ACCOUNT
38
38
  \x5 List all Servers vor Account ACCOUNT
39
39
 
40
40
  # Check Server Status
@@ -1,3 +1,3 @@
1
1
  module Awsssh
2
- VERSION = "2.2.1"
2
+ VERSION = "2.2.2"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: awsssh
3
3
  version: !ruby/object:Gem::Version
4
- version: 2.2.1
4
+ version: 2.2.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Thiele
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2015-03-02 00:00:00.000000000 Z
11
+ date: 2015-11-25 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler