process_starter 1.0.11 → 1.0.12

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2) hide show
  1. data/lib/process_starter.rb +1 -1
  2. metadata +3 -3
@@ -51,7 +51,7 @@ module ProcessStarter
51
51
  log "Executing in Linux style"
52
52
 
53
53
  # fix "s" for stdin, stdout, stderr
54
- nilport = WINRUN ? "NUL" : "nil"
54
+ nilport = WINRUN ? "NUL" : "/dev/null"
55
55
  # not specified stdin?
56
56
  if not s =~ /</
57
57
  s = s + " <#{nilport}"
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: process_starter
3
3
  version: !ruby/object:Gem::Version
4
- hash: 1
4
+ hash: 15
5
5
  prerelease:
6
6
  segments:
7
7
  - 1
8
8
  - 0
9
- - 11
10
- version: 1.0.11
9
+ - 12
10
+ version: 1.0.12
11
11
  platform: ruby
12
12
  authors:
13
13
  - Pavel Vasev