vnctools 0.0.2 → 0.0.3

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.
@@ -25,7 +25,7 @@ module VncTools
25
25
  if $DEBUG
26
26
  @process.io.inherit!
27
27
  else
28
- @process.io.stdout = @process.io.stderr = "/dev/null"
28
+ @process.io.stdout = @process.io.stderr = File.open("/dev/null", "w")
29
29
  end
30
30
 
31
31
  @process.start
@@ -1,3 +1,3 @@
1
1
  module VncTools
2
- VERSION = "0.0.2"
2
+ VERSION = "0.0.3"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: vnctools
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.2
5
+ version: 0.0.3
6
6
  platform: ruby
7
7
  authors:
8
8
  - Jari Bakken
@@ -10,7 +10,7 @@ autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
12
 
13
- date: 2011-02-15 00:00:00 +01:00
13
+ date: 2011-02-16 00:00:00 +01:00
14
14
  default_executable:
15
15
  dependencies:
16
16
  - !ruby/object:Gem::Dependency
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
96
96
  requirements: []
97
97
 
98
98
  rubyforge_project: vnctools
99
- rubygems_version: 1.5.2
99
+ rubygems_version: 1.5.0
100
100
  signing_key:
101
101
  specification_version: 3
102
102
  summary: Simple CLI wrappers to control and record VNC displays from Ruby.