geordi 0.14.0 → 0.14.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.
data/bin/cuc-vnc-setup CHANGED
@@ -58,7 +58,7 @@ say <<-TEXT
58
58
  TEXT
59
59
  pause
60
60
 
61
- if installed?("vncsever")
61
+ if installed?("vncserver")
62
62
  say <<-TEXT
63
63
  It appears #{"you already have a VNC server installed".green}. Good job.
64
64
  TEXT
@@ -94,7 +94,7 @@ else
94
94
  pause
95
95
  end
96
96
 
97
- if installed?("vncvieer")
97
+ if installed?("vncviewer")
98
98
  say <<-TEXT
99
99
  It appears #{"you already have a VNC viewer installed".green}. Good job.
100
100
  TEXT
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.14.0'
2
+ VERSION = '0.14.1'
3
3
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: geordi
3
3
  version: !ruby/object:Gem::Version
4
- hash: 39
4
+ hash: 37
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 14
9
- - 0
10
- version: 0.14.0
9
+ - 1
10
+ version: 0.14.1
11
11
  platform: ruby
12
12
  authors:
13
13
  - Henning Koch