sshman 0.2.2 → 0.2.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/sshman/sshman.rb +2 -2
- data/lib/sshman/version.rb +5 -0
- metadata +2 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 38a7a2d296183267a41c7ad685e108cd2c57623e97ed343e61cd74beeb3c1f44
|
4
|
+
data.tar.gz: e145ddfa534871e8d7d19641f045302cd4b8011407fe2c8c304509dd1827313c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f3b7c7dc52c2acedd868abdb22b3c5fe2328d32c76acf7451849b03885ab8fa564fc794f31988c45e519c4f552e827ea2d1b83eaafb1127c0c94d306f64ade8
|
7
|
+
data.tar.gz: '0887e63543c07ccb83ec4fc30c0299b38cc81104e316230efab4944ae34f3f022bf76683d8bc4fb6984995bf7959aac92fbbcc3278a9ed6d0b39cec8631731dd'
|
data/lib/sshman/sshman.rb
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
# lib/sshman/sshman.rb
|
2
|
-
|
3
2
|
require 'csv'
|
4
3
|
require 'io/console'
|
4
|
+
require_relative 'version'
|
5
5
|
|
6
6
|
module Sshman
|
7
7
|
class CLI
|
@@ -30,7 +30,7 @@ module Sshman
|
|
30
30
|
# Display the current version
|
31
31
|
|
32
32
|
def version
|
33
|
-
puts "sshman version
|
33
|
+
puts "sshman version #{Sshman::VERSION}"
|
34
34
|
end
|
35
35
|
|
36
36
|
# This method starts the interactive menu (default)
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sshman
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.2.
|
4
|
+
version: 0.2.3
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- SubnetMasked
|
@@ -21,6 +21,7 @@ extra_rdoc_files: []
|
|
21
21
|
files:
|
22
22
|
- exe/sshman
|
23
23
|
- lib/sshman/sshman.rb
|
24
|
+
- lib/sshman/version.rb
|
24
25
|
homepage: https://github.com/subnetmasked/sshman
|
25
26
|
licenses:
|
26
27
|
- GPL-3.0
|