xlogin 0.8.5 → 0.8.6

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: 5d9fc0697e2772ea9b1f1805ada7a20e303b918b
4
- data.tar.gz: 36f03a4395bf0c86bf7a5e9ab01d9407d1e8308f
3
+ metadata.gz: e9ecc897b867c8eb0b0ebfe2c8041eb38f660426
4
+ data.tar.gz: efc23e0139e2b9ffb7fa8b60211e11d71cee76b8
5
5
  SHA512:
6
- metadata.gz: edf73a4c3967628f47d3f3778eac4eed0f561867bd303ca19fd5c3c28a05050683bc5e4f3033d118d9d082d9fff2e1d8e9088e9045930bf5ced2a65c86f8c139
7
- data.tar.gz: cb7eb1effbcbf380a500fa752a4ac47a7795d58a7a7058c7fe3a4652d02abafe12d4d8a43280154615b87fb51d8c27e445b2abc78d8bd9986c7d59a2bb8ce5a4
6
+ metadata.gz: e433036245ec229557d7c4cec84c6226b9b331acf8fe696679a1b33d2c5307b622388cd923ebaff35fb76a2d8cdcb3d873113931a516d4fd0082b5e2efb96834
7
+ data.tar.gz: 46d2f4b2bfad95cab1e04445bcc9c430f95b9a273629650330fa004aa10cf07ece3aae09f8b5867a7bd69d05e30c9ce8858c894802392d0a05741e171d7f4bb1
data/README.md CHANGED
@@ -25,7 +25,7 @@ xlogin vyos01
25
25
  また下記コマンドでvyos01,vyos02へ同時に自動ログインし、コマンドを一括投入する。
26
26
 
27
27
  ~~~sh
28
- xlogin 'vyos*' exec 'show configuration command | no-more; exit' -j 2
28
+ xlogin 'vyos*' -e 'show configuration command | no-more; exit' -j 2
29
29
  ~~~
30
30
 
31
31
  ## Installation
data/lib/xlogin/cli.rb CHANGED
@@ -111,7 +111,7 @@ module Xlogin
111
111
  sessions = exec(config).compact
112
112
 
113
113
  $stdout.puts "", ""
114
- $stdout.puts "=> Start xlogin server on port=#{config.port}"
114
+ $stdout.puts "=> Started xlogin server on port=#{config.port}"
115
115
  $stdout.puts "=> Ctrl-C to shutdown"
116
116
 
117
117
  server = TCPServer.open(config.port)
@@ -1,3 +1,3 @@
1
1
  module Xlogin
2
- VERSION = "0.8.5"
2
+ VERSION = "0.8.6"
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xlogin
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.5
4
+ version: 0.8.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - haccht
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-05-28 00:00:00.000000000 Z
11
+ date: 2018-06-19 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-telnet