i2cssh 1.3.0 → 1.3.1

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 (4) hide show
  1. data/VERSION +1 -1
  2. data/i2cssh.gemspec +1 -1
  3. data/lib/i2cssh.rb +4 -1
  4. metadata +3 -3
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.3.0
1
+ 1.3.1
@@ -5,7 +5,7 @@
5
5
 
6
6
  Gem::Specification.new do |s|
7
7
  s.name = "i2cssh"
8
- s.version = "1.3.0"
8
+ s.version = "1.3.1"
9
9
 
10
10
  s.required_rubygems_version = Gem::Requirement.new(">= 0") if s.respond_to? :required_rubygems_version=
11
11
  s.authors = ["Wouter de Bie"]
@@ -18,8 +18,9 @@ class I2Cssh
18
18
  compute_geometry
19
19
  split_session
20
20
  maximize if i2_options[:fullscreen]
21
- enable_broadcast if i2_options[:broadcast]
21
+
22
22
  start_ssh
23
+ enable_broadcast if i2_options[:broadcast]
23
24
  end
24
25
 
25
26
  private
@@ -61,6 +62,8 @@ class I2Cssh
61
62
 
62
63
  def enable_broadcast
63
64
  @sys_events.keystroke "I", :using => :command_down
65
+ sleep 0.5
66
+ @sys_events.keystroke "\r"
64
67
  end
65
68
 
66
69
  def start_ssh
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: i2cssh
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
4
+ hash: 25
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 3
9
- - 0
10
- version: 1.3.0
9
+ - 1
10
+ version: 1.3.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Wouter de Bie