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.
@@ -41,6 +41,7 @@ module Geordi
41
41
 
42
42
  def load_capistrano_config
43
43
  config = ::Capistrano::Configuration.new
44
+ config.load('deploy')
44
45
  config.load('config/deploy')
45
46
  if @stage and @stage != ''
46
47
  config.stage = @stage
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-vnc."
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
@@ -1,3 +1,3 @@
1
1
  module Geordi
2
- VERSION = '0.14.8'
2
+ VERSION = '0.14.9'
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: 55
4
+ hash: 53
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 14
9
- - 8
10
- version: 0.14.8
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-03-20 00:00:00 +01:00
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.3.9.5
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: