autobuild 1.7.6 → 1.7.7

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.
@@ -258,11 +258,10 @@ module Autobuild::Subprocess
258
258
  $stdin.reopen(pread)
259
259
  end
260
260
 
261
- if RUBY_VERSION < "1.9"
262
- exec(*command)
263
- else
264
- exec(*command, :close_others => false)
261
+ if RUBY_VERSION > "1.8"
262
+ command << Hash[:close_others => false]
265
263
  end
264
+ exec(*command)
266
265
  rescue Errno::ENOENT
267
266
  cwrite.write([CONTROL_COMMAND_NOT_FOUND].pack('I'))
268
267
  exit(100)
@@ -1,5 +1,5 @@
1
1
  module Autobuild
2
- VERSION = "1.7.6" unless defined? Autobuild::VERSION
2
+ VERSION = "1.7.7" unless defined? Autobuild::VERSION
3
3
  end
4
4
 
5
5
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: autobuild
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.7.6
4
+ version: 1.7.7
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: