geordi 0.14.8 → 0.14.9
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/lib/geordi/capistrano.rb +1 -0
- data/lib/geordi/cuc.rb +1 -1
- data/lib/geordi/version.rb +1 -1
- metadata +6 -7
data/lib/geordi/capistrano.rb
CHANGED
data/lib/geordi/cuc.rb
CHANGED
|
@@ -38,7 +38,7 @@ module Geordi
|
|
|
38
38
|
end
|
|
39
39
|
unless $?.success?
|
|
40
40
|
if $?.exitstatus == 127
|
|
41
|
-
puts "VNC viewer not found. Install it using cuc-setup
|
|
41
|
+
puts "VNC viewer not found. Install it using cuc-vnc-setup."
|
|
42
42
|
else
|
|
43
43
|
puts "VNC viewer could not be opened:"
|
|
44
44
|
puts error
|
data/lib/geordi/version.rb
CHANGED
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:
|
|
4
|
+
hash: 53
|
|
5
5
|
prerelease:
|
|
6
6
|
segments:
|
|
7
7
|
- 0
|
|
8
8
|
- 14
|
|
9
|
-
-
|
|
10
|
-
version: 0.14.
|
|
9
|
+
- 9
|
|
10
|
+
version: 0.14.9
|
|
11
11
|
platform: ruby
|
|
12
12
|
authors:
|
|
13
13
|
- Henning Koch
|
|
@@ -15,8 +15,7 @@ autorequire:
|
|
|
15
15
|
bindir: bin
|
|
16
16
|
cert_chain: []
|
|
17
17
|
|
|
18
|
-
date: 2013-
|
|
19
|
-
default_executable:
|
|
18
|
+
date: 2013-04-10 00:00:00 Z
|
|
20
19
|
dependencies: []
|
|
21
20
|
|
|
22
21
|
description: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|
|
@@ -89,7 +88,6 @@ files:
|
|
|
89
88
|
- lib/geordi/gitpt.rb
|
|
90
89
|
- lib/geordi/setup_firefox_for_selenium.rb
|
|
91
90
|
- lib/geordi/version.rb
|
|
92
|
-
has_rdoc: true
|
|
93
91
|
homepage: http://makandra.com
|
|
94
92
|
licenses: []
|
|
95
93
|
|
|
@@ -119,9 +117,10 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
119
117
|
requirements: []
|
|
120
118
|
|
|
121
119
|
rubyforge_project: geordi
|
|
122
|
-
rubygems_version: 1.
|
|
120
|
+
rubygems_version: 1.8.24
|
|
123
121
|
signing_key:
|
|
124
122
|
specification_version: 3
|
|
125
123
|
summary: Collection of command line tools we use in our daily work with Ruby, Rails and Linux at makandra.
|
|
126
124
|
test_files: []
|
|
127
125
|
|
|
126
|
+
has_rdoc:
|